This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212326 - in /trunk/gcc: ChangeLog config/arm/a...
- From: ktkachov at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 07 Jul 2014 09:13:32 -0000
- Subject: r212326 - in /trunk/gcc: ChangeLog config/arm/a...
Author: ktkachov
Date: Mon Jul 7 09:13:32 2014
New Revision: 212326
URL: https://gcc.gnu.org/viewcvs?rev=212326&root=gcc&view=rev
Log:
[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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/arm.c
trunk/gcc/config/arm/arm.h
trunk/gcc/config/arm/arm.opt
trunk/gcc/doc/invoke.texi