aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-06-26 18:21:02 +0000
committerIan Lance Taylor <ian@airs.com>1997-06-26 18:21:02 +0000
commita89c9be07564ef436afe34070cc506e7f7ced596 (patch)
tree97f5e58675a57d6081a85a1ea08285e452eda839 /binutils/ChangeLog
parentd29cd970711906c81a0e854a39eab0e742bd05ec (diff)
downloadgdb-a89c9be07564ef436afe34070cc506e7f7ced596.zip
gdb-a89c9be07564ef436afe34070cc506e7f7ced596.tar.gz
gdb-a89c9be07564ef436afe34070cc506e7f7ced596.tar.bz2
* rcparse.y: Add a couple of missing semicolons (accepted by bison
but not byacc).
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index a28f8cb..5e8513f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -3,6 +3,8 @@ Thu Jun 26 13:53:17 1997 Ian Lance Taylor <ian@cygnus.com>
* windres.c (main): Quit if we didn't get any resources.
* rescoff.c (write_coff_file): Don't free the relocation array
until after we've closed the BFD.
+ * rcparse.y: Add a couple of missing semicolons (accepted by bison
+ but not byacc).
Wed Jun 25 20:57:06 1997 Ian Lance Taylor <ian@cygnus.com>