aboutsummaryrefslogtreecommitdiff
path: root/zlib/ChangeLog.bin-gdb
AgeCommit message (Collapse)AuthorFilesLines
2018-10-31Merge config/ changes from GCC.Joseph Myers1-0/+2
config: Merge from GCC: 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org> * multi.m4: Set GDC. 2018-07-05 James Clarke <jrtc27@jrtc27.com> * dfp.m4 (enable_decimal_float): Enable for x86_64*-*-gnu* to catch x86_64 kFreeBSD and Hurd. libdecnumber: * configure: Regenerate. zlib: * configure: Regenerate.
2018-10-31Merge autoconf / automake update changes from GCC.Joseph Myers1-0/+7
Top level: Merge from GCC: PR bootstrap/82856 * multilib.am: New file. From automake. config: Merge from GCC: PR bootstrap/82856 * math.m4, tls.m4: Use AC_LANG_SOURCE. zlib: Merge from GCC. PR bootstrap/82856 * Makefile.am: Include multilib.am. * Makefile.in: Regenerate.
2018-06-21Regen doc/Makefile.inAlan Modra1-0/+4
Also make the automake strictness "foreign". My regeneration of the three doc/Makefile.in files already had --foreign in the automake invocation, so this just makes it explicit. bfd/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. binutils/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. gas/ * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign". * doc/Makefile.in: Regenerate. zlib/ * Makefile.in: Regenerate.
2018-06-18zlib: Sync with GCCSimon Marchi1-0/+4
zlib/ChangeLog.bin-gdb: Sync with FSF GCC sources.
2017-02-20Sync ZLIB with FSF GCC sources, bringing in version 1.2.11.Nick Clifton1-0/+4
- Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input
2017-01-23Restore ability to build zlib in a srcdir == builddir configuration.Nick Clifton1-0/+22
* configure.ac: Restore old behaviour of only enabling multilibs when a target subdirectory is defined. This allows building with srcdir == builddir. * configure: Regenerate.