]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ChangeLog
Fix AMD64 return value ABI in expression evaluation
[thirdparty/binutils-gdb.git] / ChangeLog
index 0453d97780656acb4de5c5d425a6e266d4f33401..4df3aaa62ca4cfafe8c521584ff6bb93b407badb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,279 @@
+2019-04-10  Nick Clifton  <nickc@redhat.com>
+
+       * libiberty: Sync with gcc.  Bring in:
+       2019-04-10  Nick Clifton  <nickc@redhat.com>
+
+       PR 89394
+       * cp-demangle.c (cplus_demangle_fill_name): Reject negative
+       lengths.
+       (d_count_templates_scopes): Replace num_templates and num_scopes
+       parameters with a struct d_print_info pointer parameter.  Adjust
+       body of the function accordingly.  Add recursion counter and check
+       that the recursion limit is not reached.
+       (d_print_init): Pass dpi parameter to d_count_templates_scopes.
+       Reset recursion counter afterwards, unless the recursion limit was
+       reached.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       2.32 branch created.
+
+2019-01-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       Merge from GCC:
+       PR target/88535
+       * config.guess: Import upstream version 2019-01-03.
+       * config.sub: Import upstream version 2019-01-01.
+
+2019-01-10  Nick Clifton  <nickc@redhat.com>
+
+       * libiberty: Sync with gcc.  Bring in:
+       2019-01-09  Sandra Loosemore  <sandra@codesourcery.com>
+
+       PR other/16615
+
+       * cp-demangle.c: Mechanically replace "can not" with "cannot".
+       * floatformat.c: Likewise.
+       * strerror.c: Likewise.
+
+       2018-12-22  Jason Merrill  <jason@redhat.com>
+
+       Remove support for demangling GCC 2.x era mangling schemes.
+       * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
+       internal_cplus_demangle, and all subroutines.
+       (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
+       Lucid, ARM, HP, and EDG demangling styles.
+       (cplus_demangle): Remove 'work' variable.  Don't call
+       internal_cplus_demangle.
+
+2019-01-03  Дилян Палаузов  <dilyan.palauzov@aegee.org>
+
+       * configure.ac: Don't configure readline if --with-system-readline is
+       used.
+       * configure: Re-generate.
+
+2018-10-31  Joseph Myers  <joseph@codesourcery.com>
+
+       Merge from GCC:
+       PR bootstrap/82856
+       * multilib.am: New file.  From automake.
+
+2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
+
+2018-07-16  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
+
+2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.sub: Sync with upstream version 2018-07-03.
+
+2018-07-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config.guess: Sync with upstream version 2018-06-26.
+       * config.sub: Sync with upstream version 2018-07-02.
+
+2018-06-29  Alexandre Oliva <oliva@adacore.com>
+
+       * configure.ac: Introduce support for @unless/@endunless.
+       * Makefile.tpl (dep-kind): Rewrite with cond; return
+       postbootstrap in some cases.
+       (make-postboot-dep, postboot-targets): New.
+       (dependencies): Do not output postbootstrap dependencies at
+       first.  Output non-target ones changed for configure to depend
+       on stage_last @if gcc-bootstrap, and the original deps @unless
+       gcc-bootstrap.
+       * configure.in, Makefile.in: Rebuilt.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
+2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * libtool.m4: Use AC_LANG_SOURCE.
+       * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
+       * README-maintainer-mode: Update version requirements.
+       * ar-lib: New file.
+       * test-driver: New file.
+       * configure: Re-generate.
+
+2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * Makefile.def (fortran): Add check-target-libgomp-fortran.
+       * Makefile.tpl (check-target-libgomp-fortran): New phony target.
+       * Makefile.in: Regenerate.
+
+       * configure: Regenerate.
+
+2018-06-18  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure.ac: Sync with GCC, remove MPX-related things.
+
+2018-05-01  Nick Clifton  <nickc@redhat.com>
+
+       * config.guess: Synchronize with config project master sources.
+       * config.sub: Likewise.
+
+2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
+
+       * configure.ac: Added "nfp" target.
+       * configure: Regenerate.
+
+2018-02-13  Maciej W. Rozycki  <macro@mips.com>
+
+       * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
+       * configure: Regenerate.
+
+2018-01-30  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (do_proto_toplev): Add patterns for more junk files
+       to delete before creating the tarball.
+
+2018-01-29  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (do_proto_toplev): Strip patch remnant files from
+       the sources before creating the tarball.
+
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh: Update copyright notice.  Change reference to devo
+       to be a reference to root.
+
+2018-01-10  Nick Clifton  <nickc@redhat.com>
+
+       * config-ml.in: Sync with gcc sources.
+       * config.guess: Likewise.
+       * config.sub: Likewise.
+       * configure.ac: Likewise.
+       * configure: Regenerate.
+
+2017-12-14  Nick Clifton  <nickc@redhat.com>
+
+       * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
+
+2017-12-12  Stafford Horne  <shorne@gmail.com>
+
+       * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
+       * configure: Regenerate.
+
+2017-09-15  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <amodra@gmail.com>
+
+       * 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 <ratmice@gmail.com>
+
+       * src-release.sh (do_proto_toplev): Enable gold during release process.
+
+2017-04-13  Andrew Jenner  <andrew@codesourcery.com>
+
+       * config.sub: Sync with master version in config project.
+
+2017-04-03  Andrew Jenner  <andrew@codesourcery.com>
+
+       * 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  <nickc@redhat.com>
+
+       * config.sub: Sync with master version in config project.
+       * config.guess: Likewise.
+
+2017-01-23  Nick Clifton  <nickc@redhat.com>
+
+       * 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  <jakub@redhat.com>
+
+       * configure.ac: Don't bootstrap libmpx unless --with-build-config
+       includes bootstrap-mpx.
+
+       2016-12-01  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Don't use pkg-config to check for bdw-gc.
+
+       2016-11-30  Matthias Klose  <doko@ubuntu.com>
+
+       * 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  <doko@ubuntu.com>
+
+       * config-ml.in: Remove references to GCJ.
+       * configure.ac: Likewise.
+
+       2016-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <aph@redhat.com>
+
+       * Makefile.def: Remove libjava.
+       * Makefile.tpl: Likewise.
+       * configure.ac: Likewise.
+
+       2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
+
+       * configure.ac: Disable "sim" directory for arc*-*-*.
+
+       2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * configure.ac: Check for the minimum in-tree MPFR version
+       handled.
+
+2016-12-31  Alan Modra  <amodra@gmail.com>
+
+       * config.sub: Import from upstream.
+
+2016-12-08  Alan Modra  <amodra@gmail.com>
+
+       * configure: Regenerate.
+
+2016-12-02  Josh Conner  <joshconner@google.com>
+
+       * configure.ac: Add fuchsia to targets that use ELF.
+       * configure: Regenerated.
+
+2016-11-07  Doug Evans  <dje@google.com>
+
+       * 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  <simon.marchi@polymtl.ca>
+
+       * .gitignore: Add archives and make stamps.
+
 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
 
        * configure.ac (nds32*-*-*): Remove entry to enable gdb.