A question about debug symbols in asm (x86)

Nick Clifton nickc@redhat.com
Tue Jul 5 11:15:00 GMT 2005


Hi Qunying,

> $ nm -l tt.o
> 00000010 T main         /home/test/test1.c:5
> 00000000 b test1_v1     /home/test/test2.c:2  <--wrong!
> 00000004 b test1_v2     /home/test/test2.c:3  <--wrong!
> 00000008 b test1_v3     /home/test/test2.c:7  <--wrong!
> 00000000 t test2_f1     /home/test/test2.c:2
> 00000008 t test2_f2     /home/test/test2.c:7

> Any advise? 

Yes - this was a bug that wqas recently fixed.  Please try
building a version of nm using the latest binutils sources
on the mainline of the binutils CVS repository.

Cheers
   Nick




More information about the Binutils mailing list