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/sim/common ChangeLog hw-alloc.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-12-29 02:50:35

Modified files:
	sim/common     : ChangeLog hw-alloc.h 

Log message:
	sim: HW_NZALLOC: fix arg handling
	
	The HW_NZALLOC macro has all caps args for some reason (unlike the other
	alloc helpers), and ends up not using the "ME" argument since its copy
	and paste source uses "me".  Make all the args lowercase to match the
	style of all the other args and make it use the correct "me".
	
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/ChangeLog.diff?cvsroot=src&r1=1.226&r2=1.227
http://sourceware.org/cgi-bin/cvsweb.cgi/src/sim/common/hw-alloc.h.diff?cvsroot=src&r1=1.6&r2=1.7


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