Update ChangeLog and version files for release
[official-gcc.git] / libmpx / ChangeLog
blob41d4e0a4e9ed67cb32e67acffc291fff09763182
1 2016-12-21  Release Manager
3         * GCC 6.3.0 released.
5 2016-08-22  Release Manager
7         * GCC 6.2.0 released.
9 2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
11         Backport from mainline r237292.
12         2016-06-10  Ilya Enkovich  <ilya.enkovich@intel.com>
14         * mpxwrap/mpx_wrappers.c (move_bounds): Fix overflow bug.
16 2016-04-27  Release Manager
18         * GCC 6.1.0 released.
20 2016-01-20  Matthias Klose  <doko@ubuntu.com>
22         * libtool-version: Remove.
24 2016-01-20  Ilya Enkovich  <enkovich.gnu@gmail.com>
26         * mpxrt/mpxrt.c (handler): Fix verbosity for error message.
28 2016-01-18  Jakub Jelinek  <jakub@redhat.com>
30         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid
31         -Wdiscarded-qualifiers warning.  Fix up formatting.
33 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
35         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
36         handling of one pointer copy.
38 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
40         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
41         option.
42         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
43         fix include path.
44         * libmpx/Makefile.in: Regenerate.
45         * mpxrt/Makefile.in: Regenerate.
46         * libmpxwrap/Makefile.in: Regenerate.
47         * mpxrt/libtool-version: New version.
48         * libmpxwrap/libtool-version: Likewise.
49         * mpxrt/libmpx.map: Add new version and a new symbol.
50         * mpxrt/mpxrt.h: New file.
51         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
52         (REG_IP_IDX): Moved to mpxrt.h.
53         (REX_PREFIX): Moved to mpxrt.h.
54         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
55         (MPX_L1_SIZE): Moved to mpxrt.h.
56         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
57         (mpx_bt_entry): New type.
58         (alloc_bt): New function.
59         (get_bt): New function.
60         (copy_if_possible): New function.
61         (copy_if_possible_from_end): New function.
62         (move_bounds): New function.
63         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
65 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
67         PR other/66887
68         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
70 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
72         * configure.ac: Remove link_mpx.
73         * libmpx.spec.in: Likewise.
74         * configure: Regenerate.
76 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
78         * Makefile.in: Regenerated with automake-1.11.6.
79         * aclocal.m4: Likewise.
80         * configure: Likewise.
81         * mpxrt/Makefile.in: Likewise.
82         * mpxwrap/Makefile.in: Likewise.
84 2015-04-27  Steven Noonan <steven@uplinklabs.net>
86         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
87         sources.
88         * configure: Regenerate.
90 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
92         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
93         zero length check.
95 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
97         PR driver/65444
98         * configure.ac: Add check for '-z bndplt' support
99         by linker. Add link_mpx output variable.
100         * libmpx.spec.in (link_mpx): New.
101         * configure: Regenerate.
103 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
105         PR other/65384
106         * configure.ac: Fix x32 test.
107         * configure: Regenerate.
109 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
111         * Makefile.am (SUBDIRS): Add mpxwrap when used
112         AS supports MPX.
113         (MAKEOVERRIDES): New.
114         * Makefile.in: Regenerate.
115         * configure.ac: Check AS supports MPX.  Add
116         mpxintr/Makefile to config files.
117         * configure: Regenerate.
118         * mpxwrap/Makefile.am: New.
119         * mpxwrap/Makefile.in: New.
120         * mpxwrap/libtool-version: New.
121         * mpxwrap/mpx_wrappers.cc: New.
122         * mpxwrap/libmpxwrappers.map: New.
124 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
126         Initial commit.