On Thu, 30 Oct 2003, Adriaan van Os wrote:
The output below from objdump suggests that stabs debugging info from gpc is broken. Does this happen on other platforms also ?
[G4:~/gnu/testgpc/adriaan] adriaan% gpc -c hello.pas -g [G4:~/gnu/testgpc/adriaan] adriaan% objdump -g hello.o
Just tried it here. Never used objdump before so not sure what I should get, but this is what I got:
hello.o: file format elf32-i386
objdump: hello.o: no recognized debugging information
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs Configured with: ../gcc-3.3.2/configure --enable-languages=pascal --enable-threads=posix --enable-__cxa_atexit : (reconfigured) ../gcc-3.3.2/configure --enable-languages=pascal --enable-threads=posix --enable-__cxa_atexit Thread model: posix gpc version 20030830, based on gcc-3.3.2
Russ