Re: [PATCH] Eradicate MQ some more

2016-08-29 Thread David Edelsohn
On Mon, Aug 29, 2016 at 7:58 PM, Segher Boessenkool wrote: > 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).

[PATCH] Eradicate MQ some more

2016-08-29 Thread Segher Boessenkool
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). Bootstrapped and regression tested on powerpc64-linux, -m32,-m64.