This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Fix pointer assignment with different signedness
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Tue, 07 Jan 2014 12:12:14 -0700
- Subject: Re: [PATCH] Fix pointer assignment with different signedness
- Authentication-results: sourceware.org; auth=none
- References: <1389102920-16266-1-git-send-email-yao at codesourcery dot com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> 2014-01-07 Yao Qi <yao@codesourcery.com>
Yao> * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
Yao> type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
Yao> (spu_xfer_partial): Cast 'buf' to 'const char *'.
Ok.
Tom