This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb p-lang.h p-lang.c symtab.c Makefile.in ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	muller@sourceware.org	2007-10-09 06:59:30

Modified files:
	gdb            : p-lang.h p-lang.c symtab.c Makefile.in 
	                 ChangeLog 

Log message:
	2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
	
	* p-lang.h (pascal_main_name): Add declaration.
	* p-lang.c (GPC_P_INITIALIZE, GPC_MAIN_PROGRAM_NAME_1)
	(GPC_MAIN_PROGRAM_NAME_2): New constants.
	(pascal_main_name): New function.
	* symtab.c: Include p-lang.h.
	(find_main_name): Add call to pascal_main_name.
	* Makefile.in (symtab.o): Add dependency on p-lang.h.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/p-lang.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/p-lang.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symtab.c.diff?cvsroot=src&r1=1.165&r2=1.166
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.941&r2=1.942
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8761&r2=1.8762


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]