X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=da2e2ce39dea6d487420ba319666da88ca0e44bb;hb=00e474c2e96f9a56f128ee29fbdc36ac32d5e14a;hp=5d94ca90bb0fc2f2e9ca3c0168ddc81b59433e5e;hpb=abca8d871a6f8f4d7f9762133e1af637869da1bb;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index 5d94ca90bb..da2e2ce39d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,124 @@ +2015-01-28 James Bowman + + * configure.ac: Add FT32 support. + * configure: Regenerate. + +2015-01-12 Anthony Green + + * configure.ac: Don't disable gprof for moxie. + * configure: Rebuild. + +2015-01-03 Andrew Pinski + + * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also. + * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET. + (BASE_TARGET_EXPORTS): Add OBJCOPY. + (OBJCOPY_FOR_TARGET): New variable. + (EXTRA_TARGET_FLAGS): Add OBJCOPY. + * Makefile.in: Regenerate. + * configure.ac: Check for already installed target objcopy. + Also GCC_TARGET_TOOL on objcopy. + * configure: Regenerate. + +2015-01-02 Hans-Peter Nilsson + + * config.sub: Update from upstream, to 2015-01-01 version. + * config.guess: Ditto. + +2014-12-06 Eric Botcazou + + * config.sub: Update from upstream config repo. + +2014-11-24 H.J. Lu + + * libtool.m4: Updated from GCC trunk. + +2014-11-16 Jan-Benedict Glaw + + * config.guess: Update from upstream config repo. + * config.sub: Ditto. + +2014-11-16 Jan-Benedict Glaw + + * move-if-change: Update from upstream gnulib. + +2014-11-16 Jan-Benedict Glaw + + * compile: Sync with upstream Automake. + * depcomp: Ditto. + * install-sh: Ditto. + * missing: Ditto. + * mkinstalldirs: Ditto. + * ylwrap: Ditto. + +2014-10-15 Tristan Gingold + + * src-release.sh (do_proto_toplev): Configure with --target. + +2014-10-03 Jing Yu + + * configure.ac: Add aarch64 to list of targets that support gold. + * configure: Regenerate. + +2014-09-12 Andrew Bennett + + * configure.ac: Add mips*-img-elf* target triple. + * configure: Regenerate. + +2014-09-06 Kuan-Lin Chen + * configure: Disable gdb for nds32*-*-* until supported. + * configure.ac: Disable gdb for nds32*-*-* until supported. + +2014-09-05 Joel Brobecker + + * configure: Regenerate. + +2014-08-27 Will Newton + + * src-release.sh: New file. + * src-release: Remove file. + +2014-07-27 Joel Sherrill + + GDB not supported for or1k*-*-rtems* + * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering + of the stanzas results in this not being caught by or1k*-*-* later. + * configure. Regenerated. + +2014-07-25 Samuel Bronson + + * .gitattributes: New file for use with git-merge-changelog. + +2014-07-21 Joel Sherrill + + Disable gdb for or1k*-*-* until supported + * configure.ac (or1k*-*-*): Disable gdb. + * configure: Regenerated. + +2014-05-14 Sandra Loosemore + + * configure.ac (target_makefile_frag): Set for nios2-*-elf*. + * configure: Regenerated. + +2014-03-26 Jakub Jelinek + + PR sanitizer/56781 + * Makefile.def: Set bootstrap=true; for host fixincludes. + * configure.ac: Don't bootstrap host fixincludes unless + --with-build-config=bootstrap-{a,ub}san. + * Makefile.in: Regenerated. + * configure: Regenerated. + +2014-03-21 Jakub Jelinek + + * configure.ac: Move BUILD_CONFIG set up earlier. Add + --enable-vtable-verify option parsing. Don't add + target-libsanitizer to bootstrap_target_libs unless + --with-build-config=bootstrap-asan or + --with-build-config=bootstrap-ubsan. Don't add target-libvtv + to bootstrap_target_libs unless --enable-vtable-verify. + * configure: Regenerated. + 2014-03-07 Jakub Jelinek PR bootstrap/58572