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/2][CRIS/CRISv32] Remove host system dependency in cris-tdep.c (fwd)


On 09/03/2013 03:17 PM, Ricard Wanderlof wrote:

> 2013-09-03  Ricard Wanderlof  <ricardw@axis.com>
> 
>  	* cris-tdep.c: Use host independent typedef for elf_greg_t.

Write, e.g.:

  	* cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4].

See:

 https://sourceware.org/gdb/wiki/ContributionChecklist#Properly_Formatted_GNU_ChangeLog

OK with that change.

Thanks,
-- 
Pedro Alves


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