From 57fa4693b6189aaee3b07a2f992d8a84ca820807 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 7 Oct 1998 22:48:31 +0000 Subject: [PATCH] * config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo. From-SVN: r22904 --- gcc/ChangeLog | 4 ++++ gcc/config/sparc/sol2-sld-64.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fd74fa05520..74dab80df36 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Oct 7 21:40:24 1998 David S. Miller + + * config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo. + Wed Oct 7 21:19:46 1998 Ken Raeburn * config/mips/mips.md (tablejump_internal3, tablejump_internal4 diff --git a/gcc/config/sparc/sol2-sld-64.h b/gcc/config/sparc/sol2-sld-64.h index 13b0fe32cfe..c2518d8def0 100644 --- a/gcc/config/sparc/sol2-sld-64.h +++ b/gcc/config/sparc/sol2-sld-64.h @@ -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") "}}} \ -- 2.30.2