diff options
author | Nick Clifton <nickc@redhat.com> | 2016-02-10 10:54:29 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-02-10 10:54:29 +0000 |
commit | 52cf9762c53f5de7070a3951a3a6156082839d35 (patch) | |
tree | c480432df9683cf6845bf7e28c8267d019d4389f /ChangeLog | |
parent | 1233c0bae644451922bda07d03f1a66f3439dd20 (diff) | |
download | gdb-52cf9762c53f5de7070a3951a3a6156082839d35.zip gdb-52cf9762c53f5de7070a3951a3a6156082839d35.tar.gz gdb-52cf9762c53f5de7070a3951a3a6156082839d35.tar.bz2 |
Sync top level files with gcc.
Import these patches from the GCC mainline:
2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
* configure.ac: Enable LTO for DJGPP
* configure: Regenerate
2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
PR bootstrap/69329
* Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
* Makefile.in: Regenerate.
2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
* Makefile.in: Regenerate.
* Makefile.tpl: Export ISLVER.
* configure: Regenerate.
* config/isl.m4: Detect isl-0.15.
2016-01-29 Sebastian Pop <s.pop@samsung.com>
* config/isl.m4: Add comments about isl-0.16.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +2016-02-10 Nick Clifton <nickc@redhat.com> + + Import these patches from the GCC mainline: + + 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi> + + * configure.ac: Enable LTO for DJGPP + * configure: Regenerate + + 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com> + + PR bootstrap/69329 + * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS. + * Makefile.in: Regenerate. + + 2016-01-25 Aditya Kumar <aditya.k7@samsung.com> + Sebastian Pop <s.pop@samsung.com> + + * Makefile.in: Regenerate. + * Makefile.tpl: Export ISLVER. + * configure: Regenerate. + * config/isl.m4: Detect isl-0.15. + + 2016-01-29 Sebastian Pop <s.pop@samsung.com> + + * config/isl.m4: Add comments about isl-0.16. + * configure: Regenerate. + 2016-01-12 H.J. Lu <hongjiu.lu@intel.com> Sync with GCC |