From: Ian Lance Taylor Date: Mon, 14 Jun 1993 20:17:35 +0000 (+0000) Subject: o - size X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=672f4045d67e10d8360f5958710e11baa0f80191;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/binutils/TODO b/binutils/TODO index 697f6bf0a5..7953c6122e 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).