diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-12 14:44:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-12 14:44:46 +0000 |
commit | e4f35679a9f4c98a2f5450c593d58a19d34e5408 (patch) | |
tree | cc47d717224a15ddd622d8af4d446c77ae325a8a /binutils | |
parent | d1a917c56adbab892b6dca42227ee547056fa5dd (diff) | |
download | gdb-e4f35679a9f4c98a2f5450c593d58a19d34e5408.zip gdb-e4f35679a9f4c98a2f5450c593d58a19d34e5408.tar.gz gdb-e4f35679a9f4c98a2f5450c593d58a19d34e5408.tar.bz2 |
* objdump.c (dump_section_stabs): Only print each stabs section
once.
(compare_relocs): Make it clear to gcc that this always returns a
value.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0b19373..d6df9d6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 12 10:43:05 1995 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (dump_section_stabs): Only print each stabs section + once. + (compare_relocs): Make it clear to gcc that this always returns a + value. + Wed Jul 12 10:40:23 1995 H.J. Lu <hjl@nynexst.com> * objcopy.c (simple_copy): Preserve errno on failure. |