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