m88k.h (VERSION_INFO2): Kill.
authorRichard Henderson <rth@cygnus.com>
Wed, 25 Aug 1999 22:40:16 +0000 (15:40 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 25 Aug 1999 22:40:16 +0000 (15:40 -0700)
        * m88k.h (VERSION_INFO2): Kill.
        (VERSION_STRING): Kill.
        (TM_RCS_ID): Kill.
        (VERSION_INFO1): Tidy.
        (TARGET_VERSION): Update.
        * m88k/dgux.h (VERSION_INFO2): Kill.
        (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
        * m88k/luna.h (VERSION_INFO1): Tidy.
        * m88k/sysv4.h (VERSION_INFO1): Likewise.
        * m88k.c (out_rcs_id, tm_rcs_id): Kill.
        (output_file_start): Adjust for death of VERSION_STRING.

From-SVN: r28881

gcc/ChangeLog
gcc/config/m88k/dgux.h
gcc/config/m88k/luna.h
gcc/config/m88k/m88k.c
gcc/config/m88k/m88k.h
gcc/config/m88k/sysv4.h

index 9e58e55861b6bc96bdfd2563b803d6fd93152522..a15299724acef71edc29b93efacbe9798089de80 100644 (file)
@@ -1,3 +1,17 @@
+Wed Aug 25 15:35:55 1999  Richard Henderson  <rth@cygnus.com>
+
+       * m88k.h (VERSION_INFO2): Kill.
+       (VERSION_STRING): Kill.
+       (TM_RCS_ID): Kill.
+       (VERSION_INFO1): Tidy.
+       (TARGET_VERSION): Update.
+       * m88k/dgux.h (VERSION_INFO2): Kill.
+       (ASM_FIRST_LINE): Adjust for death of VERSION_STRING.
+       * m88k/luna.h (VERSION_INFO1): Tidy.
+       * m88k/sysv4.h (VERSION_INFO1): Likewise.
+       * m88k.c (out_rcs_id, tm_rcs_id): Kill.
+       (output_file_start): Adjust for death of VERSION_STRING.
+
 1999-08-25 13:51 -0700  Jim Meyering  <meyering@ascend.com>
 
        * cpplib.c (detect_if_not_defined): New function.
index 3e4c66ea90c87005215cb7482ace6f2087dce9eb..5df23d55e235baa97bc951f6357a06133d1cc369 100644 (file)
@@ -29,9 +29,6 @@ Boston, MA 02111-1307, USA.  */
 #define PREFERRED_DEBUGGING_TYPE \
   (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
 
-#ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.3 $"
-#endif
 #ifndef NO_BUGS
 #define AS_BUG_IMMEDIATE_LABEL
 /* The DG/UX 4.30 assembler doesn't accept the symbol `fcr63'.  */
@@ -188,7 +185,7 @@ Boston, MA 02111-1307, USA.  */
     if (write_symbols != NO_DEBUG && !TARGET_NOLEGEND)                 \
       {                                                                        \
        fprintf (FILE, ";legend_info -fix-bb -h\"gcc-%s\" -s\"%s\"",    \
-                VERSION_STRING, main_input_filename);                  \
+                version_string, main_input_filename);                  \
        fputs (flag_traditional ? " -lc" : " -lansi-c", FILE);          \
        if (TARGET_STANDARD)                                            \
          fputs (" -keep-std", FILE);                                   \
index ab6dbded10926b118ae577d82c4567e185350d11..ecfb3f502a00f8cd9ec71a6b94dc81e582308412 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Identify the compiler.  */
 #undef  VERSION_INFO1
-#define VERSION_INFO1 "Omron Luna/88k"
+#define VERSION_INFO1 "Omron Luna/88k"
 
 /* Macros to be automatically defined.  */
 #undef CPP_PREDEFINES
index b8452169af378e1dc1f75a6c6afc5100419c7d55..df3010e1f1ce92c1f0f16fcf54b8e402b8537acd 100644 (file)
@@ -49,9 +49,6 @@ extern char *ctime ();
 extern int flag_traditional;
 extern FILE *asm_out_file;
 
-static char out_rcs_id[] = "$What: <@(#) m88k.c,v      1.8> $";
-static char tm_rcs_id [] = TM_RCS_ID;
-
 char *m88k_pound_sign = "";    /* Either # for SVR4 or empty for SVR3 */
 char *m88k_short_data;
 char *m88k_version;
@@ -1580,7 +1577,7 @@ output_file_start (file, f_options, f_len, W_options, W_len)
       time_t now = time ((time_t *)0);
       sprintf (indent, "]\"\n\t%s\t \"@(#)%s [", IDENT_ASM_OP, main_input_filename);
       fprintf (file, indent+3);
-      pos = fprintf (file, "gcc %s, %.24s,", VERSION_STRING, ctime (&now));
+      pos = fprintf (file, "gcc %s, %.24s,", version_string, ctime (&now));
 #if 1
       /* ??? It would be nice to call print_switch_values here (and thereby
         let us delete output_options) but this is kept in until it is known
index 9c377c491584e14e6192b236ece8742dadcb90b9..068db8498e9c5d73d26d14933dac8f13bd70c584 100644 (file)
@@ -190,26 +190,11 @@ extern char * reg_names[];
    Redefined in sysv3.h, sysv4.h, dgux.h, and luna.h.  */
 #define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -D__CLASSIFY_TYPE__=2"
 
-#define TARGET_VERSION fprintf (stderr, " (%s%s)", \
-                               VERSION_INFO1, VERSION_INFO2)
-
-/* Print subsidiary information on the compiler version in use.
-   Redefined in sysv4.h, and luna.h.  */
-#define VERSION_INFO1  "m88k, "
-#ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.15 $"
-#endif
+#define TARGET_VERSION fprintf (stderr, " (%s)", VERSION_INFO1)
 
-#ifndef VERSION_STRING
-#define VERSION_STRING  version_string
-#ifdef __STDC__
-#define TM_RCS_ID      "@(#)" __FILE__ " $Revision: 1.15 $ " __DATE__
-#else
-#define TM_RCS_ID      "$What: <@(#) m88k.h,v  1.1.1.2.2.2> $"
-#endif  /* __STDC__ */
-#else
-#define TM_RCS_ID      "@(#)" __FILE__ " " VERSION_INFO2 " " __DATE__
-#endif  /* VERSION_STRING */
+#ifndef VERSION_INFO1
+#define VERSION_INFO1  "m88k"
+#endif
 
 /* Run-time compilation parameters selecting different hardware subsets.  */
 
index ff6dc78135292e70e9a25c2415673c2a82875c71..7b8987b5e3c8d843401fab13cd5614514ae05f1c 100644 (file)
@@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Identify the compiler.  */
 #undef  VERSION_INFO1
-#define VERSION_INFO1 "88open ABI"
+#define VERSION_INFO1 "88open ABI"
 
 /* Default switches */
 #undef TARGET_DEFAULT