Update ChangeLog and version files for release
[official-gcc.git] / libmpx / ChangeLog
blob9b13ea75a3f928368ecbd46da4d8a34a689ed370
1 2017-08-14  Release Manager
3         * GCC 7.2.0 released.
5 2017-05-02  Release Manager
7         * GCC 7.1.0 released.
9 2017-01-30  Jakub Jelinek  <jakub@redhat.com>
11         * mpxrt/mpxrt-utils.h (__mpxrt_stop): New prototype.
13 2017-01-21  Jakub Jelinek  <jakub@redhat.com>
15         PR other/79046
16         * mpxrt/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
17         of cat to get version from BASE-VER file.
18         * mpxwrap/Makefile.am (gcc_version): Likewise.
19         * mpxrt/Makefile.in: Regenerated.
20         * mpxwrap/Makefile.in: Regenerated.
22 2017-01-19  Jakub Jelinek  <jakub@redhat.com>
24         PR other/79046
25         * aclocal.m4: Regenerated.
26         * configure: Regenerated.
27         * Makefile.in: Regenerated.
28         * mpxrt/Makefile.in: Regenerated.
29         * mpxwrap/Makefile.in: Regenerated.
31 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
33         PR other/79046
34         * configure.ac: Add GCC_BASE_VER.
35         * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
36         get version from BASE-VER file.
37         * configure: Regenerated.
38         * Makefile.in: Regenerated.
40 2016-12-27  H.J. Lu  <hongjiu.lu@intel.com>
41             Alexander Ivchenko  <alexander.ivchenko@intel.com>
43         * mpxwrap/libtool-version: New version.
44         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_realloc): Make it
45         static with external alias.
46         (__mpx_wrapper_bzero): Ditto.
47         (mpx_wrapper_memcpy): Ditto.
48         (__mpx_wrapper_mempcpy): Ditto.
50 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
52         * mpxrt/libtool-version: New version.
53         * mpxrt/mpxrt-utils.c (set_mpx_rt_stop_handler): New function.
54         (print_help): Add help for CHKP_RT_STOP_HANDLER environment
55         variable.
56         (__mpxrt_init_env_vars): Add initialization of stop_handler.
57         (__mpxrt_stop_handler): New function.
58         (__mpxrt_stop): Ditto.
59         * mpxrt/mpxrt-utils.h (mpx_rt_stop_mode_handler_t): New enum.
60         * mpxrt/mpxrt.c (handler): Replace exit(255) with __mpxrt_stop
61         function call.
63 2016-11-15  Matthias Klose  <doko@ubuntu.com>
65         * configure: Regenerate.
67 2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
69         * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug.
71 2016-01-20  Matthias Klose  <doko@ubuntu.com>
73         * libtool-version: Remove.
75 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
77         * mpxrt/mpxrt.c (handler): Fix verbosity for error message.
79 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
81         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid
82         -Wdiscarded-qualifiers warning.  Fix up formatting.
84 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
86         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
87         handling of one pointer copy.
89 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
91         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
92         option.
93         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
94         fix include path.
95         * libmpx/Makefile.in: Regenerate.
96         * mpxrt/Makefile.in: Regenerate.
97         * libmpxwrap/Makefile.in: Regenerate.
98         * mpxrt/libtool-version: New version.
99         * libmpxwrap/libtool-version: Likewise.
100         * mpxrt/libmpx.map: Add new version and a new symbol.
101         * mpxrt/mpxrt.h: New file.
102         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
103         (REG_IP_IDX): Moved to mpxrt.h.
104         (REX_PREFIX): Moved to mpxrt.h.
105         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
106         (MPX_L1_SIZE): Moved to mpxrt.h.
107         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
108         (mpx_bt_entry): New type.
109         (alloc_bt): New function.
110         (get_bt): New function.
111         (copy_if_possible): New function.
112         (copy_if_possible_from_end): New function.
113         (move_bounds): New function.
114         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
116 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
118         PR other/66887
119         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
121 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
123         * configure.ac: Remove link_mpx.
124         * libmpx.spec.in: Likewise.
125         * configure: Regenerate.
127 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
129         * Makefile.in: Regenerated with automake-1.11.6.
130         * aclocal.m4: Likewise.
131         * configure: Likewise.
132         * mpxrt/Makefile.in: Likewise.
133         * mpxwrap/Makefile.in: Likewise.
135 2015-04-27  Steven Noonan <steven@uplinklabs.net>
137         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
138         sources.
139         * configure: Regenerate.
141 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
143         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
144         zero length check.
146 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
148         PR driver/65444
149         * configure.ac: Add check for '-z bndplt' support
150         by linker. Add link_mpx output variable.
151         * libmpx.spec.in (link_mpx): New.
152         * configure: Regenerate.
154 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
156         PR other/65384
157         * configure.ac: Fix x32 test.
158         * configure: Regenerate.
160 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
162         * Makefile.am (SUBDIRS): Add mpxwrap when used
163         AS supports MPX.
164         (MAKEOVERRIDES): New.
165         * Makefile.in: Regenerate.
166         * configure.ac: Check AS supports MPX.  Add
167         mpxintr/Makefile to config files.
168         * configure: Regenerate.
169         * mpxwrap/Makefile.am: New.
170         * mpxwrap/Makefile.in: New.
171         * mpxwrap/libtool-version: New.
172         * mpxwrap/mpx_wrappers.cc: New.
173         * mpxwrap/libmpxwrappers.map: New.
175 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
177         Initial commit.