Fix typo in last ChangeLog entry
[official-gcc.git] / libmpx / ChangeLog
blobf8cc639fd0d5519d4508583d06372d8971fc8166
1 2018-02-14  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
3         PR target/84148
4         * configure: Regenerate.
6 2017-11-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
8          * Makefile.in: Regenerate.
9          * acinclude.m4: Add enable.m4 and cet.m4.
10          * configure: Regenerate.
11          * configure.ac: Set CET_FLAGS. Update XCFLAGS.
12          * mpxrt/Makefile.am: Update libmpx_la_CFLAGS.
13          * mpxrt/Makefile.in: Regenerate.
14          * mpxwrap/Makefile.am: Add AM_CFLAGS. Update
15          libmpxwrappers_la_CFLAGS.
16          * mpxwrap/Makefile.in: Regenerate.
18 2017-01-30  Jakub Jelinek  <jakub@redhat.com>
20         * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
22 2017-01-21  Jakub Jelinek  <jakub@redhat.com>
24         PR other/79046
25         * mpxrt/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
26         of cat to get version from BASE-VER file.
27         * mpxwrap/Makefile.am (gcc_version): Likewise.
28         * mpxrt/Makefile.in: Regenerated.
29         * mpxwrap/Makefile.in: Regenerated.
31 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
33         PR other/79046
34         * aclocal.m4: Regenerated.
35         * configure: Regenerated.
36         * Makefile.in: Regenerated.
37         * mpxrt/Makefile.in: Regenerated.
38         * mpxwrap/Makefile.in: Regenerated.
40 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
42         PR other/79046
43         * configure.ac: Add GCC_BASE_VER.
44         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
45         get version from BASE-VER file.
46         * configure: Regenerated.
47         * Makefile.in: Regenerated.
49 2016-12-27  H.J. Lu  <hongjiu.lu@intel.com>
50             Alexander Ivchenko  <alexander.ivchenko@intel.com>
52         * mpxwrap/libtool-version: New version.
53         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_realloc): Make it
54         static with external alias.
55         (__mpx_wrapper_bzero): Ditto.
56         (mpx_wrapper_memcpy): Ditto.
57         (__mpx_wrapper_mempcpy): Ditto.
59 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
61         * mpxrt/libtool-version: New version.
62         * mpxrt/mpxrt-utils.c (set_mpx_rt_stop_handler): New function.
63         (print_help): Add help for CHKP_RT_STOP_HANDLER environment
64         variable.
65         (__mpxrt_init_env_vars): Add initialization of stop_handler.
66         (__mpxrt_stop_handler): New function.
67         (__mpxrt_stop): Ditto.
68         * mpxrt/mpxrt-utils.h (mpx_rt_stop_mode_handler_t): New enum.
69         * mpxrt/mpxrt.c (handler): Replace exit(255) with __mpxrt_stop
70         function call.
72 2016-11-15  Matthias Klose  <doko@ubuntu.com>
74         * configure: Regenerate.
76 2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
78         * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug.
80 2016-01-20  Matthias Klose  <doko@ubuntu.com>
82         * libtool-version: Remove.
84 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
86         * mpxrt/mpxrt.c (handler): Fix verbosity for error message.
88 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
90         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid
91         -Wdiscarded-qualifiers warning.  Fix up formatting.
93 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
95         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
96         handling of one pointer copy.
98 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
100         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
101         option.
102         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
103         fix include path.
104         * libmpx/Makefile.in: Regenerate.
105         * mpxrt/Makefile.in: Regenerate.
106         * libmpxwrap/Makefile.in: Regenerate.
107         * mpxrt/libtool-version: New version.
108         * libmpxwrap/libtool-version: Likewise.
109         * mpxrt/libmpx.map: Add new version and a new symbol.
110         * mpxrt/mpxrt.h: New file.
111         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
112         (REG_IP_IDX): Moved to mpxrt.h.
113         (REX_PREFIX): Moved to mpxrt.h.
114         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
115         (MPX_L1_SIZE): Moved to mpxrt.h.
116         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
117         (mpx_bt_entry): New type.
118         (alloc_bt): New function.
119         (get_bt): New function.
120         (copy_if_possible): New function.
121         (copy_if_possible_from_end): New function.
122         (move_bounds): New function.
123         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
125 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
127         PR other/66887
128         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
130 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
132         * configure.ac: Remove link_mpx.
133         * libmpx.spec.in: Likewise.
134         * configure: Regenerate.
136 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
138         * Makefile.in: Regenerated with automake-1.11.6.
139         * aclocal.m4: Likewise.
140         * configure: Likewise.
141         * mpxrt/Makefile.in: Likewise.
142         * mpxwrap/Makefile.in: Likewise.
144 2015-04-27  Steven Noonan <steven@uplinklabs.net>
146         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
147         sources.
148         * configure: Regenerate.
150 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
152         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
153         zero length check.
155 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
157         PR driver/65444
158         * configure.ac: Add check for '-z bndplt' support
159         by linker. Add link_mpx output variable.
160         * libmpx.spec.in (link_mpx): New.
161         * configure: Regenerate.
163 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
165         PR other/65384
166         * configure.ac: Fix x32 test.
167         * configure: Regenerate.
169 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
171         * Makefile.am (SUBDIRS): Add mpxwrap when used
172         AS supports MPX.
173         (MAKEOVERRIDES): New.
174         * Makefile.in: Regenerate.
175         * configure.ac: Check AS supports MPX.  Add
176         mpxintr/Makefile to config files.
177         * configure: Regenerate.
178         * mpxwrap/Makefile.am: New.
179         * mpxwrap/Makefile.in: New.
180         * mpxwrap/libtool-version: New.
181         * mpxwrap/mpx_wrappers.cc: New.
182         * mpxwrap/libmpxwrappers.map: New.
184 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
186         Initial commit.