aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-11 04:49:53 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-11 04:49:53 +0000
commitf053b34fe8243d05dfb969124c3da2209acc41bb (patch)
tree46b34ab54d566a5977e8284560c6ead95603d0b1 /bfd
parentcadbb07a69baa48a153c0c4c148d24342ce4474f (diff)
downloadgdb-f053b34fe8243d05dfb969124c3da2209acc41bb.zip
gdb-f053b34fe8243d05dfb969124c3da2209acc41bb.tar.gz
gdb-f053b34fe8243d05dfb969124c3da2209acc41bb.tar.bz2
* aoutf1.h (sunos4_core_file_p): Release the right storage in error case.
(sunos4_core_file_matches_executable_p): Fix header comparison. * aoutx.h: Avoid shifts of 32 bits, undefined in C. Lint. * bout.c, icoff.c, ieee.c, libbfd.c, oasys.c: gcc -O -W lint.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 503747c..c917997 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Tue Sep 10 20:34:12 1991 John Gilmore (gnu at cygint.cygnus.com)
+
+ * aoutf1.h (sunos4_core_file_p): Release the right storage in
+ error case.
+ (sunos4_core_file_matches_executable_p): Fix header comparison.
+ * aoutx.h: Avoid shifts of 32 bits, undefined in C. Lint.
+ * bout.c, icoff.c, ieee.c, libbfd.c, oasys.c: gcc -O -W lint.
+
Wed Sep 4 00:44:52 1991 John Gilmore (gnu at cygint.cygnus.com)
Allow GDB to patch object files.