This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: [rfc] For mips, sign-extended ecoff offsets


On Mon, 19 Jun 2000, Andrew Cagney wrote:

> The attatched patch changes the MIPS ELF32 backend so that it is more
> likely to return a sign-extended offset.  At present the ELF backend
> returns sign-extended symbol table values but not sign extended debug
> information.

Hi Andrew,
   Would it be better to just change ecoff_swap_sym_in?  It seems like
this would achieve what you want, and not risk breaking quite so much.
I'm worried about what happens if things like PDR.adr get changed from
0xa0000000 to 0xffffffffa0000000.

Regards, Alan Modra.
-- 
Linuxcare.  Support for the Revolution.


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