Wrong mappin of registers in location lists

Richard Henderson rth@redhat.com
Fri Feb 14 21:35:00 GMT 2003


On Fri, Feb 14, 2003 at 05:10:20PM +0100, Josef Zlomek wrote:
> I do not know the register numbers for dwarf, but in gcc core
> the numbering is this ...

The numbering is different for the debug info.  See

#define DBX_REGISTER_NUMBER(n) \
  (TARGET_64BIT ? dbx64_register_map[n] : svr4_dbx_register_map[n])


r~



More information about the Gcc mailing list