[BUILDROBOT] vax-netbsdelf / vax-linux: ‘ELIMINABLE_REGS’ was not declared in this scope (was: [PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET)

2016-09-17 Thread Jan-Benedict Glaw
On Fri, 2016-09-09 21:40:38 +, Bernd Edlinger wrote: > Hi, > > I think it is time to remove support for INITIAL_FRAME_POINTER_OFFSET, which > is no longer > used by any target today. This removes a bunch of conditional code, and > fixes a few bits > in the documentation. I'd say that par

Re: [PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET

2016-09-09 Thread Jeff Law
On 09/09/2016 03:40 PM, Bernd Edlinger wrote: Hi, I think it is time to remove support for INITIAL_FRAME_POINTER_OFFSET, which is no longer used by any target today. This removes a bunch of conditional code, and fixes a few bits in the documentation. I'd say that part of the documentation is

[PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET

2016-09-09 Thread Bernd Edlinger
Hi, I think it is time to remove support for INITIAL_FRAME_POINTER_OFFSET, which is no longer used by any target today. This removes a bunch of conditional code, and fixes a few bits in the documentation. I'd say that part of the documentation is quite out of sync, but I just have to stop som