On Sun, Aug 26, 2012 at 7:03 PM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > On all supported targets, plain "nop" is the correct thing > to use ("cror 31,31,31" was for POWER). > > Tested on powerpc64-linux --enable-languages=c,c++,fortran; no > regressions. Okay for mainline? > > > Segher > > > 2012-08-26 Segher Boessenkool <seg...@kernel.crashing.org> > > gcc/ > * config/rs6000/aix43.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/aix51.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/aix52.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/aix53.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/aix61.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/freebsd64.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/linux64.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/rs6000.c (print_operand) ['.']: Delete. > * config/rs6000/rs6000.h (RS6000_CALL_GLUE): Delete. > * config/rs6000/rs6000.md (tls_gd_aix<TLSmode:tls_abi_suffix>): > Replace %. with nop. > (tls_gd_call_aix<TLSmode:tls_abi_suffix>): Ditto. > (tls_ld_aix<TLSmode:tls_abi_suffix>): Ditto. > (tls_ld_call_aix<TLSmode:tls_abi_suffix>): Ditto. > (call_nonlocal_aix32): Ditto. > (call_nonlocal_aix64): Ditto. > (call_value_nonlocal_aix32): Ditto. > (call_value_nonlocal_aix64): Ditto.
There has been no objection from others, so go ahead. Thanks, David