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_profiled_lto_lean in repository toolchain/ci/binutils-gdb.
from 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 adds ba7789a316 gdb/testsuite: remove gdb.python/pretty-print-call-by-hand.exp adds f1a4558586 x86: mention dropped L1OM/K1OM support in ld/ as well adds c41524681b sim: fix “alligned” typos adds 8bd59ec1bb sim: fix a comment typo in sim-load.c adds b0e0d830d9 Remove download size from debuginfod progress messages if un [...] adds 891172d1d4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/MAINTAINERS | 3 +- gas/NEWS | 2 - gdb/debuginfod-support.c | 44 ++++--- .../gdb.python/pretty-print-call-by-hand.c | 53 --------- .../gdb.python/pretty-print-call-by-hand.exp | 127 --------------------- .../gdb.python/pretty-print-call-by-hand.py | 45 -------- ld/Makefile.am | 8 -- ld/Makefile.in | 12 -- ld/NEWS | 3 + 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 - opcodes/i386-dis.c | 8 +- sim/common/sim-core.h | 4 +- sim/common/sim-load.c | 2 +- sim/ppc/hw_init.c | 2 +- sim/ppc/std-config.h | 2 +- 21 files changed, 51 insertions(+), 378 deletions(-) delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.c delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.exp delete mode 100644 gdb/testsuite/gdb.python/pretty-print-call-by-hand.py 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