From 30360a6f9687fc1b58d638266ea44cbac9f90452 Mon Sep 17 00:00:00 2001
From: Kim Knuttila <krk@cygnus>
Date: Thu, 28 Sep 1995 19:40:52 +0000
Subject: [PATCH] Updated comments

---
 bfd/ChangeLog | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d3f5216fbdc..1aa838e792f 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>