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 015f7b7462 sim: switch modules.c & version.c to stamp files adds bc10b67271 Automatic date update in version.in adds bcaa61f7c8 sim: move dv-sockser define to CPPFLAGS adds 52d37d2c91 sim: drop arch-specific config.h adds dae666c968 sim: mips: fix format warnings when setting up memory adds 430456e347 sim: ppc: drop host endian configure option adds 5976569641 sim: ppc: change bool variable name to boolean adds b778e6b079 sim: ppc: replace local CONCAT macros with common ones adds f6428ce423 sim: ppc: replace local UNUSED macros with common one adds 6e57d02532 sim: ppc: replace local NORETURN macros with common one adds 3547f99a30 sim: ppc: use common ATTRIBUTE_PACKED macro adds 69ff2dac7a sim: ppc: use common ATTRIBUTE_PRINTF macros adds 1b828ebe53 sim: ppc: replace local __attribute__ fallback adds 956f0babcd sim: ppc: convert to bfd_endian adds 46f0c0c6cc sim: ppc: use common sim-assert setting adds a8a3d90792 sim: drop obsolete AC_EXEEXT call adds 7b2298cbd8 sim: mips: fix uninitialized register use adds df32b446c3 sim: mips: tweak buffer sign adds 6828a30253 sim: mips: rework dynamic printf logic to avoid compiler warnings adds b80d447580 sim: mips: add printf attribute to trace func adds 4504a63467 gas: fix overflow diagnostics adds bb32eac5a9 gas: fix hex float parsing from .dcb.? directives adds 8457e5ecc4 [gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builde [...] adds cdb2186c9f btrace, doc: Clarify record function-call-history documentation. adds 3aabdfe15b gdb, doc: Fix missed ChangeLog entry. adds 7daf500de2 sim: make some rules silent by default in Make-common.in adds 62cfa544a4 Automatic date update in version.in adds ef5058ae87 sim: split sim/callback.h include out adds 209f108f73 sim: mn10300: tweak static inlines adds 7993124ee2 powerpc: move cell "or rx,rx,rx" hints adds 3478a63d7e gas: ensure sections contents is zero for BFD_RELOC_PPC*_TLS [...] adds 82a5082ed3 Make the TUI command window support the mouse adds 18b5aadea2 gdb/testsuite: gdb.base/args.exp: use save_vars adds c4ddc1daef gdb/testsuite: gdb.base/args.exp: use $old_gdbflags last two tests adds d30e32637d gdb/testsuite: gdb.base/args.exp: remove trailing parenthesi [...] adds 18263be756 gdb/testsuite: gdb.base/args.exp: add KFAIL for native-exten [...] adds bcf8470303 gas: handle csect in bss section for XCOFF adds 96cbfd9f04 Fix an assertion failure in the AArch64 assembler triggered [...] adds 965febe599 Move scoped_ignore_sigttou to gdbsupport/ adds 6a7f1c20e8 Introduce scoped_restore_signal adds 606a431366 scoped_ignore_signal: Use sigprocmask+sigtimedwait instead o [...] adds 2af6d46fd3 Add a unit test for scoped_ignore_sigpipe adds e8f6c2a5ba ld: Add -no-pie adds d208bc7617 ld: Add ChangeLog entry for -no-pie adds b6b4298372 x86-64: Test protected function pointers adds e013d20dc7 x86-64: Use $NOPIE_LDFLAGS/$NOPIE_CFLAGS on protected-func-1 adds 336b30e58a Don't call sigtimedwait for scoped_ignore_sigttou new a49dd19e81 sim: ppc: avoid "PAGE_SIZE" name
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/version.h | 2 +- gas/ChangeLog | 40 + gas/config/tc-aarch64.c | 15 +- gas/config/tc-ppc.c | 27 +- gas/read.c | 135 +- gas/testsuite/gas/aarch64/pr27904.d | 2 + gas/testsuite/gas/aarch64/pr27904.l | 2 + gas/testsuite/gas/aarch64/pr27904.s | 1 + gas/testsuite/gas/all/float.s | 16 + gas/testsuite/gas/all/gas.exp | 21 + gas/testsuite/gas/all/overflow.l | 9 + gas/testsuite/gas/all/overflow.s | 26 + gas/testsuite/gas/ppc/aix.exp | 3 + gas/testsuite/gas/ppc/xcoff-tlsm-32.d | 34 + gas/testsuite/gas/ppc/xcoff-tlsm-64.d | 36 + gas/testsuite/gas/ppc/xcoff-tlsm.s | 12 + gas/write.c | 5 +- gdb/ChangeLog | 66 + gdb/Makefile.in | 2 +- gdb/compile/compile.c | 29 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 29 +- gdb/dwarf2/cu.c | 15 + gdb/dwarf2/cu.h | 17 +- gdb/dwarf2/read.c | 13 +- gdb/dwarf2/read.h | 3 + gdb/inf-ptrace.c | 1 - gdb/inflow.c | 2 +- gdb/inflow.h | 56 - gdb/procfs.c | 1 - gdb/ser-unix.c | 2 +- gdb/silent-rules.mk | 3 + gdb/testsuite/ChangeLog | 17 + gdb/testsuite/gdb.base/args.exp | 71 +- gdb/tui/tui-io.c | 206 ++- gdb/tui/tui-win.c | 12 +- gdb/tui/tui.c | 5 +- gdb/unittests/scoped_ignore_signal-selftests.c | 126 ++ gdbsupport/ChangeLog | 13 + gdbsupport/scoped_ignore_signal.h | 105 ++ gdbsupport/scoped_ignore_sigttou.h | 87 ++ ld/ChangeLog | 21 + ld/ld.texi | 5 + ld/ldlex.h | 1 + ld/lexsup.c | 5 + ld/testsuite/ld-x86-64/protected-func-1.h | 6 + ld/testsuite/ld-x86-64/protected-func-1a.s | 48 + ld/testsuite/ld-x86-64/protected-func-1b.c | 35 + ld/testsuite/ld-x86-64/x86-64.exp | 26 + opcodes/ChangeLog | 5 + opcodes/ppc-opc.c | 10 +- sim/ChangeLog | 18 + sim/aarch64/ChangeLog | 13 + sim/aarch64/config.in | 122 -- sim/aarch64/configure | 211 +-- sim/arm/ChangeLog | 13 + sim/arm/config.in | 122 -- sim/arm/configure | 211 +-- sim/avr/ChangeLog | 13 + sim/avr/config.in | 122 -- sim/avr/configure | 211 +-- sim/bfin/ChangeLog | 13 + sim/bfin/config.in | 122 -- sim/bfin/configure | 211 +-- sim/bpf/ChangeLog | 14 + sim/bpf/Makefile.in | 3 +- sim/bpf/config.in | 122 -- sim/bpf/configure | 211 +-- sim/common/ChangeLog | 18 + sim/common/Make-common.in | 22 +- sim/common/cgen-trace.c | 1 + sim/common/defs.h | 18 +- sim/common/nrun.c | 1 + sim/common/sim-basics.h | 1 - sim/common/sim-endian.h | 1 + sim/common/sim-hw.c | 1 + sim/common/sim-io.c | 1 + sim/common/sim-syscall.c | 1 + sim/common/sim-syscall.h | 2 + sim/common/sim-trace.c | 1 + sim/common/sim-utils.h | 1 + sim/cr16/ChangeLog | 13 + sim/cr16/config.in | 122 -- sim/cr16/configure | 211 +-- sim/cris/ChangeLog | 18 + sim/cris/Makefile.in | 2 +- sim/cris/config.in | 122 -- sim/cris/configure | 211 +-- sim/cris/traps.c | 1 + sim/d10v/ChangeLog | 13 + sim/d10v/config.in | 122 -- sim/d10v/configure | 211 +-- sim/erc32/ChangeLog | 13 + sim/erc32/config.in | 122 -- sim/erc32/configure | 211 +-- sim/example-synacor/ChangeLog | 13 + sim/example-synacor/config.in | 122 -- sim/example-synacor/configure | 211 +-- sim/frv/ChangeLog | 17 + sim/frv/config.in | 122 -- sim/frv/configure | 211 +-- sim/frv/traps.c | 1 + sim/ft32/ChangeLog | 13 + sim/ft32/config.in | 122 -- sim/ft32/configure | 211 +-- sim/h8300/ChangeLog | 17 + sim/h8300/compile.c | 1 + sim/h8300/config.in | 122 -- sim/h8300/configure | 211 +-- sim/iq2000/ChangeLog | 13 + sim/iq2000/config.in | 122 -- sim/iq2000/configure | 211 +-- sim/lm32/ChangeLog | 13 + sim/lm32/config.in | 122 -- sim/lm32/configure | 211 +-- sim/m32c/ChangeLog | 13 + sim/m32c/config.in | 122 -- sim/m32c/configure | 211 +-- sim/m32r/ChangeLog | 13 + sim/m32r/config.in | 122 -- sim/m32r/configure | 211 +-- sim/m4/sim_ac_common.m4 | 4 - sim/m4/sim_ac_option_hardware.m4 | 3 +- sim/m68hc11/ChangeLog | 17 + sim/m68hc11/config.in | 122 -- sim/m68hc11/configure | 211 +-- sim/m68hc11/sim-main.h | 1 - sim/mcore/ChangeLog | 13 + sim/mcore/config.in | 122 -- sim/mcore/configure | 211 +-- sim/microblaze/ChangeLog | 13 + sim/microblaze/config.in | 122 -- sim/microblaze/configure | 211 +-- sim/mips/ChangeLog | 37 + sim/mips/config.in | 122 -- sim/mips/configure | 211 +-- sim/mips/dv-tx3904irc.c | 2 +- sim/mips/dv-tx3904sio.c | 2 +- sim/mips/interp.c | 79 +- sim/mips/sim-main.h | 2 +- sim/mn10300/ChangeLog | 17 + sim/mn10300/config.in | 122 -- sim/mn10300/configure | 211 +-- sim/mn10300/mn10300_sim.h | 4 +- sim/moxie/ChangeLog | 13 + sim/moxie/config.in | 122 -- sim/moxie/configure | 211 +-- sim/msp430/ChangeLog | 13 + sim/msp430/config.in | 122 -- sim/msp430/configure | 211 +-- sim/or1k/ChangeLog | 13 + sim/or1k/config.in | 122 -- sim/or1k/configure | 211 +-- sim/ppc/ChangeLog | 110 ++ sim/ppc/Makefile.in | 2 - sim/ppc/altivec.igen | 26 +- sim/ppc/altivec_registers.h | 2 +- sim/ppc/basics.h | 39 - sim/ppc/config.in | 18 - sim/ppc/configure | 1734 ++++++++++-------------- sim/ppc/configure.ac | 52 +- sim/ppc/corefile.c | 1 + sim/ppc/cpu.h | 3 +- sim/ppc/device.h | 4 +- sim/ppc/double.c | 1 + sim/ppc/dp-bit.c | 12 +- sim/ppc/emul_generic.c | 4 +- sim/ppc/gen-icache.c | 2 +- sim/ppc/idecode_expression.h | 4 +- sim/ppc/idecode_fields.h | 1 + sim/ppc/igen.c | 2 +- sim/ppc/inline.h | 169 +-- sim/ppc/lf.h | 4 +- sim/ppc/misc.h | 7 +- sim/ppc/options.c | 9 +- sim/ppc/ppc-instructions | 6 +- sim/ppc/psim.c | 19 +- sim/ppc/sim-endian-n.h | 12 +- sim/ppc/sim-endian.c | 5 +- sim/ppc/sim-endian.h | 175 --- sim/ppc/sim_callbacks.h | 6 +- sim/ppc/sim_calls.c | 3 +- sim/ppc/std-config.h | 24 +- sim/ppc/tree.h | 2 +- sim/ppc/vm.c | 9 +- sim/pru/ChangeLog | 13 + sim/pru/config.in | 122 -- sim/pru/configure | 211 +-- sim/riscv/ChangeLog | 13 + sim/riscv/config.in | 122 -- sim/riscv/configure | 211 +-- sim/rl78/ChangeLog | 13 + sim/rl78/config.in | 122 -- sim/rl78/configure | 211 +-- sim/rx/ChangeLog | 13 + sim/rx/config.in | 122 -- sim/rx/configure | 211 +-- sim/sh/ChangeLog | 13 + sim/sh/config.in | 122 -- sim/sh/configure | 211 +-- sim/v850/ChangeLog | 13 + sim/v850/config.in | 122 -- sim/v850/configure | 211 +-- 203 files changed, 4043 insertions(+), 10823 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/pr27904.d create mode 100644 gas/testsuite/gas/aarch64/pr27904.l create mode 100644 gas/testsuite/gas/aarch64/pr27904.s create mode 100644 gas/testsuite/gas/all/overflow.l create mode 100644 gas/testsuite/gas/all/overflow.s create mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-tlsm.s delete mode 100644 gdb/inflow.h create mode 100644 gdb/unittests/scoped_ignore_signal-selftests.c create mode 100644 gdbsupport/scoped_ignore_signal.h create mode 100644 gdbsupport/scoped_ignore_sigttou.h create mode 100644 ld/testsuite/ld-x86-64/protected-func-1.h create mode 100644 ld/testsuite/ld-x86-64/protected-func-1a.s create mode 100644 ld/testsuite/ld-x86-64/protected-func-1b.c delete mode 100644 sim/aarch64/config.in delete mode 100644 sim/arm/config.in delete mode 100644 sim/avr/config.in delete mode 100644 sim/bfin/config.in delete mode 100644 sim/bpf/config.in delete mode 100644 sim/cr16/config.in delete mode 100644 sim/cris/config.in delete mode 100644 sim/d10v/config.in delete mode 100644 sim/erc32/config.in delete mode 100644 sim/example-synacor/config.in delete mode 100644 sim/frv/config.in delete mode 100644 sim/ft32/config.in delete mode 100644 sim/h8300/config.in delete mode 100644 sim/iq2000/config.in delete mode 100644 sim/lm32/config.in delete mode 100644 sim/m32c/config.in delete mode 100644 sim/m32r/config.in delete mode 100644 sim/m68hc11/config.in delete mode 100644 sim/mcore/config.in delete mode 100644 sim/microblaze/config.in delete mode 100644 sim/mips/config.in delete mode 100644 sim/mn10300/config.in delete mode 100644 sim/moxie/config.in delete mode 100644 sim/msp430/config.in delete mode 100644 sim/or1k/config.in delete mode 100644 sim/pru/config.in delete mode 100644 sim/riscv/config.in delete mode 100644 sim/rl78/config.in delete mode 100644 sim/rx/config.in delete mode 100644 sim/sh/config.in delete mode 100644 sim/v850/config.in