1993-06-14 22:17:35 +02: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 01:19:34 +01:00
|
|
|
o - strip
|
1993-06-11 20:39:25 +02:00
|
|
|
Make faster by using ftruncate if available (and format is suitable).
|
1991-11-13 01:19:34 +01:00
|
|
|
|
1992-10-15 21:59:17 +01:00
|
|
|
o - nm, objdump
|
1993-06-11 20:39:25 +02: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 21:59:17 +01:00
|
|
|
|
1992-09-03 08:01:09 +02: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 19:57:08 +01:00
|
|
|
|
1993-06-11 20:39:25 +02:00
|
|
|
o - ar q is flakey: e.g., doesn't handle long file names properly.
|
1993-03-19 01:12:50 +01:00
|
|
|
|
1993-05-29 00:07:47 +02:00
|
|
|
o - objdump -d: Print relocatable addresses intelligently.
|