This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig in repository toolchain/binutils-gdb.
from 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time. adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL adds ecfe6254b5 Automatic date update in version.in adds 69cb29528e gdb/riscv: Remove whitespace before #include line adds e771f7a770 Correct gas/ChangeLog entry for PR gas/23968 adds 5136770380 Automatic date update in version.in adds 8970c0224e RISC-V: Don't segfault for two regs in auipc or lui. adds 99e1a184a7 gdb/riscv: Update test to handle targets without an fpu adds 69799d67e8 Fix a failure in the libiberty testsuite by increasing the r [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 5 +++++ binutils/NEWS | 2 +- binutils/doc/binutils.texi | 8 ++++---- gas/ChangeLog | 20 ++++++++++++++++++++ gas/config/tc-i386.h | 1 + gas/config/tc-riscv.c | 9 ++++++++- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++ gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++ gas/testsuite/gas/i386/x86-64-gotpcrel-2.s | 3 +++ gas/testsuite/gas/riscv/auipc-parsing.d | 3 +++ gas/testsuite/gas/riscv/auipc-parsing.l | 3 +++ gas/testsuite/gas/riscv/auipc-parsing.s | 3 +++ gdb/ChangeLog | 5 +++++ gdb/riscv-tdep.c | 2 +- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/float.exp | 10 +++++++++- include/ChangeLog | 5 +++++ include/demangle.h | 2 +- 20 files changed, 102 insertions(+), 10 deletions(-) create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.s create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.d create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.l create mode 100644 gas/testsuite/gas/riscv/auipc-parsing.s