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