From: Nick Clifton Date: Thu, 3 Apr 2003 10:21:22 +0000 (+0000) Subject: sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc00aebddf775cb5bafd517796d76fdeb716c1bd;p=gcc.git sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO. * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO. (DEF_ARCH64_SPEC): Likewise. From-SVN: r65198 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac2b4036bdb..4f0d83fe42b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-03 Nick Clifton + + * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO. + (DEF_ARCH64_SPEC): Likewise. + Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka * i386.c (constant_address_p): Use legitimate_constant_p. diff --git a/gcc/config/sparc/sol2-bi.h b/gcc/config/sparc/sol2-bi.h index 3f9416daaa0..af89aa6f3d6 100644 --- a/gcc/config/sparc/sol2-bi.h +++ b/gcc/config/sparc/sol2-bi.h @@ -10,7 +10,7 @@ #undef ASM_CPU32_DEFAULT_SPEC #define ASM_CPU32_DEFAULT_SPEC "" #undef ASM_CPU64_DEFAULT_SPEC -#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG +#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG " -TSO" #if TARGET_CPU_DEFAULT == TARGET_CPU_v9 #undef CPP_CPU64_DEFAULT_SPEC @@ -24,15 +24,15 @@ #undef ASM_CPU32_DEFAULT_SPEC #define ASM_CPU32_DEFAULT_SPEC "-xarch=v8plusa" #undef ASM_CPU64_DEFAULT_SPEC -#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG "a" +#define ASM_CPU64_DEFAULT_SPEC AS_SPARC64_FLAG "a -TSO" #endif #if DEFAULT_ARCH32_P #define DEF_ARCH32_SPEC(__str) "%{!m64:" __str "}" -#define DEF_ARCH64_SPEC(__str) "%{m64:" __str "}" +#define DEF_ARCH64_SPEC(__str) "%{m64:" __str " -TSO}" #else #define DEF_ARCH32_SPEC(__str) "%{m32:" __str "}" -#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str "}" +#define DEF_ARCH64_SPEC(__str) "%{!m32:" __str " -TSO}" #endif #undef CPP_CPU_SPEC