aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-07-03 21:07:53 +0000
committerIan Lance Taylor <ian@airs.com>1996-07-03 21:07:53 +0000
commit9a14baf2fba16f34aeca12ad2068f0ad45c8efa8 (patch)
tree00cbe7a3170927daf348e70c2e916456879d7cd5
parentac76c7e98c266ea2ae172e38d863e35027e76f85 (diff)
downloadfsf-binutils-gdb-9a14baf2fba16f34aeca12ad2068f0ad45c8efa8.zip
fsf-binutils-gdb-9a14baf2fba16f34aeca12ad2068f0ad45c8efa8.tar.gz
fsf-binutils-gdb-9a14baf2fba16f34aeca12ad2068f0ad45c8efa8.tar.bz2
fixup
-rw-r--r--binutils/TODO9
1 files changed, 1 insertions, 8 deletions
diff --git a/binutils/TODO b/binutils/TODO
index 7953c61..1433a9c 100644
--- a/binutils/TODO
+++ b/binutils/TODO
@@ -1,12 +1,7 @@
-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).
-o - nm, objdump
+o - objdump
Add option to demangle C++ names.
o - nm, BFD
@@ -15,6 +10,4 @@ o - nm, BFD
o - See also ../ld/TODO and ../bfd/TODO.
-o - ar q is flakey: e.g., doesn't handle long file names properly.
-
o - objdump -d: Print relocatable addresses intelligently.