summaryrefslogtreecommitdiff
path: root/libmpx/ChangeLog
diff options
context:
space:
mode:
authorienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-10 09:37:41 +0000
committerienkovich <ienkovich@138bc75d-0d04-0410-961f-82ee72b054a4>2015-03-10 09:37:41 +0000
commit202baac831fcc149f81fccf362c8c35d6b5b5947 (patch)
tree4c3d129c804e483567ad1709e6159edb9e847d6e /libmpx/ChangeLog
parent82a9d51e8e523cb02c848ec342460dde061115c8 (diff)
downloadgcc-202baac831fcc149f81fccf362c8c35d6b5b5947.tar.gz
* Makefile.def: Add libmpx.
* configure.ac: Add libmpx. * Makefile.in: Regenerate. * configure: Regenerate. gcc/ * config/i386/linux-common.h (LIBMPX_LIBS): New. (LIBMPX_SPEC): New. (CHKP_SPEC): New. * gcc.c (CHKP_SPEC): New. (LINK_COMMAND_SPEC): Add CHKP_SPEC. * c-family/c.opt (static-libmpx): New. libmpx/ Initial commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221311 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmpx/ChangeLog')
-rw-r--r--libmpx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmpx/ChangeLog b/libmpx/ChangeLog
new file mode 100644
index 00000000000..89dc042ee46
--- /dev/null
+++ b/libmpx/ChangeLog
@@ -0,0 +1,3 @@
+2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
+
+ Initial commit.