From 87b1a0733bfc6079476670544df74d93f4bc0824 Mon Sep 17 00:00:00 2001
From: Steve Chamberlain <sac@cygnus>
Date: Fri, 13 Oct 1995 18:08:46 +0000
Subject: [PATCH] Fri Oct 13 11:04:37 1995  steve chamberlain 
 <sac@slash.cygnus.com>

	* deflex.l: Allow quoting of IDs.
	* defparse.y (%union): string deleted.
	(command): DESCRIPTION takes ID.
	* dlltool.c (gen_def_file): Quote outgoing name if
	necessary.  Preserve NONAME.
	(gen_lib_file): Run ranlib.
	(workout_prefix): Deleted.
	(main, usage, long_options): Add --as, --ranlib, --ar options.
---
 binutils/ChangeLog | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fc17768bb5e..30598b21bc1 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+Fri Oct 13 11:04:37 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+	* deflex.l: Allow quoting of IDs.
+	* defparse.y (%union): string deleted.
+	(command): DESCRIPTION takes ID.
+	* dlltool.c (gen_def_file): Quote outgoing name if
+	necessary.  Preserve NONAME.
+	(gen_lib_file): Run ranlib.
+	(workout_prefix): Deleted.
+	(main, usage, long_options): Add --as, --ranlib, --ar options.
+
 Wed Oct 11 13:36:13 1995  steve chamberlain  <sac@slash.cygnus.com>
 
 	* dlltool.c (mtable): HOW_ALIGN_LONG, new.