diff mbox

[i386] : Unbreak bootstrap

Message ID CAFULd4au_ofi=tN=+uGR6AdYRXJhp9dwqUwoV-zv85firY61Pw@mail.gmail.com
State New
Headers show

Commit Message

Uros Bizjak Oct. 25, 2013, 7:09 a.m. UTC
Hello!

2013-10-25  Uros Bizjak  <ubizjak@gmail.com>

    * config/i386/i386.h (TARGET_MPX): New define.
    (TARGET_MPX_P): Ditto.

Tested on x86_64-pc-linux-gnu, committed.

Uros.

Comments

Ilya Enkovich Oct. 25, 2013, 8:52 a.m. UTC | #1
2013/10/25 Uros Bizjak <ubizjak@gmail.com>:
> Hello!
>
> 2013-10-25  Uros Bizjak  <ubizjak@gmail.com>
>
>     * config/i386/i386.h (TARGET_MPX): New define.
>     (TARGET_MPX_P): Ditto.
>
> Tested on x86_64-pc-linux-gnu, committed.

Thanks for fixing it!

>
> Uros.
diff mbox

Patch

Index: i386.h
===================================================================
--- i386.h	(revision 204047)
+++ i386.h	(working copy)
@@ -128,6 +128,8 @@ 
 #define TARGET_XSAVE_P(x)	TARGET_ISA_XSAVE_P(x)
 #define TARGET_XSAVEOPT	TARGET_ISA_XSAVEOPT
 #define TARGET_XSAVEOPT_P(x)	TARGET_ISA_XSAVEOPT_P(x)
+#define TARGET_MPX	TARGET_ISA_MPX
+#define TARGET_MPX_P(x)	TARGET_ISA_MPX_P(x)
 
 #define TARGET_LP64	TARGET_ABI_64
 #define TARGET_LP64_P(x)	TARGET_ABI_64_P(x)