On Sun, Oct 11, 2015 at 6:07 AM, Alan Modra <amo...@gmail.com> wrote: > > gcc/ > * config/rs6000/sysv4.h (TARGET_CAN_SPLIT_STACK_64BIT): Don't define. > * config/rs6000/linux64.h (TARGET_CAN_SPLIT_STACK): Define. > (TARGET_CAN_SPLIT_STACK_64BIT): Define. > gcc/go/ > * gospec.c (saw_opt_m32): Rename to.. > (is_m64): ..this, initialised by TARGET_CAN_SPLIT_STACK_64BIT. > Update uses. > (lang_specific_driver): Set is_m64 if OPT_m64, clear if OPT_m32.
This is OK. Thanks. Ian