1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/usr.bin/nm
uwe 1f6470382c 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@
2011-09-28 19:58:14 +00:00
..
byte.c
elf.c Support symbols in .tbss and .tdata ELF sections 2011-09-28 19:58:14 +00:00
elfuncs.h
Makefile
nm.1 Support symbols in .tbss and .tdata ELF sections 2011-09-28 19:58:14 +00:00
nm.c - nm -s omitted the symbol list for first object file in an archive. fix this 2011-02-06 18:34:00 +00:00
size.1 the ellipsis is not an optional argument; while here, sync the usage 2007-08-06 19:16:05 +00:00
util.h