X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=b5c224ecc90cb17634c77e1f46c7fc1b7a9a90c5;hb=890e97902a21a3b88f9b6028852736b813303029;hp=6c663accfa0f4ba2b74e8217fc11d556372ade34;hpb=52cf9762c53f5de7070a3951a3a6156082839d35;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 6c663accfa..b5c224ecc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,163 @@ +2017-09-15 Nick Clifton + + * src-release.sh (LZIPPROG): New define. Provides the name of the + lzip program. + (do_lz): New function. Compresses a tarball using the lzip + program. + (do_compress): Add support for lzip compression. + (usage): Mention -l option. + (build_release): Support -l option to invoke lzip compression. + +2017-09-15 Alan Modra + + * src-release.sh (do_proto_toplev): Revert last patch. Enable or + disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline, + and sim depending on $tool and $support_files. Echo configure line. + +2017-09-14 Matt Rice + + * src-release.sh (do_proto_toplev): Enable gold during release process. + +2017-04-13 Andrew Jenner + + * config.sub: Sync with master version in config project. + +2017-04-03 Andrew Jenner + + * config.sub: Handle ia16 in $basic_machine. + + bfd/ + * config.bfd: Handle ia16. + + gas/ + * configure.tgt: Handle ia16. + + ld/ + * configure.tgt: Handle ia16. + +2017-03-22 Nick Clifton + + * config.sub: Sync with master version in config project. + * config.guess: Likewise. + +2017-01-23 Nick Clifton + + * configure.ac: Update year in copyright notice. + Sync from FSF GCC mainline, bringing in the following patches. + * Makefile.def: Likewise. + * Makefile.tpl: Likewise. + * configure: Regenerate. + * Makefile.in: Regenerate. + + 2016-12-21 Jakub Jelinek + + * configure.ac: Don't bootstrap libmpx unless --with-build-config + includes bootstrap-mpx. + + 2016-12-01 Matthias Klose + + * configure.ac: Don't use pkg-config to check for bdw-gc. + + 2016-11-30 Matthias Klose + + * Makefile.def: Remove reference to boehm-gc target module. + * configure.ac: Include pkg.m4, check for --with-target-bdw-gc + options and for the bdw-gc pkg-config module. + + 2016-11-15 Matthias Klose + + * config-ml.in: Remove references to GCJ. + * configure.ac: Likewise. + + 2016-09-30 Jakub Jelinek + + * configure.ac: Add target-libffi to target_libraries. + Readd libgcj target disablings, modified to only target-libffi. + Readd target addition of go to unsupported languages. + + 2016-09-30 Andrew Haley + + * Makefile.def: Remove libjava. + * Makefile.tpl: Likewise. + * configure.ac: Likewise. + + 2016-09-26 Anton Kolesov + + * configure.ac: Disable "sim" directory for arc*-*-*. + + 2016-09-12 Maciej W. Rozycki + + * configure.ac: Check for the minimum in-tree MPFR version + handled. + +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: