aboutsummaryrefslogtreecommitdiff
path: root/binutils/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/TODO')
-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).