* mac-as.r: Fix copyright and version strings.
authorStan Shebs <shebs@codesourcery.com>
Tue, 12 Dec 1995 00:27:29 +0000 (00:27 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 12 Dec 1995 00:27:29 +0000 (00:27 +0000)
(cfrg): Use PROG_NAME instead of literal name.

gas/ChangeLog
gas/mac-as.r

index 2d14562..202b35b 100644 (file)
@@ -1,3 +1,8 @@
+Mon Dec 11 16:23:51 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mac-as.r: Fix copyright and version strings.
+       (cfrg): Use PROG_NAME instead of literal name.
+
 Mon Dec 11 14:14:08 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * read.c (read_a_source_file): If tc_unrecognized_line is defined,
index 644c588..f36c033 100644 (file)
@@ -11,7 +11,7 @@ resource 'vers' (1)  {
        0,
        verUs,
        VERSION_STRING,
-       VERSION_STRING  " (c) 1986-95 FSF, Inc. "
+       VERSION_STRING  " (C) 1986-95 FSF, Inc."
 };
 
 resource 'vers' (2, purgeable)  {
@@ -21,7 +21,7 @@ resource 'vers' (2, purgeable)  {
        0,
        verUs,
        VERSION_STRING,
-       "GAS " /* fill in major/minor versions */ "for MPW"
+       "GAS " VERSION_STRING " for MPW"
 };
 
 #ifdef WANT_CFRG
@@ -35,7 +35,7 @@ resource 'cfrg' (0) {
                kNoVersionNum, kNoVersionNum,
                0,0,
                kIsApp, kOnDiskFlat, kZeroOffset, kWholeFork,
-               "as"
+               PROG_NAME
        }
 };