Re: FW: objdump says 'no recognized debugging informatio'

2008-07-02 Thread Jim Wilson
Ian Lance Taylor wrote: Sharath Manjunatha <[EMAIL PROTECTED]> writes: And I am using the object compiled with 345 compiler. I don't know what that compiler is. That would be a Cisco gcc-3.4.5 release with some patches. Not that it really matters. Sharath, you can use readelf -w (aka read

[Bug gas/6717] New: gas incorrectly associates .loc with instructions

2008-07-02 Thread drow at sources dot redhat dot com
Gas only emits .loc into .debug_line at the next following instruction. One peculiar consequence of this drives me nuts when writing test cases: if I use .loc followed by .byte, nothing is generated. A more interesting consequence is this one: .file 1 "line-align.s" .text

Re: FW: objdump says 'no recognized debugging informatio'

2008-07-02 Thread Ian Lance Taylor
Sharath Manjunatha <[EMAIL PROTECTED]> writes: > I am using '--debugging' option for the objdump. Is that you are asking? Yes, --debugging is the same as -g. Neither option supports DWARF. > And I am using the object compiled with 345 compiler. I don't know what that compiler is. Ian