aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKim Knuttila <krk@cygnus>1995-09-28 19:40:52 +0000
committerKim Knuttila <krk@cygnus>1995-09-28 19:40:52 +0000
commit30360a6f9687fc1b58d638266ea44cbac9f90452 (patch)
tree825cae2886b8957b1ea90a334dae1f1ef3a96205 /bfd
parent630f4ac9c6e6a705230173f9cc5f675b36696660 (diff)
downloadgdb-30360a6f9687fc1b58d638266ea44cbac9f90452.zip
gdb-30360a6f9687fc1b58d638266ea44cbac9f90452.tar.gz
gdb-30360a6f9687fc1b58d638266ea44cbac9f90452.tar.bz2
Updated comments
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d3f5216..1aa838e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 28 15:30:44 1995 Kim Knuttila <krk@nellie>
+
+ * coff-ppc.c: Reformatted according to gnu conventions
+ Removed irrelevant "if 0" code
+
Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
* coffcode.h (coff_new_section_hook): Make sure that the alignment
@@ -49,6 +54,8 @@ Wed Sep 27 07:23:39 1995 Kim Knuttila <krk@nellie>
used for non-image PE files on ppc.
Check for image, or not, before copying pe_opthdr
* targets.c: Added new bfd's
+ * targets.c: Removed two inactive bfds that shouldn't have made it this
+ far.
Tue Sep 26 14:06:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>