From 672f4045d67e10d8360f5958710e11baa0f80191 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 14 Jun 1993 20:17:35 +0000 Subject: [PATCH] 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. --- binutils/TODO | 5 +++++ 1 file changed, 5 insertions(+) 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). -- 2.7.4