* config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2011 13:58:09 +0000 (13:58 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2011 13:58:09 +0000 (13:58 +0000)
-mlittle-endian-data.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170247 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/sparc/sparc.h

index 5098e77..3762df3 100644 (file)
@@ -1,5 +1,10 @@
 2011-02-17  Joseph Myers  <joseph@codesourcery.com>
 
+       * config/sparc/sparc.h (CPP_ENDIAN_SPEC): Don't handle
+       -mlittle-endian-data.
+
+2011-02-17  Joseph Myers  <joseph@codesourcery.com>
+
        * config/sparc/linux64.h (OPTION_DEFAULT_SPECS): Match -mfpu and
        -mno-fpu, not -fpu and -no-fpu.
        * config/sparc/sol2-bi.h (OPTION_DEFAULT_SPECS): Likewise.
index 41c54c8..297844f 100644 (file)
@@ -388,10 +388,9 @@ extern enum cmodel sparc_cmodel;
 %{!m32:%{!m64:%(cpp_arch_default)}} \
 "
 
-/* Macros to distinguish endianness.  */
+/* Macro to distinguish endianness.  */
 #define CPP_ENDIAN_SPEC "\
-%{mlittle-endian:-D__LITTLE_ENDIAN__} \
-%{mlittle-endian-data:-D__LITTLE_ENDIAN_DATA__}"
+%{mlittle-endian:-D__LITTLE_ENDIAN__}"
 
 /* Macros to distinguish the particular subtarget.  */
 #define CPP_SUBTARGET_SPEC ""