* Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From Ronald
[binutils-gdb.git] / binutils / TODO
index b91f2d482ac439087546709aa5b1130a52bbe9dd..7953c6122e61c910c88515812eb9fd206b74a227 100644 (file)
@@ -1,18 +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
-       Make faster by using ftruncate if available (and format is suitable).
+    Make faster by using ftruncate if available (and format is suitable).
 
 o - nm, objdump
-    add option to demangle C++ names
-
-o - See also ../ld/TODO and ../bfd/TODO.
+    Add option to demangle C++ names.
 
-o - ar q is flakey: e.g. doesn't handle long file names properly.
+o - nm, BFD
+    Print more information about the symbols for more object file formats.
+    Print the symbol size in POSIX format.
 
-OLD:
-
-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.