From: Segher Boessenkool Date: Tue, 30 Aug 2016 02:46:07 +0000 (+0200) Subject: Eradicate MQ some more X-Git-Tag: basepoints/gcc-8~4839 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b390d608949864df9ce128a5090b1788dc07b16;p=thirdparty%2Fgcc.git Eradicate MQ some more Nothing uses MQ anymore, but it still shows up in all the dump files. This patch removes it from CALL_REALLY_USED_REGISTERS so that that does not happen anymore (it is still a fixed register, there should be no functional change). * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not include MQ. From-SVN: r239851 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d59bc7dd92e9..b7117b492957 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-08-29 Segher Boessenkool + + * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): Do not + include MQ. + 2016-08-29 David Malcolm * input.c diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 1609abd68bc0..d54eaa1b5a2d 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -1120,7 +1120,7 @@ enum data_align { align_abi, align_opt, align_both }; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ - 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, \ + 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, \ /* AltiVec registers. */ \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \