summaryrefslogtreecommitdiff
path: root/libmpx/ChangeLog
diff options
context:
space:
mode:
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-10 09:43:24 +0000
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-10 09:43:24 +0000
commit8a325e42e5eccc86fae85854c46783da8e0dd0cf (patch)
tree88f459722a79b712a2426ab2196a17f1fc656d2b /libmpx/ChangeLog
parent6ce87ad97d88abbefcd767efc4026d35efc79b02 (diff)
downloadgcc-8a325e42e5eccc86fae85854c46783da8e0dd0cf.tar.gz
gcc/
* config/i386/linux-common.h (LIBMPX_WRAPPERSSPEC): New. (CHKP_SPEC): Add wrappers library. * c-family/c.opt (static-libmpxwrappers): New. libmpx/ * Makefile.am (SUBDIRS): Add mpxwrap when used AS supports MPX. (MAKEOVERRIDES): New. * Makefile.in: Regenerate. * configure.ac: Check AS supports MPX. Add mpxintr/Makefile to config files. * configure: Regenerate. * mpxwrap/Makefile.am: New. * mpxwrap/Makefile.in: New. * mpxwrap/libtool-version: New. * mpxwrap/mpx_wrappers.cc: New. * mpxwrap/libmpxwrappers.map: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmpx/ChangeLog')
-rw-r--r--libmpx/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libmpx/ChangeLog b/libmpx/ChangeLog
index 89dc042ee46..ccd706b1548 100644
--- a/libmpx/ChangeLog
+++ b/libmpx/ChangeLog
@@ -1,3 +1,18 @@
2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
+ * Makefile.am (SUBDIRS): Add mpxwrap when used
+ AS supports MPX.
+ (MAKEOVERRIDES): New.
+ * Makefile.in: Regenerate.
+ * configure.ac: Check AS supports MPX. Add
+ mpxintr/Makefile to config files.
+ * configure: Regenerate.
+ * mpxwrap/Makefile.am: New.
+ * mpxwrap/Makefile.in: New.
+ * mpxwrap/libtool-version: New.
+ * mpxwrap/mpx_wrappers.cc: New.
+ * mpxwrap/libmpxwrappers.map: New.
+
+2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
+
Initial commit.