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