This is the mail archive of the gdb-patches@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]

Re: [PATCH] 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".

Interesting catch...

> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> 
> 2010-12-28  Mike Frysinger  <vapier@gentoo.org>
> 
> 	* hw-alloc.h (HW_NZALLOC): Change ME,TYPE,N to me,type,n.

This is OK. Thanks for fixing this.

-- 
Joel


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