X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=1e9a495831d0782297fe1986cedde403956564a6;hb=3015c06465584a437261c65a397fbd8f1a71aae7;hp=fb766950c3eafe12c83c8307942452d8345bf207;hpb=1985dc2d048a4134f20dc9cda61255eb33289476;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index fb766950c3..1e9a495831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2016-12-31 Alan Modra + + * config.sub: Import from upstream. + +2016-12-08 Alan Modra + + * configure: Regenerate. + +2016-12-02 Josh Conner + + * configure.ac: Add fuchsia to targets that use ELF. + * configure: Regenerated. + +2016-11-07 Doug Evans + + * config.sub: Sync with upstream version 2016-11-03. + git://git.sv.gnu.org/config.git + * config.guess: Sync with upstream version 2016-10-02. + +2016-09-27 Simon Marchi + + * .gitignore: Add archives and make stamps. + +2016-07-20 Yan-Ting Lin + + * configure.ac (nds32*-*-*): Remove entry to enable gdb. + * configure: Regenerated. + +2016-06-28 Walter Lee + + * configure.ac (tilepro-*-*): Add gdb to noconfigdirs. + * configure: Regenerate. + +2016-05-28 Alan Modra + + * Makefile.tpl (configure): Depend on m4 files included. + * Makefile.in: Regenerate. + +2016-05-27 Nick Clifton + + * config.guess (Alpha OSF1): Fix typo introduced during the most + recent synchronization update. + +2016-05-23 Nick Clifton + + * Import these patches from the gcc mainline: + + 2016-05-16 Jakub Sejdak + + * config.guess: Import version 2016-04-02 (newest). + * config.sub: Import version 2016-05-10 (newest). + +2016-04-19 Nick Clifton + + * Import this patch from the GCC mainline: + + 2016-04-13 Segher Boessenkool + + PR bootstrap/70173 + * Makefile.tpl (local-distclean): Delete the libcc1, gnattools, + and gotools directories. Delete the stage_final file. + * Makefile.in: Regenerate. + +2016-03-17 Cary Coutant + + * configure.ac: Add mips and s390 to the gold target check. + * configure: Regenerate. + +2016-02-10 Nick Clifton + + Import these patches from the GCC mainline: + + 2016-01-12 Andris Pavenis + + * configure.ac: Enable LTO for DJGPP + * configure: Regenerate + + 2016-01-24 Mikhail Maltsev + + PR bootstrap/69329 + * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS. + * Makefile.in: Regenerate. + + 2016-01-25 Aditya Kumar + Sebastian Pop + + * Makefile.in: Regenerate. + * Makefile.tpl: Export ISLVER. + * configure: Regenerate. + * config/isl.m4: Detect isl-0.15. + + 2016-01-29 Sebastian Pop + + * config/isl.m4: Add comments about isl-0.16. + * configure: Regenerate. + 2016-01-12 H.J. Lu Sync with GCC