forked from riscvarchive/riscv-gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
62 lines (45 loc) · 1.63 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
2015-10-15 Ilya Enkovich <[email protected]>
PR other/66887
* mpxrt/mpxrt.c (read_mpx_status_sig): Remove useless code.
2015-07-16 Ilya Enkovich <[email protected]>
* configure.ac: Remove link_mpx.
* libmpx.spec.in: Likewise.
* configure: Regenerate.
2015-05-13 Michael Haubenwallner <[email protected]>
* Makefile.in: Regenerated with automake-1.11.6.
* aclocal.m4: Likewise.
* configure: Likewise.
* mpxrt/Makefile.in: Likewise.
* mpxwrap/Makefile.in: Likewise.
2015-04-27 Steven Noonan <[email protected]>
* configure.ac: Drop AC_PROG_CXX and friends, since libmpx has no C++
sources.
* configure: Regenerate.
2015-04-09 Ilya Enkovich <[email protected]>
* mpxwrap/mpx_wrappers.c (__mpx_wrapper_memmove): Add
zero length check.
2015-04-02 Ilya Enkovich <[email protected]>
PR driver/65444
* configure.ac: Add check for '-z bndplt' support
by linker. Add link_mpx output variable.
* libmpx.spec.in (link_mpx): New.
* configure: Regenerate.
2015-03-12 Ilya Enkovich <[email protected]>
PR other/65384
* configure.ac: Fix x32 test.
* configure: Regenerate.
2015-03-10 Ilya Enkovich <[email protected]>
* Makefile.am (SUBDIRS): Add mpxwrap when used
AS supports MPX.
(MAKEOVERRIDES): New.
* Makefile.in: Regenerate.
* configure.ac: Check AS supports MPX. Add
mpxintr/Makefile to config files.
* configure: Regenerate.
* mpxwrap/Makefile.am: New.
* mpxwrap/Makefile.in: New.
* mpxwrap/libtool-version: New.
* mpxwrap/mpx_wrappers.cc: New.
* mpxwrap/libmpxwrappers.map: New.
2015-03-10 Ilya Enkovich <[email protected]>
Initial commit.