From: Ian Lance Taylor Date: Mon, 14 Jun 1993 20:17:35 +0000 (+0000) Subject: o - size X-Git-Tag: gdb-4_18-branchpoint~18826 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=672f4045d67e10d8360f5958710e11baa0f80191;p=thirdparty%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 697f6bf0a5f..7953c6122e6 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).