+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.
+
o - strip
- Implement various options
- Make faster by using ftruncate if available (and format is suitable).
+ Make faster by using ftruncate if available (and format is suitable).
-OLD:
+o - nm, objdump
+ Add option to demangle C++ names.
-o - merge:
- copy and strip
- ar and ranlib
- nm, size, and objdump
+o - nm, BFD
+ Print more information about the symbols for more object file formats.
+ Print the symbol size in POSIX format.
-o - make the long options more consistent.
+o - See also ../ld/TODO and ../bfd/TODO.
-o - make ATT and BSD versions -- perhaps the options should be
- controlled by an environment variable.
+o - ar q is flakey: e.g., doesn't handle long file names properly.
-o - Calling +help or +version should exit with a successful status (ie 0)
+o - objdump -d: Print relocatable addresses intelligently.