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 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 adds 2335639744 Adjust readelf's output so that section symbols without a na [...] adds 33fe00c123 Fix an assertion failure in the BFD library when parsing a c [...] adds fd34472cdc update-netbsd.sh: fix script name, update year range in copyright. adds 047c3dbf55 Add ability to select numeric base when displaying symbol va [...] adds 85c88e2a79 gdb/breakpoint: display "N" on MI for disabled-by-condition [...] adds 98e713abc6 testsuite, gdb.mi: fix duplicate test names in mi-break.exp adds 10a636ccb4 gdb/breakpoint: add a 'force_condition' parameter to 'create [...] adds 18e9a809e8 Extend the description of PE header flags. adds ff50752029 [gdb/build] Hardcode --with-included-regex adds 6d5702a5eb Fix test case gdb.base/valgrind-bt.exp. adds 7e7a35fbca Shrink size of dwarf2_per_cu_data adds 1f195bc327 sim: use -Werror when probing for supported warning flags adds 1202f464b2 Automatic date update in version.in adds 2662c237a9 sim: regen against sim/m4/
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 32 +++++++ bfd/bfd-in2.h | 1 + bfd/coff-rs6000.c | 4 +- bfd/coff64-rs6000.c | 21 ++++- bfd/libbfd.h | 1 + bfd/peXXigen.c | 31 ++++++ bfd/reloc.c | 2 + bfd/srec.c | 12 ++- bfd/version.h | 2 +- bfd/xcofflink.c | 14 ++- binutils/ChangeLog | 36 +++++++ binutils/MAINTAINERS | 4 +- binutils/NEWS | 6 ++ binutils/doc/binutils.texi | 13 +++ binutils/readelf.c | 104 ++++++++++++++++++--- .../mips/global-local-symtab-sort-n64t.d | 2 +- .../mips/global-local-symtab-sort-o32t.d | 2 +- binutils/testsuite/binutils-all/readelf.s-64 | 2 +- .../testsuite/binutils-all/readelf.ss-64-unused | 6 +- binutils/testsuite/binutils-all/readelf.ss-tmips | 32 +++---- binutils/testsuite/binutils-all/readelf.ss-unused | 6 +- gas/ChangeLog | 51 ++++++++++ gas/config/tc-ppc.c | 102 ++++++++++++++------ gas/config/tc-ppc.h | 19 +++- gas/testsuite/gas/aarch64/dwarf.d | 16 ++-- gas/testsuite/gas/arm/thumbver.d | 2 +- gas/testsuite/gas/bfin/loop_temps.d | 6 +- gas/testsuite/gas/elf/section2.e-arc | 10 +- gas/testsuite/gas/elf/section2.e-arm | 10 +- gas/testsuite/gas/elf/section2.e-csky | 10 +- gas/testsuite/gas/elf/section2.e-m32r | 10 +- gas/testsuite/gas/elf/section2.e-mips | 2 +- gas/testsuite/gas/elf/section2.e-msp430 | 10 +- gas/testsuite/gas/elf/section2.e-riscv | 10 +- gas/testsuite/gas/elf/section2.e-rl78 | 8 +- gas/testsuite/gas/elf/section2.e-rx | 8 +- gas/testsuite/gas/elf/section2.e-score | 10 +- gas/testsuite/gas/elf/section2.e-tic6x | 10 +- gas/testsuite/gas/elf/section2.e-unused | 8 +- gas/testsuite/gas/elf/section2.e-v850 | 10 +- gas/testsuite/gas/elf/section2.e-xtensa | 10 +- gas/testsuite/gas/ia64/alias-ilp32.d | 8 +- gas/testsuite/gas/ia64/alias.d | 8 +- gas/testsuite/gas/ia64/global.d | 6 +- gas/testsuite/gas/microblaze/relax_size.elf | 4 +- gas/testsuite/gas/microblaze/relax_size2.elf | 4 +- .../gas/mips/global-local-symtab-sort-n64t.d | 12 +-- .../gas/mips/global-local-symtab-sort-o32t.d | 12 +-- gas/testsuite/gas/mmix/bspec-1.d | 8 +- gas/testsuite/gas/mmix/byte-1.d | 6 +- gas/testsuite/gas/mmix/comment-1.d | 10 +- gas/testsuite/gas/mmix/loc-1.d | 6 +- gas/testsuite/gas/mmix/loc-2.d | 6 +- gas/testsuite/gas/mmix/loc-3.d | 6 +- gas/testsuite/gas/mmix/loc-4.d | 6 +- gas/testsuite/gas/mmix/loc-5.d | 6 +- gas/testsuite/gas/tic6x/scomm-directive-4.d | 8 +- gdb/ChangeLog | 49 ++++++++++ gdb/breakpoint.c | 48 ++++++++-- gdb/breakpoint.h | 6 ++ gdb/config.in | 3 - gdb/configure | 59 ------------ gdb/configure.ac | 33 ------- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 13 ++- gdb/dwarf2/comp-unit.c | 7 +- gdb/dwarf2/comp-unit.h | 15 ++- gdb/dwarf2/read.h | 26 +++--- gdb/gdb_regex.h | 6 -- gdb/guile/scm-breakpoint.c | 2 +- gdb/mi/mi-cmd-break.c | 1 + gdb/python/py-breakpoint.c | 2 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/syscalls/update-netbsd.sh | 4 +- gdb/testsuite/ChangeLog | 19 ++++ gdb/testsuite/gdb.base/valgrind-bt.exp | 4 +- gdb/testsuite/gdb.mi/mi-break.exp | 31 ++++-- gdb/testsuite/lib/valgrind.exp | 5 +- include/ChangeLog | 6 ++ include/coff/pe.h | 2 + ld/ChangeLog | 64 +++++++++++++ ld/testsuite/ld-aarch64/variant_pcs-now.d | 16 ++-- ld/testsuite/ld-aarch64/variant_pcs-r.d | 6 +- ld/testsuite/ld-aarch64/variant_pcs-shared.d | 16 ++-- ld/testsuite/ld-alpha/tlsbin.rd | 26 +++--- ld/testsuite/ld-alpha/tlsbinr.rd | 22 ++--- ld/testsuite/ld-alpha/tlspic.rd | 24 ++--- ld/testsuite/ld-arm/rodata-merge-map.sym | 4 +- ld/testsuite/ld-arm/script-type.sym | 4 +- ld/testsuite/ld-cris/libdso-2.d | 20 ++-- ld/testsuite/ld-cris/pr16044.d | 2 +- ld/testsuite/ld-elf/sec64k.exp | 2 +- ld/testsuite/ld-ia64/tlsbin.rd | 30 +++--- ld/testsuite/ld-ia64/tlspic.rd | 28 +++--- .../ld-mips-elf/global-local-symtab-sort-n64t.d | 2 +- .../ld-mips-elf/global-local-symtab-sort-o32t.d | 2 +- ld/testsuite/ld-mmix/bspec1.d | 4 +- ld/testsuite/ld-mmix/bspec2.d | 6 +- ld/testsuite/ld-mmix/local1.d | 4 +- ld/testsuite/ld-mmix/local3.d | 4 +- ld/testsuite/ld-mmix/local5.d | 4 +- ld/testsuite/ld-mmix/local7.d | 4 +- ld/testsuite/ld-mmix/undef-3.d | 2 +- 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 ++ ld/testsuite/ld-powerpc/tlsso.r | 4 +- ld/testsuite/ld-powerpc/tlsso32.r | 2 +- ld/testsuite/ld-powerpc/tlstocso.r | 4 +- ld/testsuite/ld-s390/tlsbin.rd | 24 ++--- ld/testsuite/ld-s390/tlsbin_64.rd | 24 ++--- ld/testsuite/ld-s390/tlspic.rd | 24 ++--- ld/testsuite/ld-s390/tlspic_64.rd | 22 ++--- ld/testsuite/ld-sparc/gotop32.rd | 20 ++-- ld/testsuite/ld-sparc/gotop64.rd | 20 ++-- ld/testsuite/ld-sparc/tlssunbin32.rd | 24 ++--- ld/testsuite/ld-sparc/tlssunbin64.rd | 24 ++--- ld/testsuite/ld-sparc/tlssunnopic32.rd | 20 ++-- ld/testsuite/ld-sparc/tlssunnopic64.rd | 20 ++-- ld/testsuite/ld-sparc/tlssunpic32.rd | 26 +++--- ld/testsuite/ld-sparc/tlssunpic64.rd | 26 +++--- ld/testsuite/ld-tic6x/common.d | 4 +- ld/testsuite/ld-tic6x/shlib-1.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-1b.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-1r.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-1rb.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-app-1.rd | 38 ++++---- ld/testsuite/ld-tic6x/shlib-app-1b.rd | 38 ++++---- ld/testsuite/ld-tic6x/shlib-app-1r.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-app-1rb.rd | 36 +++---- ld/testsuite/ld-tic6x/shlib-noindex.rd | 38 ++++---- ld/testsuite/ld-tic6x/static-app-1.rd | 30 +++--- ld/testsuite/ld-tic6x/static-app-1b.rd | 30 +++--- ld/testsuite/ld-tic6x/static-app-1r.rd | 30 +++--- ld/testsuite/ld-tic6x/static-app-1rb.rd | 30 +++--- sim/ChangeLog | 5 + sim/aarch64/ChangeLog | 8 ++ sim/aarch64/aclocal.m4 | 18 ++-- sim/aarch64/configure | 2 +- sim/arm/ChangeLog | 8 ++ sim/arm/aclocal.m4 | 18 ++-- sim/arm/configure | 2 +- sim/avr/ChangeLog | 8 ++ sim/avr/aclocal.m4 | 18 ++-- sim/avr/configure | 2 +- sim/bfin/ChangeLog | 8 ++ sim/bfin/aclocal.m4 | 22 ++--- sim/bfin/configure | 2 +- sim/bpf/ChangeLog | 8 ++ sim/bpf/aclocal.m4 | 24 ++--- sim/bpf/configure | 2 +- sim/cr16/ChangeLog | 8 ++ sim/cr16/aclocal.m4 | 18 ++-- sim/cr16/configure | 2 +- sim/cris/ChangeLog | 8 ++ sim/cris/aclocal.m4 | 24 ++--- sim/cris/configure | 2 +- sim/d10v/ChangeLog | 8 ++ sim/d10v/aclocal.m4 | 18 ++-- sim/d10v/configure | 2 +- sim/erc32/ChangeLog | 8 ++ sim/erc32/aclocal.m4 | 14 +-- sim/erc32/configure | 2 +- sim/example-synacor/ChangeLog | 8 ++ sim/example-synacor/aclocal.m4 | 18 ++-- sim/example-synacor/configure | 2 +- sim/frv/ChangeLog | 8 ++ sim/frv/aclocal.m4 | 24 ++--- sim/frv/configure | 2 +- sim/ft32/ChangeLog | 8 ++ sim/ft32/aclocal.m4 | 18 ++-- sim/ft32/configure | 2 +- sim/h8300/ChangeLog | 8 ++ sim/h8300/aclocal.m4 | 18 ++-- sim/h8300/configure | 2 +- sim/iq2000/ChangeLog | 8 ++ sim/iq2000/aclocal.m4 | 24 ++--- sim/iq2000/configure | 2 +- sim/lm32/ChangeLog | 8 ++ sim/lm32/aclocal.m4 | 24 ++--- sim/lm32/configure | 2 +- sim/m32c/ChangeLog | 8 ++ sim/m32c/aclocal.m4 | 14 +-- sim/m32c/configure | 2 +- sim/m32r/ChangeLog | 8 ++ sim/m32r/aclocal.m4 | 24 ++--- sim/m32r/configure | 2 +- sim/m4/sim_ac_option_warnings.m4 | 2 +- sim/m68hc11/ChangeLog | 8 ++ sim/m68hc11/aclocal.m4 | 20 ++-- sim/m68hc11/configure | 2 +- sim/mcore/ChangeLog | 8 ++ sim/mcore/aclocal.m4 | 18 ++-- sim/mcore/configure | 2 +- sim/microblaze/ChangeLog | 8 ++ sim/microblaze/aclocal.m4 | 18 ++-- sim/microblaze/configure | 2 +- sim/mips/ChangeLog | 8 ++ sim/mips/aclocal.m4 | 24 ++--- sim/mips/configure | 2 +- sim/mn10300/ChangeLog | 8 ++ sim/mn10300/aclocal.m4 | 24 ++--- sim/mn10300/configure | 2 +- sim/moxie/ChangeLog | 8 ++ sim/moxie/aclocal.m4 | 18 ++-- sim/moxie/configure | 2 +- sim/msp430/ChangeLog | 8 ++ sim/msp430/aclocal.m4 | 18 ++-- sim/msp430/configure | 2 +- sim/or1k/ChangeLog | 8 ++ sim/or1k/aclocal.m4 | 24 ++--- sim/or1k/configure | 2 +- sim/pru/ChangeLog | 8 ++ sim/pru/aclocal.m4 | 18 ++-- sim/pru/configure | 2 +- sim/riscv/ChangeLog | 8 ++ sim/riscv/aclocal.m4 | 22 ++--- sim/riscv/configure | 2 +- sim/rl78/ChangeLog | 14 +++ sim/rl78/aclocal.m4 | 14 +-- sim/rl78/config.in | 3 - sim/rl78/configure | 11 +-- sim/rl78/configure.ac | 2 - sim/rl78/main.c | 2 - sim/rx/ChangeLog | 14 +++ sim/rx/aclocal.m4 | 14 +-- sim/rx/config.in | 3 - sim/rx/configure | 11 +-- sim/rx/configure.ac | 2 - sim/rx/main.c | 2 - sim/sh/ChangeLog | 8 ++ sim/sh/aclocal.m4 | 18 ++-- sim/sh/configure | 2 +- sim/v850/ChangeLog | 8 ++ sim/v850/aclocal.m4 | 22 ++--- sim/v850/configure | 2 +- 238 files changed, 1995 insertions(+), 1211 deletions(-) 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