This is the mail archive of the gdb@sources.redhat.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]
Other format: [Raw text]

LSYM/LBRAC/RBRAC order


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


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