This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from a3e2cc64a6 sim: use AC_CHECK_TOOL to find ar adds c25ea03dd6 sim: set up build-time compiler settings adds 9ea3e81ca0 sim: igen: delete unused FOR_BUILD vars adds 88d7273afd sim: igen: delete more unused toolchain settings adds 9f34b60a43 sim: igen: drop config.h & header checking adds 1dbde357be Add missing changes to Makefile.tpl adds cf850febf6 Automatic date update in version.in adds 6a1224ec76 PR27128, nm -P portable output format regression adds 7824c1d22f Weak references to __start_/__stop_ symbols adds 8ee10e8609 PR27451, -z start_stop_gc adds ecd65684f5 Warn for missing separate debug files only if needed adds ba6eb62ff0 Add DWARF-5 section names to PE and PEP linker scripts. new ec11fcffc0 Automatic date update in version.in
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: ChangeLog | 8 + Makefile.tpl | 5 + bfd/ChangeLog | 9 + bfd/elflink.c | 11 +- bfd/linker.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 21 + binutils/doc/binutils.texi | 13 +- binutils/dwarf.c | 54 +- binutils/nm.c | 21 +- binutils/testsuite/binutils-all/compress.exp | 15 + include/ChangeLog | 5 + include/bfdlink.h | 4 + ld/ChangeLog | 35 + ld/NEWS | 3 + ld/emultempl/elf.em | 4 + ld/ld.texi | 17 + ld/ldlang.c | 13 + ld/ldmain.c | 1 + ld/lexsup.c | 13 +- ld/scripttempl/pe.sc | 81 +- ld/scripttempl/pep.sc | 87 +- ld/testsuite/ld-elf/pr25708.d | 2 +- ld/testsuite/ld-elf/pr27128a.d | 2 +- ld/testsuite/ld-elf/pr27128b.d | 2 +- ld/testsuite/ld-elf/pr27128c.d | 2 +- ld/testsuite/ld-elf/pr27128d.d | 2 +- ld/testsuite/ld-elf/pr27128e.d | 2 +- ld/testsuite/ld-gc/gc.exp | 1 + ld/testsuite/ld-gc/start2.d | 10 + ld/testsuite/ld-gc/{start.s => start2.s} | 1 + sim/ChangeLog | 5 + sim/aarch64/configure | 19 +- sim/arm/configure | 19 +- sim/avr/configure | 19 +- sim/bfin/configure | 19 +- sim/bpf/configure | 19 +- sim/cr16/configure | 19 +- sim/cris/configure | 19 +- sim/d10v/configure | 19 +- sim/erc32/configure | 19 +- sim/frv/configure | 19 +- sim/ft32/configure | 19 +- sim/h8300/configure | 19 +- sim/igen/ChangeLog | 28 + sim/igen/Makefile.in | 15 +- sim/igen/config.in | 64 -- sim/igen/configure | 1361 +++----------------------- sim/igen/configure.ac | 24 +- sim/igen/filter.c | 3 - sim/igen/filter_host.c | 1 - sim/igen/igen.c | 1 - sim/igen/lf.c | 1 - sim/igen/misc.c | 1 - sim/igen/misc.h | 3 - sim/igen/table.c | 3 - sim/iq2000/configure | 19 +- sim/lm32/configure | 19 +- sim/m32c/configure | 19 +- sim/m32r/configure | 19 +- sim/m4/sim_ac_common.m4 | 15 +- sim/m68hc11/configure | 19 +- sim/mcore/configure | 19 +- sim/microblaze/configure | 19 +- sim/mips/configure | 19 +- sim/mn10300/configure | 19 +- sim/moxie/configure | 19 +- sim/msp430/configure | 19 +- sim/or1k/configure | 19 +- sim/pru/configure | 19 +- sim/riscv/configure | 19 +- sim/rl78/configure | 19 +- sim/rx/configure | 19 +- sim/sh/configure | 19 +- sim/v850/configure | 19 +- 75 files changed, 840 insertions(+), 1702 deletions(-) create mode 100644 ld/testsuite/ld-gc/start2.d copy ld/testsuite/ld-gc/{start.s => start2.s} (81%) delete mode 100644 sim/igen/config.in