This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from e122316b7ce PR29617, ld segfaults when bfd_close fails new 2cac01e3fff binutils, gdb: support zstd compressed debug sections
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/Makefile.am | 4 +- bfd/Makefile.in | 13 +- bfd/aclocal.m4 | 2 + bfd/bfd-in.h | 3 +- bfd/bfd-in2.h | 11 +- bfd/bfd.c | 26 +- bfd/compress.c | 72 +++-- bfd/config.in | 3 + bfd/configure | 268 +++++++++++++++++- bfd/configure.ac | 3 +- bfd/elf.c | 12 + bfd/elfxx-target.h | 6 +- bfd/section.c | 3 +- binutils/Makefile.in | 5 +- binutils/NEWS | 6 + binutils/aclocal.m4 | 1 + binutils/config.in | 3 + binutils/configure | 136 +++++++++- binutils/configure.ac | 3 +- binutils/doc/binutils.texi | 16 +- binutils/objcopy.c | 19 +- binutils/testsuite/binutils-all/compress.exp | 44 +++ config/zstd.m4 | 23 ++ configure | 10 + configure.ac | 3 + gas/Makefile.am | 4 +- gas/Makefile.in | 13 +- gas/NEWS | 3 + gas/aclocal.m4 | 2 + gas/as.c | 13 +- gas/compress-debug.c | 60 ++++- gas/compress-debug.h | 10 +- gas/config.in | 3 + gas/configure | 269 +++++++++++++++++- gas/configure.ac | 3 +- gas/doc/as.texi | 11 +- gas/write.c | 36 +-- gdb/Makefile.in | 8 +- gdb/NEWS | 2 + gdb/acinclude.m4 | 3 +- gdb/config.in | 3 + gdb/configure | 137 +++++++++- gdb/configure.ac | 4 +- ld/Makefile.am | 5 +- ld/Makefile.in | 11 +- ld/NEWS | 3 + ld/aclocal.m4 | 1 + ld/config.in | 3 + ld/configure | 390 ++++++++++++++++++--------- ld/configure.ac | 6 +- ld/emultempl/elf.em | 9 + ld/ld.texi | 5 + ld/ldmain.c | 8 +- ld/lexsup.c | 4 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 4 + ld/testsuite/ld-elf/compress.exp | 16 ++ 56 files changed, 1490 insertions(+), 254 deletions(-) create mode 100644 config/zstd.m4