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 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 adds 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
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 24 +++ gas/config/tc-aarch64.c | 15 +- gas/config/tc-ppc.c | 27 +++- gas/testsuite/gas/aarch64/pr27904.d | 2 + gas/testsuite/gas/aarch64/pr27904.l | 2 + gas/testsuite/gas/aarch64/pr27904.s | 1 + 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 ++ 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 | 12 ++ sim/Makefile.in | 1 + sim/aarch64/ChangeLog | 10 ++ sim/aarch64/aclocal.m4 | 1 - sim/aarch64/configure | 59 +------ sim/aarch64/configure.ac | 2 - sim/aarch64/cpustate.c | 1 + sim/aarch64/memory.c | 1 + sim/aarch64/simulator.c | 2 + sim/aclocal.m4 | 1 + sim/arm/ChangeLog | 5 + sim/arm/aclocal.m4 | 1 - sim/arm/configure | 59 +------ sim/arm/configure.ac | 2 - sim/avr/ChangeLog | 10 ++ sim/avr/aclocal.m4 | 1 - sim/avr/configure | 59 +------ sim/avr/configure.ac | 2 - sim/avr/interp.c | 2 + sim/bfin/ChangeLog | 11 ++ sim/bfin/aclocal.m4 | 1 - sim/bfin/configure | 56 +------ 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 | 9 ++ sim/bpf/aclocal.m4 | 1 - sim/bpf/bpf.c | 1 + sim/bpf/configure | 56 +------ sim/bpf/configure.ac | 1 - sim/common/ChangeLog | 28 ++++ sim/common/Make-common.in | 16 +- sim/common/cgen-run.c | 1 + sim/common/cgen-trace.c | 1 + sim/common/cgen-utils.c | 1 + sim/common/nrun.c | 2 + sim/common/sim-basics.h | 4 - sim/common/sim-config.c | 5 - sim/common/sim-config.h | 8 - sim/common/sim-core.c | 1 + sim/common/sim-endian.h | 1 + sim/common/sim-engine.c | 1 + sim/common/sim-hw.c | 1 + sim/common/sim-io.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-syscall.c | 1 + sim/common/sim-syscall.h | 2 + sim/common/sim-trace.c | 1 + sim/common/sim-utils.h | 1 + sim/common/sim-watch.c | 1 + sim/config.h.in | 3 + sim/configure | 23 +++ sim/configure.ac | 1 + sim/cr16/ChangeLog | 11 ++ sim/cr16/aclocal.m4 | 1 - sim/cr16/configure | 59 +------ sim/cr16/configure.ac | 2 - sim/cr16/interp.c | 4 + sim/cr16/simops.c | 1 + sim/cris/ChangeLog | 14 ++ sim/cris/aclocal.m4 | 1 - sim/cris/configure | 56 +------ sim/cris/configure.ac | 1 - sim/cris/sim-if.c | 3 + sim/cris/traps.c | 2 + sim/d10v/ChangeLog | 10 ++ sim/d10v/aclocal.m4 | 1 - sim/d10v/configure | 59 +------ sim/d10v/configure.ac | 2 - sim/d10v/interp.c | 1 + sim/d10v/simops.c | 1 + sim/erc32/ChangeLog | 4 + sim/erc32/configure | 8 +- sim/example-synacor/ChangeLog | 10 ++ sim/example-synacor/aclocal.m4 | 1 - sim/example-synacor/configure | 59 +------ sim/example-synacor/configure.ac | 2 - sim/example-synacor/interp.c | 1 + sim/example-synacor/sim-main.c | 1 + sim/frv/ChangeLog | 15 ++ sim/frv/aclocal.m4 | 1 - sim/frv/configure | 56 +------ sim/frv/configure.ac | 1 - sim/frv/interrupts.c | 1 + sim/frv/sim-if.c | 1 + sim/frv/traps.c | 2 + sim/ft32/ChangeLog | 10 ++ sim/ft32/aclocal.m4 | 1 - sim/ft32/configure | 59 +------ sim/ft32/configure.ac | 2 - sim/ft32/interp.c | 2 + sim/h8300/ChangeLog | 14 ++ sim/h8300/aclocal.m4 | 1 - sim/h8300/compile.c | 5 + sim/h8300/configure | 59 +------ sim/h8300/configure.ac | 2 - sim/iq2000/ChangeLog | 10 ++ sim/iq2000/aclocal.m4 | 1 - sim/iq2000/configure | 56 +------ sim/iq2000/configure.ac | 1 - sim/iq2000/iq2000.c | 1 + sim/iq2000/sim-if.c | 1 + sim/lm32/ChangeLog | 10 ++ sim/lm32/aclocal.m4 | 1 - sim/lm32/configure | 56 +------ sim/lm32/configure.ac | 1 - sim/lm32/sim-if.c | 1 + sim/lm32/traps.c | 1 + sim/m32c/ChangeLog | 4 + sim/m32c/configure | 8 +- sim/m32r/ChangeLog | 11 ++ sim/m32r/aclocal.m4 | 1 - sim/m32r/configure | 56 +------ sim/m32r/configure.ac | 1 - sim/m32r/sim-if.c | 1 + sim/m32r/traps-linux.c | 1 + sim/m32r/traps.c | 1 + sim/m4/sim_ac_option_endian.m4 | 55 ++----- sim/m4/sim_ac_output.m4 | 2 - sim/m68hc11/ChangeLog | 16 ++ sim/m68hc11/aclocal.m4 | 1 - sim/m68hc11/configure | 58 +------ 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 | 3 +- sim/mcore/ChangeLog | 9 ++ sim/mcore/aclocal.m4 | 1 - sim/mcore/configure | 59 +------ sim/mcore/configure.ac | 2 - sim/mcore/interp.c | 1 + sim/microblaze/ChangeLog | 9 ++ sim/microblaze/aclocal.m4 | 1 - sim/microblaze/configure | 59 +------ sim/microblaze/configure.ac | 2 - sim/microblaze/interp.c | 1 + sim/mips/ChangeLog | 9 ++ sim/mips/aclocal.m4 | 1 - sim/mips/configure | 74 +-------- sim/mips/configure.ac | 19 --- sim/mips/interp.c | 1 + sim/mn10300/ChangeLog | 16 ++ sim/mn10300/aclocal.m4 | 1 - sim/mn10300/configure | 56 +------ sim/mn10300/configure.ac | 1 - sim/mn10300/interp.c | 4 + sim/mn10300/mn10300_sim.h | 5 +- sim/mn10300/op_utils.c | 1 + sim/mn10300/sim-main.h | 1 - sim/moxie/ChangeLog | 10 ++ sim/moxie/aclocal.m4 | 1 - sim/moxie/configure | 59 +------ sim/moxie/configure.ac | 2 - sim/moxie/interp.c | 4 + sim/msp430/ChangeLog | 11 ++ sim/msp430/aclocal.m4 | 1 - sim/msp430/configure | 59 +------ sim/msp430/configure.ac | 2 - sim/msp430/msp430-sim.c | 4 + sim/msp430/sim-main.h | 1 - sim/or1k/ChangeLog | 10 ++ sim/or1k/aclocal.m4 | 1 - sim/or1k/configure | 56 +------ sim/or1k/configure.ac | 1 - sim/or1k/sim-if.c | 3 + sim/or1k/traps.c | 1 + sim/ppc/ChangeLog | 15 ++ sim/ppc/Makefile.in | 2 - sim/ppc/configure | 25 --- sim/ppc/configure.ac | 19 --- sim/ppc/igen.c | 2 +- sim/ppc/ppc-instructions | 6 +- sim/ppc/sim-main.h | 1 - sim/pru/ChangeLog | 10 ++ sim/pru/aclocal.m4 | 1 - sim/pru/configure | 59 +------ sim/pru/configure.ac | 2 - sim/pru/interp.c | 2 + sim/riscv/ChangeLog | 10 ++ sim/riscv/aclocal.m4 | 1 - sim/riscv/configure | 57 +------ sim/riscv/configure.ac | 2 - sim/riscv/interp.c | 3 + sim/riscv/sim-main.c | 1 + sim/rl78/ChangeLog | 4 + sim/rl78/configure | 8 +- sim/rx/ChangeLog | 4 + sim/rx/configure | 8 +- sim/sh/ChangeLog | 5 + sim/sh/aclocal.m4 | 1 - sim/sh/configure | 58 +------ sim/sh/configure.ac | 1 - sim/v850/ChangeLog | 10 ++ sim/v850/aclocal.m4 | 1 - sim/v850/configure | 56 +------ sim/v850/configure.ac | 1 - sim/v850/interp.c | 3 + sim/v850/simops.c | 1 + 249 files changed, 1568 insertions(+), 1969 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/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