From: Ian Lance Taylor Date: Mon, 20 Jan 1997 20:05:33 +0000 (+0000) Subject: * size.c (berkeley_sum): Rewrite. Skip sections which are not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6a7e138bf21d9ff3d7027eac5710c35c70e746a;p=binutils-gdb.git * size.c (berkeley_sum): Rewrite. Skip sections which are not SEC_ALLOC. Count SEC_READONLY sections as text. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0ea4ba60b8a..739259831ed 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +Mon Jan 20 14:24:04 1997 Ian Lance Taylor + + * size.c (berkeley_sum): Rewrite. Skip sections which are not + SEC_ALLOC. Count SEC_READONLY sections as text. + +Tue Jan 14 15:14:14 1997 Ian Lance Taylor + + * Makefile.in (maintainer-clean realclean): Remove *.info*, not + just *.info. From H.J. Lu . + Tue Dec 31 15:42:54 1996 Ian Lance Taylor * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.