* app.c (do_scrub_begin): If tc_comment_chars is not defined,
authorIan Lance Taylor <ian@airs.com>
Thu, 25 Apr 1996 15:43:13 +0000 (15:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 25 Apr 1996 15:43:13 +0000 (15:43 +0000)
define it to comment_chars.  Use tc_comment_chars rather than
comment_chars.
(do_scrub_chars): Use tc_comment_chars rather than comment_chars.
* config/tc-m68k.h (tc_comment_chars): Define.
(m68k_comment_chars): Declare.
* config/tc-m68k.c (m68k_comment_chars): Rename from
comment_chars.  Change into a pointer rather than an array.
(md_longopts): Add "bitwise-or".
(md_parse_option): Handle OPTION_BITWISE_OR.
(md_show_usage): Mention --bitwise-or.
* doc/c-m68k.texi: Document --bitwise-or.
PR 9518.

gas/ChangeLog

index b66ddcf1103f21fff8250f348d99dc82410ea1af..932c5f1b291d1e99b8a91ed0a47bf5c60f196a2b 100644 (file)
@@ -1,3 +1,18 @@
+Thu Apr 25 11:39:51 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * app.c (do_scrub_begin): If tc_comment_chars is not defined,
+       define it to comment_chars.  Use tc_comment_chars rather than
+       comment_chars.
+       (do_scrub_chars): Use tc_comment_chars rather than comment_chars.
+       * config/tc-m68k.h (tc_comment_chars): Define.
+       (m68k_comment_chars): Declare.
+       * config/tc-m68k.c (m68k_comment_chars): Rename from
+       comment_chars.  Change into a pointer rather than an array.
+       (md_longopts): Add "bitwise-or".
+       (md_parse_option): Handle OPTION_BITWISE_OR.
+       (md_show_usage): Mention --bitwise-or.
+       * doc/c-m68k.texi: Document --bitwise-or.
+
 Wed Apr 24 11:28:38 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/tc-m68k.c (m68k_ip): Prevent attempts to use long offsets
This page took 0.028967 seconds and 4 git commands to generate.