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 handling for TYPE_CODE_INT in valops.c


Daniel Jakobowitz wrote:
> On Thu, Feb 22, 2007 at 03:33:10PM +0100, Markus Deuling wrote:
> > The architecture specific callback integer_to_address() isn't called, so 
> > that's why in this case 0x2b50 isn't converted to a combined address as it 
> > should. The patch calls value_as_address instead of value_as_long to handle 
> > a TYPE_CODE_INT.
> > 
> > Running the test suite showed no regressions both on x86 and SPU.
> > 
> > Ok to commit ?
> 
> Yes, I think this is OK.  Thanks.

I've checked this in as well, thanks.

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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