2015-12-16 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libmpx / ChangeLog
blob93924a8e6ddba95d4c52f06256f76b7420d19c33
1 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
4         option.
5         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
6         fix include path.
7         * libmpx/Makefile.in: Regenerate.
8         * mpxrt/Makefile.in: Regenerate.
9         * libmpxwrap/Makefile.in: Regenerate.
10         * mpxrt/libtool-version: New version.
11         * libmpxwrap/libtool-version: Likewise.
12         * mpxrt/libmpx.map: Add new version and a new symbol.
13         * mpxrt/mpxrt.h: New file.
14         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
15         (REG_IP_IDX): Moved to mpxrt.h.
16         (REX_PREFIX): Moved to mpxrt.h.
17         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
18         (MPX_L1_SIZE): Moved to mpxrt.h.
19         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
20         (mpx_bt_entry): New type.
21         (alloc_bt): New function.
22         (get_bt): New function.
23         (copy_if_possible): New function.
24         (copy_if_possible_from_end): New function.
25         (move_bounds): New function.
26         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
28 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
30         PR other/66887
31         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
33 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
35         * configure.ac: Remove link_mpx.
36         * libmpx.spec.in: Likewise.
37         * configure: Regenerate.
39 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
41         * Makefile.in: Regenerated with automake-1.11.6.
42         * aclocal.m4: Likewise.
43         * configure: Likewise.
44         * mpxrt/Makefile.in: Likewise.
45         * mpxwrap/Makefile.in: Likewise.
47 2015-04-27  Steven Noonan <steven@uplinklabs.net>
49         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
50         sources.
51         * configure: Regenerate.
53 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
55         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
56         zero length check.
58 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
60         PR driver/65444
61         * configure.ac: Add check for '-z bndplt' support
62         by linker. Add link_mpx output variable.
63         * libmpx.spec.in (link_mpx): New.
64         * configure: Regenerate.
66 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
68         PR other/65384
69         * configure.ac: Fix x32 test.
70         * configure: Regenerate.
72 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
74         * Makefile.am (SUBDIRS): Add mpxwrap when used
75         AS supports MPX.
76         (MAKEOVERRIDES): New.
77         * Makefile.in: Regenerate.
78         * configure.ac: Check AS supports MPX.  Add
79         mpxintr/Makefile to config files.
80         * configure: Regenerate.
81         * mpxwrap/Makefile.am: New.
82         * mpxwrap/Makefile.in: New.
83         * mpxwrap/libtool-version: New.
84         * mpxwrap/mpx_wrappers.cc: New.
85         * mpxwrap/libmpxwrappers.map: New.
87 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
89         Initial commit.