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.tkac...@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.