Re: [PATCH] Remove MPX support

2018-05-31 Thread Martin Liška
On 05/30/2018 07:40 PM, Jakub Jelinek wrote: > On Tue, May 01, 2018 at 11:28:13AM -0600, Jeff Law wrote: >> On 04/27/2018 05:00 AM, Martin Liška wrote: >>> I'm sending patch that removes MPX. It preserves all options >>> -fcheck-pointer-bounds, -fchkp-* and -mmpx >>> target option. These options a

Re: [PATCH] Remove MPX support

2018-05-30 Thread Jakub Jelinek
On Tue, May 01, 2018 at 11:28:13AM -0600, Jeff Law wrote: > On 04/27/2018 05:00 AM, Martin Liška wrote: > > I'm sending patch that removes MPX. It preserves all options > > -fcheck-pointer-bounds, -fchkp-* and -mmpx > > target option. These options are now NOP. On the contrary following options >

Re: [PATCH] Remove MPX support

2018-05-01 Thread Jeff Law
On 04/27/2018 05:00 AM, Martin Liška wrote: > Hi. > > I'm sending patch that removes MPX. It preserves all options > -fcheck-pointer-bounds, -fchkp-* and -mmpx > target option. These options are now NOP. On the contrary following options > were removed: > --static-libmpx -static-libmpxwrappers.

[PATCH] Remove MPX support

2018-04-27 Thread Martin Liška
Hi. I'm sending patch that removes MPX. It preserves all options -fcheck-pointer-bounds, -fchkp-* and -mmpx target option. These options are now NOP. On the contrary following options were removed: --static-libmpx -static-libmpxwrappers. Is it fine to remove them? Patch can bootstrap on x86_64