re PR other/65384 (Intel MPX does not support x32)
[gcc.git] / libmpx / ChangeLog
1 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com>
2
3 PR other/65384
4 * configure.ac: Fix x32 test.
5 * configure: Regenerate.
6
7 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
8
9 * Makefile.am (SUBDIRS): Add mpxwrap when used
10 AS supports MPX.
11 (MAKEOVERRIDES): New.
12 * Makefile.in: Regenerate.
13 * configure.ac: Check AS supports MPX. Add
14 mpxintr/Makefile to config files.
15 * configure: Regenerate.
16 * mpxwrap/Makefile.am: New.
17 * mpxwrap/Makefile.in: New.
18 * mpxwrap/libtool-version: New.
19 * mpxwrap/mpx_wrappers.cc: New.
20 * mpxwrap/libmpxwrappers.map: New.
21
22 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
23
24 Initial commit.