* Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From Ronald
[binutils-gdb.git] / binutils / TODO
index 838835a340e3500bb5be8f63973709b89e06b2c6..7953c6122e61c910c88515812eb9fd206b74a227 100644 (file)
@@ -1,14 +1,20 @@
+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).
 
-o - See also ../ld/TODO and ../bfd/TODO.
+o - nm, objdump
+    Add option to demangle C++ names.
 
-OLD:
+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.