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 1/7 v2] Rename identical functions


On 06/27/2014 03:12 PM, Gary Benson wrote:
> amd64-linux-nat.c and i386-linux-nat.c contain a number of functions
> which are identical but for prefix on their names.  This commit
> renames all such functions to have the prefix x86_ instead of the
> prefixes amd64_ or i386_ and updates all uses of those functions.
> 
> This patch is unchanged from the original version in this series.

Looks good to me.  It's worth mentioning that the x86_ functions
will be pulled out to a separate and shared x86-* file in a later
patch in the series.

-- 
Pedro Alves


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