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-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 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/ adds 05f3c0f09e gdb: allow default_addressable_memory_unit_size to handle mo [...] adds d018cd835c x86-64/PE: adjust PR ld/26659 testcase for Cygwin adds b11b2969a9 Harmonize and improve auxiliary entries support for XCOFF adds 22f80c0f77 Improve code coverage of Rust testing adds bdd2aaf69e fix string table generation for XCOFF64 .debug section adds c39ebbf43f [gdb] Fix assert in remote_async_get_pending_events_handler adds 27d0790a58 gdb/infcmd: remove the unused parameter 'args' in 'attach_po [...] adds 6fee5eee88 gdb/infcmd: update the comment for 'attach_post_wait' adds 35682f0a64 gdb/continuations: remove the 'err' from 'do_all_inferior_co [...] adds 1194676e0b gdb/continuations: do minor cleanup adds c4c493de2b gdb/continuations: use lambdas instead of function pointers adds 4efeb0d3e8 gdb/continuations: turn continuation functions into inferior [...] adds 2f63213381 sim: sprinkle some ATTRIBUTE_PRINTF
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 39 ++++ bfd/coff-rs6000.c | 192 ++++++++------------ bfd/coff64-rs6000.c | 201 ++++++++++++--------- bfd/hash.c | 34 ++-- bfd/libbfd-in.h | 2 +- bfd/libbfd.h | 2 +- bfd/peXXigen.c | 31 ++++ bfd/srec.c | 12 +- bfd/version.h | 2 +- bfd/xcofflink.c | 5 +- binutils/ChangeLog | 35 ++++ binutils/NEWS | 6 + binutils/doc/binutils.texi | 13 ++ binutils/od-xcoff.c | 10 +- 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 | 37 ++++ 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 | 141 +++++++++++++++ gdb/Makefile.in | 1 - gdb/arch-utils.c | 8 +- gdb/breakpoint.c | 48 ++++- gdb/breakpoint.h | 6 + gdb/config.in | 3 - gdb/configure | 59 ------ gdb/configure.ac | 33 ---- gdb/continuations.c | 134 -------------- gdb/continuations.h | 55 ------ 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/event-top.c | 1 - gdb/gdb_regex.h | 6 - gdb/guile/scm-breakpoint.c | 2 +- gdb/inf-loop.c | 3 +- gdb/infcmd.c | 65 ++----- gdb/inferior.c | 20 +- gdb/inferior.h | 18 +- gdb/interps.c | 1 - gdb/mi/mi-cmd-break.c | 1 + gdb/python/py-breakpoint.c | 2 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/remote-notif.c | 2 +- gdb/remote.c | 11 ++ gdb/remote.h | 1 + gdb/rust-parse.c | 11 +- gdb/syscalls/update-netbsd.sh | 4 +- gdb/testsuite/ChangeLog | 25 +++ gdb/testsuite/gdb.base/valgrind-bt.exp | 4 +- gdb/testsuite/gdb.mi/mi-break.exp | 31 +++- gdb/testsuite/gdb.rust/expr.exp | 2 + gdb/testsuite/gdb.rust/modules.exp | 4 + gdb/testsuite/gdb.rust/simple.exp | 19 ++ gdb/testsuite/lib/valgrind.exp | 5 +- include/ChangeLog | 15 ++ include/coff/internal.h | 6 + include/coff/pe.h | 2 + include/coff/rs6000.h | 101 +++++------ include/coff/rs6k64.h | 102 ++++++----- ld/ChangeLog | 60 ++++++ 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-pe/pr26659-weak-undef-sym.d | 43 ++--- 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/common/ChangeLog | 8 + sim/common/callback.c | 8 +- sim/common/sim-engine.h | 4 +- sim/common/sim-events.h | 4 +- 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 | 8 + sim/rl78/aclocal.m4 | 14 +- sim/rl78/configure | 2 +- sim/rx/ChangeLog | 8 + sim/rx/aclocal.m4 | 14 +- sim/rx/configure | 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 +- 250 files changed, 2315 insertions(+), 1770 deletions(-) delete mode 100644 gdb/continuations.c delete mode 100644 gdb/continuations.h