diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-14 20:17:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-14 20:17:35 +0000 |
commit | 672f4045d67e10d8360f5958710e11baa0f80191 (patch) | |
tree | 9750eb08c192b17ef0732ff3b191b8af382e3bed /binutils | |
parent | bd50d1b077d0089f23c1957e5fbe754ad4ed9c03 (diff) | |
download | gdb-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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/TODO | 5 |
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). |