Hello!

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

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

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

Uros.
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)

Reply via email to