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 ChangeLog p-valprint.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	muller@sourceware.org	2007-09-07 12:34:56

Modified files:
	gdb            : ChangeLog p-valprint.c 

Log message:
	2007-09-07  Pierre Muller  <muller@ics.u-strasbg.fr>
	
	* p-valprint.c: Fix 7 ARI reported problems.
	(pascal_val_print): Fix one operator at end of line issue.
	Use paddress function to remove use of
	deprecated_print_address_numeric function (2 times).
	Use SYMBOL_LINKAGE_NAME instead of DEPRECATED_SYMBOL_NAME.
	(pascal_value_print): Fix 3 operator at end of line issues.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8683&r2=1.8684
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/p-valprint.c.diff?cvsroot=src&r1=1.50&r2=1.51


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