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