This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][ARM] Remove deprecated mwords-little-endian


On 04/07/14 17:24, Kyrill Tkachov wrote:
> Hi all,
> 
> -mwords-little-endian was deprecated in GCC 4.7. This patch removes the 
> option and associated machinery and documentation.
> 
> Tested armeb-none-eabi and saw no regressions.
> 
> Ok for trunk?
> 
> Thanks,
> Kyrill
> 
> 2014-07-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
> 
>      * 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.
> 
> 

OK.

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]