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


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.

-- 
Daniel Jacobowitz
CodeSourcery


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