* config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo.
authorDavid S. Miller <davem@pierdol.cobaltmicro.com>
Wed, 7 Oct 1998 22:48:31 +0000 (22:48 +0000)
committerDavid S. Miller <davem@gcc.gnu.org>
Wed, 7 Oct 1998 22:48:31 +0000 (15:48 -0700)
From-SVN: r22904

gcc/ChangeLog
gcc/config/sparc/sol2-sld-64.h

index fd74fa055206a3b713c64a3a98e8cf6637518806..74dab80df3616e09c7bb6a149e8eb1ace2709c44 100644 (file)
@@ -1,3 +1,7 @@
+Wed Oct  7 21:40:24 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
+
+       * config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo.
+
 Wed Oct  7 21:19:46 1998  Ken Raeburn  <raeburn@cygnus.com>
 
        * config/mips/mips.md (tablejump_internal3, tablejump_internal4
index 13b0fe32cfe1bfc5719747e8fbf48f795815851d..c2518d8def0b50afbe3097282126b86f11808c44 100644 (file)
@@ -83,7 +83,7 @@
 "
 
 #undef ASM_CPU_SPEC
-#define ASM_CPU_SPEC "
+#define ASM_CPU_SPEC "\
 %{mcpu=ultrasparc:" DEF_ARCH32_SPEC("-xarch=v8plusa") DEF_ARCH64_SPEC("-xarch=v9a") "} \
 %{mcpu=v9:" DEF_ARCH32_SPEC("-xarch=v8plus") DEF_ARCH64_SPEC("-xarch=v9") "} \
 %{!mcpu=ultrasparc:%{!mcpu=v9:%{mcpu*:" DEF_ARCH32_SPEC("-xarch=v8") DEF_ARCH64_SPEC("-xarch=v9") "}}} \