aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-02 20:44:14 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-02 20:44:14 +0000
commite46ea72de672196cbb18f7d8fe42b110da5d38ae (patch)
treec453c13a59fb48e1bf9b52e49d8a7e644f9db5fa /binutils
parent64d2004922e5155d7fe3d304081d58f290097f73 (diff)
downloadgdb-e46ea72de672196cbb18f7d8fe42b110da5d38ae.zip
gdb-e46ea72de672196cbb18f7d8fe42b110da5d38ae.tar.gz
gdb-e46ea72de672196cbb18f7d8fe42b110da5d38ae.tar.bz2
remove uninteresting TODO file
Diffstat (limited to 'binutils')
-rw-r--r--binutils/.Sanitize1
-rw-r--r--binutils/TODO13
2 files changed, 0 insertions, 14 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize
index a9e0beb..ba7231f 100644
--- a/binutils/.Sanitize
+++ b/binutils/.Sanitize
@@ -27,7 +27,6 @@ ChangeLog
Makefile.in
NEWS
README
-TODO
acconfig.h
aclocal.m4
addr2line.1
diff --git a/binutils/TODO b/binutils/TODO
deleted file mode 100644
index 1433a9c..0000000
--- a/binutils/TODO
+++ /dev/null
@@ -1,13 +0,0 @@
-o - strip
- Make faster by using ftruncate if available (and format is suitable).
-
-o - objdump
- 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.
-
-o - See also ../ld/TODO and ../bfd/TODO.
-
-o - objdump -d: Print relocatable addresses intelligently.