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] Fix -Wpointer-sign warning in remote-sim.c


On 04/22/2013 03:00 PM, Edjunior Barbosa Machado wrote:

> gdb/ChangeLog
> 2013-04-22  Edjunior Machado  <emachado@linux.vnet.ibm.com>
> 
> 	* remote-sim.c (dump_mem): Change the type of 'buf' parameter from
> 	'char *' to 'gdb_byte *'.
> 	(gdbsim_store_register): Change the type of 'tmp' from 'char' to
> 	'gdb_byte'.

OK, thanks.

-- 
Pedro Alves


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