LSYM/LBRAC/RBRAC order

Jan Hoogerbrugge hoogerbrugge@hotmail.com
Fri Feb 14 13:02:00 GMT 2003


Hi,

Our compiler generates LSYM/LBRAC/RBRAC stabs in the Convex/ARM/Sun order:

        .stabn  192,0,37,0
        .stabs  "counter:1",0x80,0,4,-24
        .stabn  224,0,43,0

Instead of the order that gcc generates them and gdb seems to like them:

        .stabs  "counter:1",0x80,0,4,-24
        .stabn  192,0,37,0
        .stabn  224,0,43,0

How to tell gdb to accept the first order (multi-arch port)?


Thanks,
Jan




_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



More information about the Gdb mailing list