aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 00:09:43 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-08-17 00:09:43 +0000
commitd27848727a39c5a85a2676b192dafc4eb88c1041 (patch)
treec23a2dfa83b87cf3849b5faef78dd0eb98943930
parent1ef10b6de16aa307f26ce78d69c31a83acf24940 (diff)
* config/arm/wrs-linux.h (CC1_SPEC, SUBTARGET_EXTRA_ASM_SPEC,
SUBTARGET_EXTRA_LINK_SPEC): Change -tiwmmxt to little-endian. (SUBTARGET_EXTRA_LINK_SPEC): Add initial space. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl-3_4_3-linux-branch@103184 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.csl6
-rw-r--r--gcc/config/arm/wrs-linux.h6
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/ChangeLog.csl b/gcc/ChangeLog.csl
index fb3b15495d9..48357d2fb63 100644
--- a/gcc/ChangeLog.csl
+++ b/gcc/ChangeLog.csl
@@ -1,3 +1,9 @@
+2005-08-16 Joseph Myers <joseph@codesourcery.com>
+
+ * config/arm/wrs-linux.h (CC1_SPEC, SUBTARGET_EXTRA_ASM_SPEC,
+ SUBTARGET_EXTRA_LINK_SPEC): Change -tiwmmxt to little-endian.
+ (SUBTARGET_EXTRA_LINK_SPEC): Add initial space.
+
2005-08-10 Joseph Myers <joseph@codesourcery.com>
* cp/decl2.c (import_export_vtable): Also mark decl as used with
diff --git a/gcc/config/arm/wrs-linux.h b/gcc/config/arm/wrs-linux.h
index 13a40f408e8..a626d714e8f 100644
--- a/gcc/config/arm/wrs-linux.h
+++ b/gcc/config/arm/wrs-linux.h
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#undef CC1_SPEC
#define CC1_SPEC " \
%{tarm926ej-s: -mcpu=arm926ej-s ; \
- tiwmmxt: -mcpu=iwmmxt -mbig-endian ; \
+ tiwmmxt: -mcpu=iwmmxt ; \
txscale: -mcpu=xscale -mbig-endian } \
%{profile:-p}"
@@ -42,12 +42,12 @@ Boston, MA 02111-1307, USA. */
option is SUBTARGET_EXTRA_ASM_SPEC in bpabi.h. */
#undef SUBTARGET_EXTRA_ASM_SPEC
#define SUBTARGET_EXTRA_ASM_SPEC \
- "%{tiwmmxt:-mcpu=iwmmxt -EB} %{txscale:-mcpu=xscale -EB} -meabi=4"
+ "%{tiwmmxt:-mcpu=iwmmxt} %{txscale:-mcpu=xscale -EB} -meabi=4"
/* Translate -tiwmmxt for the linker. */
#undef SUBTARGET_EXTRA_LINK_SPEC
#define SUBTARGET_EXTRA_LINK_SPEC \
- "%{tiwmmxt:-m armelfb_linux_eabi ; \
+ " %{tiwmmxt:-m armelf_linux_eabi ; \
txscale:-m armelfb_linux_eabi ; \
: -m armelf_linux_eabi}"