This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH v2] x86/MPX: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jan Beulich <JBeulich at suse dot com>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Thu, 30 Jun 2016 08:08:11 -0700
- Subject: Re: [PATCH v2] x86/MPX: bndmk, bndldx, and bndstx don't allow RIP-relative addressing
- Authentication-results: sourceware.org; auth=none
- References: <57754E6302000078000FA288 at prv-mh dot provo dot novell dot com>
On Thu, Jun 30, 2016 at 7:52 AM, Jan Beulich <JBeulich@suse.com> wrote:
> Additionally warn about scaling factors other than 1 for the latter
> two, as those get ignored by the hardware.
>
> gas/
> 2016-06-30 Jan Beulich <jbeulich@suse.com>
>
> * tc-i386.c (i386_index_check): Add special checks for bndmk,
> bndldx, and bndstx.
>
> gas/testsuite/
> 2016-06-30 Jan Beulich <jbeulich@suse.com>
>
> * gas/i386/mpx-inval-2.s: Add %rip and %eip relative as well as
> scaling by other than 1 tests.
> * gas/i386/mpx-inval-2.l: Adjust accordingly.
>
OK.
Thanks.
--
H.J.