From 736a63d47729f2d62fdbb16876de7c027b21b911 Mon Sep 17 00:00:00 2001 From: rearnsha Date: Tue, 28 Feb 2012 15:26:02 +0000 Subject: [PATCH] PR target/49448 * config.gcc (arm*-*-linux*): Use an unambiguous pattern for detecting big-endian triplets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184626 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/config.gcc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c4852725c54..f725ed580e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2012-02-28 Richard Earnshaw + PR target/49448 + * config.gcc (arm*-*-linux*): Use an unambiguous pattern for + detecting big-endian triplets. + +2012-02-28 Richard Earnshaw + * arm.c (aapcs_vfp_is_call_or_return_candidate): Only use the machine mode if there is no type information available. diff --git a/gcc/config.gcc b/gcc/config.gcc index bdd5eb31890..7d00a6c2a08 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -825,7 +825,7 @@ arm*-*-netbsdelf*) arm*-*-linux*) # ARM GNU/Linux with ELF tm_file="dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h arm/elf.h arm/linux-gas.h arm/linux-elf.h" case $target in - arm*b-*) + arm*b-*-linux*) tm_defines="${tm_defines} TARGET_BIG_ENDIAN_DEFAULT=1" ;; esac -- 2.11.4.GIT