1993-06-14 20:17:35 +00:00
|
|
|
o - size
|
|
|
|
Currently assumes that the only relevant sections are named .text,
|
|
|
|
.data and either .bss or .stack. This is not very general, and it
|
|
|
|
doesn't work for ECOFF.
|
|
|
|
|
1991-11-13 00:19:34 +00:00
|
|
|
o - strip
|
1993-06-11 18:39:25 +00:00
|
|
|
Make faster by using ftruncate if available (and format is suitable).
|
1991-11-13 00:19:34 +00:00
|
|
|
|
1992-10-15 20:59:17 +00:00
|
|
|
o - nm, objdump
|
1993-06-11 18:39:25 +00:00
|
|
|
Add option to demangle C++ names.
|
|
|
|
|
|
|
|
o - nm, BFD
|
|
|
|
Print more information about the symbols for more object file formats.
|
|
|
|
Print the symbol size in POSIX format.
|
1992-10-15 20:59:17 +00:00
|
|
|
|
1992-09-03 06:01:09 +00:00
|
|
|
o - See also ../ld/TODO and ../bfd/TODO.
|
* Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c,
* strip.c: Add or update Copyright notice.
* TODO: Add note on 'nm -a'.
* version.c: Update version number to 1.90.
* Makefile.in: Fix making of documentation for dist.
1991-10-16 18:57:08 +00:00
|
|
|
|
1993-06-11 18:39:25 +00:00
|
|
|
o - ar q is flakey: e.g., doesn't handle long file names properly.
|
1993-03-19 00:12:50 +00:00
|
|
|
|
1993-05-28 22:07:47 +00:00
|
|
|
o - objdump -d: Print relocatable addresses intelligently.
|