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