]>
Commit | Line | Data |
---|---|---|
cc60e898 MK |
1 | 2016-01-20 Matthias Klose <doko@ubuntu.com> |
2 | ||
3 | * libtool-version: Remove. | |
4 | ||
e15f0e53 IE |
5 | 2016-01-20 Ilya Enkovich <enkovich.gnu@gmail.com> |
6 | ||
7 | * mpxrt/mpxrt.c (handler): Fix verbosity for error message. | |
8 | ||
66bc83c2 JJ |
9 | 2016-01-18 Jakub Jelinek <jakub@redhat.com> |
10 | ||
11 | * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Avoid | |
12 | -Wdiscarded-qualifiers warning. Fix up formatting. | |
13 | ||
0bf0df50 TA |
14 | 2015-12-29 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> |
15 | ||
16 | * libmpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Special | |
17 | handling of one pointer copy. | |
18 | ||
653b8b8d TA |
19 | 2015-12-11 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> |
20 | ||
21 | * mpxrt/Makefile.am (libmpx_la_LDFLAGS): Add -version-info | |
22 | option. | |
23 | * libmpxwrap/Makefile.am (libmpx_la_LDFLAGS): Likewise and | |
24 | fix include path. | |
25 | * libmpx/Makefile.in: Regenerate. | |
26 | * mpxrt/Makefile.in: Regenerate. | |
27 | * libmpxwrap/Makefile.in: Regenerate. | |
28 | * mpxrt/libtool-version: New version. | |
29 | * libmpxwrap/libtool-version: Likewise. | |
30 | * mpxrt/libmpx.map: Add new version and a new symbol. | |
31 | * mpxrt/mpxrt.h: New file. | |
32 | * mpxrt/mpxrt.c (NUM_L1_BITS): Moved to mpxrt.h. | |
33 | (REG_IP_IDX): Moved to mpxrt.h. | |
34 | (REX_PREFIX): Moved to mpxrt.h. | |
35 | (XSAVE_OFFSET_IN_FPMEM): Moved to mpxrt.h. | |
36 | (MPX_L1_SIZE): Moved to mpxrt.h. | |
37 | * libmpxwrap/mpx_wrappers.c (mpx_pointer): New type. | |
38 | (mpx_bt_entry): New type. | |
39 | (alloc_bt): New function. | |
40 | (get_bt): New function. | |
41 | (copy_if_possible): New function. | |
42 | (copy_if_possible_from_end): New function. | |
43 | (move_bounds): New function. | |
44 | (__mpx_wrapper_memmove): Use move_bounds to copy bounds. | |
45 | ||
269ca76f IE |
46 | 2015-10-15 Ilya Enkovich <enkovich.gnu@gmail.com> |
47 | ||
48 | PR other/66887 | |
49 | * mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code. | |
50 | ||
6de59c8a IE |
51 | 2015-07-16 Ilya Enkovich <enkovich.gnu@gmail.com> |
52 | ||
53 | * configure.ac: Remove link_mpx. | |
54 | * libmpx.spec.in: Likewise. | |
55 | * configure: Regenerate. | |
56 | ||
a540dfab MH |
57 | 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> |
58 | ||
59 | * Makefile.in: Regenerated with automake-1.11.6. | |
60 | * aclocal.m4: Likewise. | |
61 | * configure: Likewise. | |
62 | * mpxrt/Makefile.in: Likewise. | |
63 | * mpxwrap/Makefile.in: Likewise. | |
64 | ||
8abf3018 SN |
65 | 2015-04-27 Steven Noonan <steven@uplinklabs.net> |
66 | ||
67 | * configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++ | |
68 | sources. | |
69 | * configure: Regenerate. | |
70 | ||
3ba99d8a IE |
71 | 2015-04-09 Ilya Enkovich <ilya.enkovich@intel.com> |
72 | ||
73 | * mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add | |
74 | zero length check. | |
75 | ||
512470bb IE |
76 | 2015-04-02 Ilya Enkovich <ilya.enkovich@intel.com> |
77 | ||
78 | PR driver/65444 | |
79 | * configure.ac: Add check for '-z bndplt' support | |
80 | by linker. Add link_mpx output variable. | |
81 | * libmpx.spec.in (link_mpx): New. | |
82 | * configure: Regenerate. | |
83 | ||
90d33d8f IE |
84 | 2015-03-12 Ilya Enkovich <ilya.enkovich@intel.com> |
85 | ||
86 | PR other/65384 | |
87 | * configure.ac: Fix x32 test. | |
88 | * configure: Regenerate. | |
89 | ||
d2d7e672 IE |
90 | 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> |
91 | ||
92 | * Makefile.am (SUBDIRS): Add mpxwrap when used | |
93 | AS supports MPX. | |
94 | (MAKEOVERRIDES): New. | |
95 | * Makefile.in: Regenerate. | |
96 | * configure.ac: Check AS supports MPX. Add | |
97 | mpxintr/Makefile to config files. | |
98 | * configure: Regenerate. | |
99 | * mpxwrap/Makefile.am: New. | |
100 | * mpxwrap/Makefile.in: New. | |
101 | * mpxwrap/libtool-version: New. | |
102 | * mpxwrap/mpx_wrappers.cc: New. | |
103 | * mpxwrap/libmpxwrappers.map: New. | |
104 | ||
5373cd33 IE |
105 | 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com> |
106 | ||
107 | Initial commit. |