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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 2c2645d7a8 sim: switch to AC_CHECK_HEADERS_ONCE adds 4dee4f3ea1 Fix compile time warning about unused functions. adds 9a8041fd94 gas: drop sprint_value() adds 392e0bcc0e Fix kfail patterns in inline-locals.exp adds fe1640ff8e arm64: add two initializers adds cd6608e49d aarch64: Add new data cache maintenance operations adds 02202574ec aarch64: New instructions for maintenance of GPT entries cac [...] adds 8d6502d2b0 Fix an assembler testuite failure when checking a toolchain [...] adds 229597a129 Fix a problem running the archiver program in MRI mode on ar [...] adds f5dc2ee39d gdb: use compiled_regex instead of std::regex adds 66d6b8522e Automatic date update in version.in adds 525174e886 gdb: Allow address space qualifier parsing in C++. adds 184dcd81c7 gdb: Fix reduce/reduce conflicts for qualifier_seq_noopt in [...] adds aee4e85e27 MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer adds d549b029d6 sim: rl78/rx: drop unnecessary getopt.h probing adds c5df7e442e Rework the R_NEG support on both gas and ld for the PowerPC [...] adds 9c7c5f1e5c Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 18 ++++ bfd/bfd-in2.h | 1 + bfd/coff-rs6000.c | 4 +- bfd/coff64-rs6000.c | 21 ++++- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + bfd/version.h | 2 +- bfd/xcofflink.c | 14 ++- binutils/ChangeLog | 16 ++++ binutils/MAINTAINERS | 4 +- binutils/arsup.c | 4 + binutils/rename.c | 3 + gas/ChangeLog | 41 +++++++++ gas/NEWS | 2 + gas/as.h | 1 - gas/config/tc-i386.c | 4 +- gas/config/tc-ppc.c | 102 +++++++++++++++------ gas/config/tc-ppc.h | 19 +++- gas/config/tc-s390.c | 2 +- gas/doc/internals.texi | 7 -- gas/messages.c | 16 ---- gas/testsuite/gas/aarch64/rme.d | 6 ++ gas/testsuite/gas/aarch64/rme.s | 10 ++ gas/testsuite/gas/all/gas.exp | 2 + gas/write.c | 8 +- gdb/ChangeLog | 15 +++ gdb/c-exp.y | 7 +- gdb/producer.c | 18 ++-- gdb/testsuite/ChangeLog | 9 ++ .../address_space_qualifier.exp} | 28 +++--- gdb/testsuite/gdb.opt/inline-locals.exp | 4 +- ld/ChangeLog | 9 ++ ld/testsuite/ld-powerpc/aix-neg-reloc-32.d | 23 +++++ ld/testsuite/ld-powerpc/aix-neg-reloc-64.d | 23 +++++ .../{aix-abs-branch-1.ex => aix-neg-reloc.ex} | 0 ld/testsuite/ld-powerpc/aix-neg-reloc.s | 30 ++++++ ld/testsuite/ld-powerpc/aix52.exp | 6 ++ opcodes/ChangeLog | 16 ++++ opcodes/aarch64-asm.c | 4 +- opcodes/aarch64-opc.c | 7 ++ sim/rl78/ChangeLog | 6 ++ sim/rl78/config.in | 3 - sim/rl78/configure | 9 +- sim/rl78/configure.ac | 2 - sim/rl78/main.c | 2 - sim/rx/ChangeLog | 6 ++ sim/rx/config.in | 3 - sim/rx/configure | 9 +- sim/rx/configure.ac | 2 - sim/rx/main.c | 2 - 50 files changed, 432 insertions(+), 121 deletions(-) copy gdb/testsuite/{gdb.ada/assign_1.exp => gdb.base/address_space_qualifier.exp} (56%) create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc-32.d create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc-64.d copy ld/testsuite/ld-powerpc/{aix-abs-branch-1.ex => aix-neg-reloc.ex} (100%) create mode 100644 ld/testsuite/ld-powerpc/aix-neg-reloc.s