aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-06-14 20:17:35 +0000
committerIan Lance Taylor <ian@airs.com>1993-06-14 20:17:35 +0000
commit672f4045d67e10d8360f5958710e11baa0f80191 (patch)
tree9750eb08c192b17ef0732ff3b191b8af382e3bed
parentbd50d1b077d0089f23c1957e5fbe754ad4ed9c03 (diff)
downloadgdb-672f4045d67e10d8360f5958710e11baa0f80191.zip
gdb-672f4045d67e10d8360f5958710e11baa0f80191.tar.gz
gdb-672f4045d67e10d8360f5958710e11baa0f80191.tar.bz2
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.
-rw-r--r--binutils/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/TODO b/binutils/TODO
index 697f6bf..7953c61 100644
--- a/binutils/TODO
+++ b/binutils/TODO
@@ -1,3 +1,8 @@
+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).