]> git.ipfire.org Git - thirdparty/gcc.git/commit
[ARM] Remove deprecated mwords-little-endian.
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Mon, 7 Jul 2014 09:13:32 +0000 (09:13 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Mon, 7 Jul 2014 09:13:32 +0000 (09:13 +0000)
commit8adb5dc735298d2113de33ce442831f4dab9d215
tree017e30cc569acf3b031dfb774205b3b58c804e43
parentc83cf304523c57ff552eb760957936245e29acf8
[ARM] Remove deprecated mwords-little-endian.

* config/arm/arm.opt (mwords-little-endian): Delete.
* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Remove handling
of TARGET_LITTLE_WORDS.
(WORDS_BIG_ENDIAN): Define to BYTES_BIG_ENDIAN.
* config/arm/arm.c (arm_option_override): Remove TARGET_LITTLE_WORDS
warning.
* doc/invoke.texi: Remove references to -mwords-little-endian.

From-SVN: r212326
gcc/ChangeLog
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.opt
gcc/doc/invoke.texi