aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-01-20 20:05:33 +0000
committerIan Lance Taylor <ian@airs.com>1997-01-20 20:05:33 +0000
commita6a7e138bf21d9ff3d7027eac5710c35c70e746a (patch)
treed69d7b3d0607f6d9e4047cdce306060d8e0e10ed /binutils
parentb3a64736a1e5dfd8a2f09de279069ae56d61b7bc (diff)
downloadgdb-a6a7e138bf21d9ff3d7027eac5710c35c70e746a.zip
gdb-a6a7e138bf21d9ff3d7027eac5710c35c70e746a.tar.gz
gdb-a6a7e138bf21d9ff3d7027eac5710c35c70e746a.tar.bz2
* size.c (berkeley_sum): Rewrite. Skip sections which are not
SEC_ALLOC. Count SEC_READONLY sections as text.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0ea4ba6..7392598 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+Mon Jan 20 14:24:04 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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 <ian@cygnus.com>
+
+ * Makefile.in (maintainer-clean realclean): Remove *.info*, not
+ just *.info. From H.J. Lu <hjl@lucon.org>.
+
Tue Dec 31 15:42:54 1996 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.