diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-11 16:03:03 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-11 16:03:03 +0000 |
commit | 3bc27e2679214e7ebf931b6526e8d730302bea02 (patch) | |
tree | 464194ba44e3e419e94749e114cb365402e0577e /gcc/config/arm/arm.c | |
parent | 8f78e2d345b9c738fc24ec158dc4f20016a58b5c (diff) | |
download | gcc-3bc27e2679214e7ebf931b6526e8d730302bea02.tar.gz |
2011-07-11 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 176158 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@176161 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r-- | gcc/config/arm/arm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 0e371f30167..d9763d23509 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1479,6 +1479,10 @@ arm_option_override (void) if (TARGET_APCS_FLOAT) warning (0, "passing floating point arguments in fp regs not yet supported"); + if (TARGET_LITTLE_WORDS) + warning (OPT_Wdeprecated, "%<mwords-little-endian%> is deprecated and " + "will be removed in a future release"); + /* Initialize boolean versions of the flags, for use in the arm.md file. */ arm_arch3m = (insn_flags & FL_ARCH3M) != 0; arm_arch4 = (insn_flags & FL_ARCH4) != 0; |