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 ada-lang.c gdbtypes.h m2-exp.y ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2010-05-05 17:07:43

Modified files:
	gdb            : ada-lang.c gdbtypes.h m2-exp.y ChangeLog 

Log message:
	Remove unused MAX_OF*/MIN_OF* macros.
	
	FWIW: They can no longer work either, as they depend on other macros
	which have been missing for quite a while.
	
	ChangeLog:
	
	* gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.
	* ada-lang.c: Remove comment mentioning these macros.
	* m2-exp.y: Delete commented out code.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.258&r2=1.259
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtypes.h.diff?cvsroot=src&r1=1.127&r2=1.128
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/m2-exp.y.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11724&r2=1.11725


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