aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-06-02 21:00:19 +0000
committerDavid MacKenzie <djm@cygnus>1994-06-02 21:00:19 +0000
commitebd6f11797d7beb545cd48111210b07fdec806ce (patch)
tree373f442b88a298c39528666ef5c4eab380c6bd5e /gas/ChangeLog
parentb166d614748f3fe2cb0e047c93a8eafe799a6da0 (diff)
downloadgdb-ebd6f11797d7beb545cd48111210b07fdec806ce.zip
gdb-ebd6f11797d7beb545cd48111210b07fdec806ce.tar.gz
gdb-ebd6f11797d7beb545cd48111210b07fdec806ce.tar.bz2
* as.c (show_usage): New function.
(parse_args): Code moved from main. Recognize --help and --version. * config/tc-ns32k.h: Define TC_NS32K. * doc/as.texinfo: Document all of the target-independent command line options.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 4aac56e..d9f6088 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+Thu Jun 2 13:54:46 1994 David J. Mackenzie (djm@rtl.cygnus.com)
+
+ * as.c (show_usage): New function.
+ (parse_args): Code moved from main.
+ Recognize --help and --version.
+ * config/tc-ns32k.h: Define TC_NS32K.
+ * doc/as.texinfo: Document all of the target-independent command
+ line options.
+
Thu Jun 2 12:07:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
* gasp.c (hash_new_table): Clear newly allocated table.