* config/tc-mips.c: Remove CYGNUS LOCAL comments.
authorStan Shebs <shebs@codesourcery.com>
Wed, 6 Sep 1995 00:33:55 +0000 (00:33 +0000)
committerStan Shebs <shebs@codesourcery.com>
Wed, 6 Sep 1995 00:33:55 +0000 (00:33 +0000)
(md_begin): Use 0/1 instead of TRUE/FALSE.
(md_show_usage): Break up long format string for the benefit
of lame compilers.
* config/tc-m68k.c (md_show_usage): Ditto.
* gasp.c (show_usage): Ditto.
* macro.c (check_macro): Cast result of hash_find.

gas/ChangeLog
gas/gasp.c

index a9a9407e56c707ee2760e6c576803d7abf04b38f..ece9f6eb83fbb21c07331f526b712fa975d03135 100644 (file)
@@ -1,3 +1,13 @@
+Tue Sep  5 16:47:36 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * config/tc-mips.c: Remove CYGNUS LOCAL comments.
+       (md_begin): Use 0/1 instead of TRUE/FALSE.
+       (md_show_usage): Break up long format string for the benefit
+       of lame compilers.
+       * config/tc-m68k.c (md_show_usage): Ditto.
+       * gasp.c (show_usage): Ditto.
+       * macro.c (check_macro): Cast result of hash_find.
+
 Tue Sep  5 14:46:38 1995  Ken Raeburn  <raeburn@cygnus.com>
 
        * configure.in: When testing for a free() declaration in system
index cff902548db58e106bdd55a7a56c191c623dbfd7..bd6ea2d56287096c005d2bbec0691bb19bd33cbb 100644 (file)
@@ -3500,7 +3500,8 @@ Usage: %s \n\
   [-h]      [--help]              print this message\n\
   [-M]      [--mri]               enter MRI compatibility mode\n\
   [-o out]  [--output out]        set the output file\n\
-  [-p]      [--print]             print line numbers\n\
+  [-p]      [--print]             print line numbers\n");
+  fprintf (file, "\
   [-s]      [--copysource]        copy source through as comments \n\
   [-u]      [--unreasonable]      allow unreasonable nesting\n\
   [-v]      [--version]           print the program version\n\