coarray_40.f90: Revise to use dg-additional-options.
[official-gcc.git] / libmpx / ChangeLog
blobd53080778495c51b4301e6229acfbc7c10e486c2
1 2015-12-29  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
3         * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special
4         handling of one pointer copy.
6 2015-12-11  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
8         * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info
9         option.
10         * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and
11         fix include path.
12         * libmpx/Makefile.in: Regenerate.
13         * mpxrt/Makefile.in: Regenerate.
14         * libmpxwrap/Makefile.in: Regenerate.
15         * mpxrt/libtool-version: New version.
16         * libmpxwrap/libtool-version: Likewise.
17         * mpxrt/libmpx.map: Add new version and a new symbol.
18         * mpxrt/mpxrt.h: New file.
19         * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h.
20         (REG_IP_IDX): Moved to mpxrt.h.
21         (REX_PREFIX): Moved to mpxrt.h.
22         (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h.
23         (MPX_L1_SIZE): Moved to mpxrt.h.
24         * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type.
25         (mpx_bt_entry): New type.
26         (alloc_bt): New function.
27         (get_bt): New function.
28         (copy_if_possible): New function.
29         (copy_if_possible_from_end): New function.
30         (move_bounds): New function.
31         (__mpx_wrapper_memmove): Use move_bounds to copy bounds.
33 2015-10-15  Ilya Enkovich  <enkovich.gnu@gmail.com>
35         PR other/66887
36         * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
38 2015-07-16  Ilya Enkovich  <enkovich.gnu@gmail.com>
40         * configure.ac: Remove link_mpx.
41         * libmpx.spec.in: Likewise.
42         * configure: Regenerate.
44 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
46         * Makefile.in: Regenerated with automake-1.11.6.
47         * aclocal.m4: Likewise.
48         * configure: Likewise.
49         * mpxrt/Makefile.in: Likewise.
50         * mpxwrap/Makefile.in: Likewise.
52 2015-04-27  Steven Noonan <steven@uplinklabs.net>
54         * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
55         sources.
56         * configure: Regenerate.
58 2015-04-09  Ilya Enkovich  <ilya.enkovich@intel.com>
60         * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
61         zero length check.
63 2015-04-02  Ilya Enkovich  <ilya.enkovich@intel.com>
65         PR driver/65444
66         * configure.ac: Add check for '-z bndplt' support
67         by linker. Add link_mpx output variable.
68         * libmpx.spec.in (link_mpx): New.
69         * configure: Regenerate.
71 2015-03-12  Ilya Enkovich  <ilya.enkovich@intel.com>
73         PR other/65384
74         * configure.ac: Fix x32 test.
75         * configure: Regenerate.
77 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
79         * Makefile.am (SUBDIRS): Add mpxwrap when used
80         AS supports MPX.
81         (MAKEOVERRIDES): New.
82         * Makefile.in: Regenerate.
83         * configure.ac: Check AS supports MPX.  Add
84         mpxintr/Makefile to config files.
85         * configure: Regenerate.
86         * mpxwrap/Makefile.am: New.
87         * mpxwrap/Makefile.in: New.
88         * mpxwrap/libtool-version: New.
89         * mpxwrap/mpx_wrappers.cc: New.
90         * mpxwrap/libmpxwrappers.map: New.
92 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
94         Initial commit.