projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd50d1b
)
o - size
author
Ian Lance Taylor
<ian@airs.com>
Mon, 14 Jun 1993 20:17:35 +0000
(20:17 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Mon, 14 Jun 1993 20:17:35 +0000
(20:17 +0000)
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.
binutils/TODO
patch
|
blob
|
history
diff --git
a/binutils/TODO
b/binutils/TODO
index 697f6bf0a5fc312a5919cd074cb2ed76c5fb2ebb..7953c6122e61c910c88515812eb9fd206b74a227 100644
(file)
--- 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).