CVSROOT:        /cvs
Module name:    src
Changes by:     u...@cvs.openbsd.org    2011/09/28 13:58:14

Modified files:
        usr.bin/nm     : elf.c nm.1 

Log message:
Support symbols in .tbss and .tdata ELF sections

With this change nm(1) prints the expected symbol type ('B' or 'D')
for variables in the .tbss and .tdata sections respectively, instead
of '?'.  This would be what binutils do for non-automatic variables
that are marked as thread-local with the __thread attribute in GCC.

help and ok miod@, guenther@

Reply via email to