]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ChangeLog
Make gdb.base/index-cache.exp work with readnow board (PR 24669)
[thirdparty/binutils-gdb.git] / ChangeLog
index cd7152984a069ab73d4382e43fe36d80411b9717..c2d02749d6f05527358d8b024aa48808453354f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,160 @@
+2019-06-14  Tom Tromey  <tom@tromey.com>
+
+       * MAINTAINERS: Add gnulib.
+       * gnulib: New directory, move from gdb/gnulib.
+       * configure.ac (host_libs): Add gnulib.
+       * configure: Rebuild.
+       * Makefile.def (host_modules, dependencies): Add gnulib.
+       * Makefile.in: Rebuild.
+
+2019-06-03  Nick Clifton  <nickc@redhat.com>
+
+       Revert:
+       2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * configure.ac (noconfigdirs): Add libctf if the target does not use
+       the ELF file format.
+       * configure: Regenerate.
+
+2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * src-release.sh (do_proto_toplev): Add libctf to list of
+       directories that can be disabled.
+
+2019-05-29  Nick Clifton  <nickc@redhat.com>
+
+       * configure.ac (noconfigdirs): Add libctf if the target does not use
+       the ELF file format.
+       * configure: Regenerate.
+
+2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
+
+       * Makefile.def (dependencies): configure-libctf depends on all-bfd
+       and all its deps.
+       * Makefile.in: Regenerated.
+
+2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
+
+       * MAINTAINERS: Add libctf.
+
+2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
+
+       * Makefile.def (host_modules): Add libctf.
+       * Makefile.def (dependencies): Likewise.
+       libctf depends on zlib, libiberty, and bfd.
+       * Makefile.in: Regenerated.
+       * configure.ac (host_libs): Add libctf.
+       * configure: Regenerated.
+
+2019-05-23  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config.guess: Synchronize with config project master sources.
+       * config.sub: Likewise.
+       * readline/support/config.guess: Likewise.
+       * readline/support/config.sub: Likewise.
+
+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.