mirror of
https://github.com/openbsd/src.git
synced 2025-01-03 06:45:37 -08:00
1f6470382c
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@ |
||
---|---|---|
.. | ||
byte.c | ||
elf.c | ||
elfuncs.h | ||
Makefile | ||
nm.1 | ||
nm.c | ||
size.1 | ||
util.h |