This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 5aee458796 gdb/python: remove Python 2/3 compatibility macros adds a12c988767 ld, testsuite: improve CTF-availability test adds 203bfa2f6b include, libctf, ld: extend variable section to contain func [...] adds 84f5c557a4 libctf, ld: diagnose corrupted CTF header cth_strlen adds faf5e6ace8 libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option adds b24ae11cd4 gdb/testsuite: address test failures in gdb.mi/mi-multi-comm [...] adds 21152986f1 Automatic date update in version.in adds ed084cdcc8 MAINTAINERS: add myself adds 526ca202fc x86: drop L1OM special case from disassembler adds e961c696dc x86: drop L1OM/K1OM support from ld
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/MAINTAINERS | 3 +- gdb/testsuite/gdb.mi/mi-multi-commands.exp | 7 +- include/ctf.h | 8 +- ld/Makefile.am | 8 - ld/Makefile.in | 12 -- ld/configure.tgt | 24 +-- ld/emulparams/elf_k1om.sh | 39 ---- ld/emulparams/elf_k1om_fbsd.sh | 3 - ld/emulparams/elf_l1om.sh | 39 ---- ld/emulparams/elf_l1om_fbsd.sh | 3 - ld/po/BLD-POTFILES.in | 4 - ...nc-conflicted.d => data-func-conflicted-vars.d} | 9 +- ld/testsuite/ld-ctf/diag-cttname-invalid.s | 2 +- ld/testsuite/ld-ctf/diag-cttname-null.s | 2 +- ld/testsuite/ld-ctf/diag-cuname.s | 2 +- ld/testsuite/ld-ctf/diag-parlabel.s | 2 +- ld/testsuite/ld-ctf/diag-parname.s | 2 +- ld/testsuite/ld-ctf/diag-strlen-invalid.d | 5 + ...iag-cttname-invalid.s => diag-strlen-invalid.s} | 0 ld/testsuite/lib/ld-lib.exp | 24 ++- libctf/NEWS | 9 + libctf/ctf-impl.h | 2 + libctf/ctf-link.c | 37 +++- libctf/ctf-open.c | 102 +++++++--- libctf/ctf-serialize.c | 219 +++++++++++---------- opcodes/i386-dis.c | 8 +- 27 files changed, 291 insertions(+), 286 deletions(-) delete mode 100644 ld/emulparams/elf_k1om.sh delete mode 100644 ld/emulparams/elf_k1om_fbsd.sh delete mode 100644 ld/emulparams/elf_l1om.sh delete mode 100644 ld/emulparams/elf_l1om_fbsd.sh copy ld/testsuite/ld-ctf/{data-func-conflicted.d => data-func-conflicted-vars.d} (91%) create mode 100644 ld/testsuite/ld-ctf/diag-strlen-invalid.d copy ld/testsuite/ld-ctf/{diag-cttname-invalid.s => diag-strlen-invalid.s} (100%)