This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from a49dd19e81 sim: ppc: avoid "PAGE_SIZE" name adds 4470708442 Automatic date update in version.in adds f9a4d54332 sim: overhaul & unify endian settings management adds 7039b29160 sim: drop core libiberty.h include adds 1fef66b0dc sim: split sim-signal.h include out adds 162c6aef1f gas: fold symbol table entries generated for .startof.() / . [...] adds 3f8414df7a sim: create a makefile fragment to pass common settings down adds 982c3a65ca sim: move -Werror disabling to Makefile adds 5a767724d7 elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX adds 47ce766a8b sim: unify -Werror build settings adds 2d95647bdd ld.texi: Move -z unique-symbol after -z undefs. adds ff5404f5b3 Fix powerpc-power8.exp test with new mnemonics adds 8ee63c6156 Automatic date update in version.in adds 539b54f03d dwarf.c: string_fortify.h strncpy error adds d984392e75 Fix another strncpy warning adds 43f71bc5df ppc raw test failure when 32-bit bfd adds 03e689aaac ubsan errors when 32-bit bfd adds 47399e9c45 ubsan: vax: pointer overflow adds 07490bf81d sim: unify various library testing logic adds 17a5da800d sim: mips: drop unused AC_PATH_X call adds b5689863bd sim: unify bfd library dependency testing logic adds c30420d82a elf: Update GNU_PROPERTY_UINT32_[AND|OR]_XXX tests new d3562f83a7 sim: unify toolchain probing logic new bc56166f66 sim: unify toolchain dependency logic new ce3ec98acd sim: unify gettext/intl probing logic
The 3 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/ChangeLog | 7 + bfd/elf-properties.c | 90 + bfd/version.h | 2 +- binutils/ChangeLog | 12 + binutils/dwarf.c | 24 +- binutils/readelf.c | 15 + gas/ChangeLog | 16 + gas/config/tc-z80.c | 6 +- gas/expr.c | 55 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/startof.d | 10 + gas/testsuite/gas/elf/startof.s | 6 + gas/testsuite/gas/ppc/raw.d | 2 +- gas/testsuite/gas/ppc/raw.s | 2 +- gdb/testsuite/ChangeLog | 7 + gdb/testsuite/gdb.arch/powerpc-power8.exp | 4 +- gdb/testsuite/gdb.arch/powerpc-power8.s | 4 +- include/ChangeLog | 7 + include/elf/common.h | 10 + ld/ChangeLog | 37 + ld/ld.texi | 12 +- ld/testsuite/ld-elf/property-and-1.d | 15 + ld/testsuite/ld-elf/property-and-1.s | 15 + ld/testsuite/ld-elf/property-and-2.d | 16 + ld/testsuite/ld-elf/property-and-2.s | 15 + ld/testsuite/ld-elf/property-and-3.d | 16 + ld/testsuite/ld-elf/property-and-3.s | 15 + ld/testsuite/ld-elf/property-and-4.d | 18 + ld/testsuite/ld-elf/property-and-empty.s | 15 + ld/testsuite/ld-elf/property-or-1.d | 17 + ld/testsuite/ld-elf/property-or-1.s | 15 + ld/testsuite/ld-elf/property-or-2.d | 18 + ld/testsuite/ld-elf/property-or-2.s | 15 + ld/testsuite/ld-elf/property-or-3.d | 18 + ld/testsuite/ld-elf/property-or-3.s | 15 + ld/testsuite/ld-elf/property-or-4.d | 18 + ld/testsuite/ld-elf/property-or-empty.s | 15 + opcodes/ChangeLog | 9 + opcodes/tic30-dis.c | 2 +- opcodes/vax-dis.c | 2 +- sim/ChangeLog | 64 + sim/Makefile.am | 1 + sim/Makefile.in | 121 +- sim/aarch64/ChangeLog | 27 + sim/aarch64/aclocal.m4 | 13 - sim/aarch64/configure | 10690 +-------------------------- sim/aarch64/configure.ac | 2 - sim/aarch64/cpustate.c | 1 + sim/aarch64/memory.c | 1 + sim/aarch64/simulator.c | 2 + sim/aclocal.m4 | 10 + sim/arch-subdir.mk.in | 54 + sim/arm/ChangeLog | 22 + sim/arm/aclocal.m4 | 13 - sim/arm/configure | 10690 +-------------------------- sim/arm/configure.ac | 2 - sim/avr/ChangeLog | 27 + sim/avr/aclocal.m4 | 13 - sim/avr/configure | 10690 +-------------------------- sim/avr/configure.ac | 2 - sim/avr/interp.c | 2 + sim/bfin/ChangeLog | 28 + sim/bfin/aclocal.m4 | 13 - sim/bfin/configure | 10233 +------------------------- sim/bfin/configure.ac | 1 - sim/bfin/dv-bfin_cec.c | 1 + sim/bfin/interp.c | 1 + sim/bfin/sim-main.h | 1 - sim/bpf/ChangeLog | 28 + sim/bpf/Makefile.in | 3 + sim/bpf/aclocal.m4 | 13 - sim/bpf/bpf.c | 1 + sim/bpf/configure | 10736 +-------------------------- sim/bpf/configure.ac | 2 - sim/common/ChangeLog | 50 + sim/common/Make-common.in | 41 +- sim/common/cgen-run.c | 1 + sim/common/cgen-utils.c | 1 + sim/common/nrun.c | 1 + sim/common/sim-basics.h | 3 - sim/common/sim-config.c | 5 - sim/common/sim-config.h | 8 - sim/common/sim-core.c | 1 + sim/common/sim-engine.c | 1 + sim/common/sim-reason.c | 1 + sim/common/sim-resume.c | 1 + sim/common/sim-signal.c | 1 + sim/common/sim-stop.c | 1 + sim/common/sim-watch.c | 1 + sim/config.h.in | 23 + sim/configure | 9326 ++++++++++++++++++++++-- sim/configure.ac | 17 +- sim/cr16/ChangeLog | 28 + sim/cr16/aclocal.m4 | 13 - sim/cr16/configure | 10690 +-------------------------- sim/cr16/configure.ac | 2 - sim/cr16/interp.c | 4 + sim/cr16/simops.c | 1 + sim/cris/ChangeLog | 29 + sim/cris/Makefile.in | 3 + sim/cris/aclocal.m4 | 13 - sim/cris/configure | 10656 +-------------------------- sim/cris/configure.ac | 2 - sim/cris/sim-if.c | 3 + sim/cris/traps.c | 1 + sim/d10v/ChangeLog | 27 + sim/d10v/aclocal.m4 | 13 - sim/d10v/configure | 10690 +-------------------------- sim/d10v/configure.ac | 2 - sim/d10v/interp.c | 1 + sim/d10v/simops.c | 1 + sim/erc32/ChangeLog | 23 + sim/erc32/Makefile.in | 3 + sim/erc32/aclocal.m4 | 12 - sim/erc32/configure | 9399 +----------------------- sim/erc32/configure.ac | 1 - sim/example-synacor/ChangeLog | 27 + sim/example-synacor/aclocal.m4 | 13 - sim/example-synacor/configure | 10690 +-------------------------- sim/example-synacor/configure.ac | 2 - sim/example-synacor/interp.c | 1 + sim/example-synacor/sim-main.c | 1 + sim/frv/ChangeLog | 30 + sim/frv/Makefile.in | 3 + sim/frv/aclocal.m4 | 13 - sim/frv/configure | 10702 +-------------------------- sim/frv/configure.ac | 2 - sim/frv/interrupts.c | 1 + sim/frv/sim-if.c | 1 + sim/frv/traps.c | 1 + sim/ft32/ChangeLog | 27 + sim/ft32/aclocal.m4 | 13 - sim/ft32/configure | 10690 +-------------------------- sim/ft32/configure.ac | 2 - sim/ft32/interp.c | 2 + sim/h8300/ChangeLog | 27 + sim/h8300/aclocal.m4 | 13 - sim/h8300/compile.c | 4 + sim/h8300/configure | 10690 +-------------------------- sim/h8300/configure.ac | 2 - sim/iq2000/ChangeLog | 29 + sim/iq2000/Makefile.in | 3 + sim/iq2000/aclocal.m4 | 13 - sim/iq2000/configure | 10702 +-------------------------- sim/iq2000/configure.ac | 2 - sim/iq2000/iq2000.c | 1 + sim/iq2000/sim-if.c | 1 + sim/lm32/ChangeLog | 29 + sim/lm32/Makefile.in | 3 + sim/lm32/aclocal.m4 | 13 - sim/lm32/configure | 10702 +-------------------------- sim/lm32/configure.ac | 2 - sim/lm32/sim-if.c | 1 + sim/lm32/traps.c | 1 + sim/m32c/ChangeLog | 21 + sim/m32c/aclocal.m4 | 12 - sim/m32c/configure | 10639 +-------------------------- sim/m32r/ChangeLog | 30 + sim/m32r/Makefile.in | 3 + sim/m32r/aclocal.m4 | 13 - sim/m32r/configure | 10702 +-------------------------- sim/m32r/configure.ac | 2 - sim/m32r/sim-if.c | 1 + sim/m32r/traps-linux.c | 1 + sim/m32r/traps.c | 1 + sim/m4/sim_ac_common.m4 | 25 - sim/m4/sim_ac_option_endian.m4 | 55 +- sim/m4/sim_ac_option_hardware.m4 | 4 - sim/m4/sim_ac_option_warnings.m4 | 13 +- sim/m4/sim_ac_output.m4 | 3 - sim/m4/sim_ac_platform.m4 | 21 + sim/m68hc11/ChangeLog | 29 + sim/m68hc11/aclocal.m4 | 13 - sim/m68hc11/configure | 10689 +-------------------------- sim/m68hc11/configure.ac | 1 - sim/m68hc11/dv-m68hc11eepr.c | 1 + sim/m68hc11/interp.c | 3 + sim/m68hc11/interrupts.c | 1 + sim/m68hc11/m68hc11_sim.c | 1 + sim/m68hc11/sim-main.h | 2 +- sim/mcore/ChangeLog | 26 + sim/mcore/aclocal.m4 | 13 - sim/mcore/configure | 10690 +-------------------------- sim/mcore/configure.ac | 2 - sim/mcore/interp.c | 1 + sim/microblaze/ChangeLog | 26 + sim/microblaze/aclocal.m4 | 13 - sim/microblaze/configure | 10690 +-------------------------- sim/microblaze/configure.ac | 2 - sim/microblaze/interp.c | 1 + sim/mips/ChangeLog | 34 + sim/mips/Makefile.in | 2 + sim/mips/aclocal.m4 | 13 - sim/mips/configure | 10922 +--------------------------- sim/mips/configure.ac | 25 - sim/mips/interp.c | 1 + sim/mn10300/ChangeLog | 29 + sim/mn10300/aclocal.m4 | 13 - sim/mn10300/configure | 10781 +-------------------------- sim/mn10300/configure.ac | 1 - sim/mn10300/interp.c | 4 + sim/mn10300/mn10300_sim.h | 1 + sim/mn10300/op_utils.c | 1 + sim/mn10300/sim-main.h | 1 - sim/moxie/ChangeLog | 27 + sim/moxie/aclocal.m4 | 13 - sim/moxie/configure | 10706 +-------------------------- sim/moxie/configure.ac | 2 - sim/moxie/interp.c | 4 + sim/msp430/ChangeLog | 28 + sim/msp430/aclocal.m4 | 13 - sim/msp430/configure | 10690 +-------------------------- sim/msp430/configure.ac | 2 - sim/msp430/msp430-sim.c | 4 + sim/msp430/sim-main.h | 1 - sim/or1k/ChangeLog | 29 + sim/or1k/Makefile.in | 3 + sim/or1k/aclocal.m4 | 13 - sim/or1k/configure | 10736 +-------------------------- sim/or1k/configure.ac | 2 - sim/or1k/sim-if.c | 3 + sim/or1k/traps.c | 1 + sim/ppc/ChangeLog | 39 + sim/ppc/Makefile.in | 30 +- sim/ppc/aclocal.m4 | 2 - sim/ppc/config.in | 10 - sim/ppc/configure | 1072 +-- sim/ppc/configure.ac | 79 +- sim/ppc/sim-main.h | 1 - sim/pru/ChangeLog | 27 + sim/pru/aclocal.m4 | 13 - sim/pru/configure | 10690 +-------------------------- sim/pru/configure.ac | 2 - sim/pru/interp.c | 2 + sim/riscv/ChangeLog | 27 + sim/riscv/aclocal.m4 | 13 - sim/riscv/configure | 10764 +-------------------------- sim/riscv/configure.ac | 2 - sim/riscv/interp.c | 3 + sim/riscv/sim-main.c | 1 + sim/rl78/ChangeLog | 21 + sim/rl78/aclocal.m4 | 12 - sim/rl78/configure | 10639 +-------------------------- sim/rx/ChangeLog | 21 + sim/rx/aclocal.m4 | 12 - sim/rx/configure | 10611 +-------------------------- sim/sh/ChangeLog | 24 + sim/sh/Makefile.in | 3 + sim/sh/aclocal.m4 | 13 - sim/sh/configure | 10687 +-------------------------- sim/sh/configure.ac | 3 - sim/v850/ChangeLog | 27 + sim/v850/aclocal.m4 | 13 - sim/v850/configure | 10783 +-------------------------- sim/v850/configure.ac | 1 - sim/v850/interp.c | 3 + sim/v850/simops.c | 1 + 257 files changed, 14069 insertions(+), 329102 deletions(-) create mode 100644 gas/testsuite/gas/elf/startof.d create mode 100644 gas/testsuite/gas/elf/startof.s create mode 100644 ld/testsuite/ld-elf/property-and-1.d create mode 100644 ld/testsuite/ld-elf/property-and-1.s create mode 100644 ld/testsuite/ld-elf/property-and-2.d create mode 100644 ld/testsuite/ld-elf/property-and-2.s create mode 100644 ld/testsuite/ld-elf/property-and-3.d create mode 100644 ld/testsuite/ld-elf/property-and-3.s create mode 100644 ld/testsuite/ld-elf/property-and-4.d create mode 100644 ld/testsuite/ld-elf/property-and-empty.s create mode 100644 ld/testsuite/ld-elf/property-or-1.d create mode 100644 ld/testsuite/ld-elf/property-or-1.s create mode 100644 ld/testsuite/ld-elf/property-or-2.d create mode 100644 ld/testsuite/ld-elf/property-or-2.s create mode 100644 ld/testsuite/ld-elf/property-or-3.d create mode 100644 ld/testsuite/ld-elf/property-or-3.s create mode 100644 ld/testsuite/ld-elf/property-or-4.d create mode 100644 ld/testsuite/ld-elf/property-or-empty.s create mode 100644 sim/arch-subdir.mk.in