This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/binutils-gdb.
from fbcda57701 Show enabled locations with disabled breakpoint parent as "y-" adds f85c0e1e20 Re: Add bionutils support for DWARF v5's DW_OP_addrx adds d1a24139ad Automatic date update in version.in new 9e2bb0cb5e ld: add --package-metadata
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/elf-bfd.h | 8 + bfd/elf.c | 8 +- bfd/version.h | 2 +- binutils/testsuite/binutils-all/dw5-op.S | 134 ++++++++++ binutils/testsuite/binutils-all/dw5-op.W | 35 +++ ld/Makefile.am | 6 +- ld/Makefile.in | 12 +- ld/NEWS | 6 + ld/aclocal.m4 | 1 + ld/config.in | 3 + ld/configure | 270 ++++++++++++++++++++- ld/configure.ac | 26 ++ ld/emultempl/elf.em | 9 + ld/ld.texi | 12 + ld/ldelf.c | 135 ++++++++++- ld/ldelf.h | 2 + ld/lexsup.c | 2 + ld/testsuite/ld-bootstrap/bootstrap.exp | 6 + .../ld-elf/{notes.exp => package-note.exp} | 32 +-- ld/testsuite/ld-elf/package-note.rd | 6 + 20 files changed, 686 insertions(+), 29 deletions(-) create mode 100644 binutils/testsuite/binutils-all/dw5-op.S create mode 100644 binutils/testsuite/binutils-all/dw5-op.W copy ld/testsuite/ld-elf/{notes.exp => package-note.exp} (63%) create mode 100644 ld/testsuite/ld-elf/package-note.rd