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 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 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. new 7e7a35fbca Shrink size of dwarf2_per_cu_data
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/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 | 58 ++++++++++++ gdb/breakpoint.c | 48 ++++++++-- gdb/breakpoint.h | 6 ++ gdb/c-exp.y | 7 +- 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 | 23 +++++ .../address_space_qualifier.exp} | 28 +++--- 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/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 - 149 files changed, 1439 insertions(+), 888 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