This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O2 in repository toolchain/ci/binutils-gdb.
from 577bf39f10 RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in risc [...] adds a92d031d7e [gdb/build] Fix x86_64 x32 build adds e7e599a156 RISC-V: Replace .option rvc/norvc with .option arch, +c/-c. adds a58577878b RISC-V: Removed the redundant NULL pointer check in the risc [...] adds 7dca2ea7ff gdb: rename target_waitstatus_to_string to target_waitstatus [...] adds 06de25b7af gdb: introduce target_waitkind_str, use it in target_waitsta [...] adds c272a98cbf gdb: pass more const target_waitstatus by reference adds 4d3af74a38 Automatic date update in version.in adds e1fbfba5a5 gnu-nat.c: fix calls to add_info_alias adds 9f6148cb85 gdb: more compile fixes for gnu-nat.c adds 2990bf4096 Update bug reporting address adds 0c3e266dc2 binutils debuginfod test adds b69c9d41e8 AArch64: Add support for AArch64 EFI (efi-*-aarch64). adds 7c26f8da3d configure.ac: Check for the readline.h explicitly adds 95db489df6 Automatic date update in version.in adds 5e97696c11 gdb: fix crash when reading ECOFF debug information adds d8ed269e5c Fix an illegal memory access parsing a corrupt sysroff file. adds e19f824829 Revert (part of) "gdb fix for catch-syscall.exp" adds bd51ddc8e1 gdb: fix help doc for "set index-cache enabled" adds 2b1538656b Automatic date update in version.in adds 0a4a1c6a3b [gdb/cli] Fix typo in logging overwrite help text adds 6ff9675421 [gdb/cli] Add "set logging enabled", deprecate "set logging on/off" adds eec685f8a6 ld/testsuite/ld-elfvsb: correctly test "weak hidden symbol D [...]
No new revisions were added by this update.
Summary of changes: bfd/.gitignore | 1 + bfd/Makefile.am | 9 +- bfd/Makefile.in | 12 +- bfd/README | 2 +- bfd/bfd.c | 1 + bfd/coff-aarch64.c | 166 +++++++++++++++++++++ bfd/coffcode.h | 19 ++- bfd/config.bfd | 4 +- bfd/configure | 3 +- bfd/configure.ac | 3 +- bfd/elfxx-riscv.c | 3 - bfd/libpei.h | 36 +++++ bfd/peXXigen.c | 43 +++--- bfd/pei-aarch64.c | 75 ++++++++++ bfd/peicode.h | 20 ++- bfd/po/Make-in | 4 +- bfd/targets.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/NEWS | 3 + binutils/objcopy.c | 7 + binutils/po/Make-in | 2 +- binutils/sysdump.c | 6 + .../binutils-all/aarch64/pei-aarch64-little.d | 16 ++ .../binutils-all/aarch64/pei-aarch64-little.s | 42 ++++++ binutils/testsuite/binutils-all/debuginfod.exp | 3 +- gas/README | 6 +- gas/config/tc-riscv.c | 4 + gas/po/Make-in | 2 +- gas/testsuite/gas/riscv/align-1.s | 2 +- gas/testsuite/gas/riscv/c-add-addi.s | 2 +- gas/testsuite/gas/riscv/c-nonzero-imm.s | 2 +- gas/testsuite/gas/riscv/c-nonzero-reg.s | 2 +- gas/testsuite/gas/riscv/c-zero-imm-64.s | 2 +- gas/testsuite/gas/riscv/c-zero-imm.s | 2 +- gas/testsuite/gas/riscv/c-zero-reg.s | 2 +- gas/testsuite/gas/riscv/ext.s | 4 +- gas/testsuite/gas/riscv/mapping-01.s | 2 +- gas/testsuite/gas/riscv/mapping-02.s | 2 +- gas/testsuite/gas/riscv/mapping-03.s | 2 +- gas/testsuite/gas/riscv/mapping-04.s | 2 +- gas/testsuite/gas/riscv/no-relax-align-2.s | 2 +- gas/testsuite/gas/riscv/shamt-32.s | 4 +- gas/testsuite/gas/riscv/shamt-64.s | 4 +- gdb/NEWS | 7 + gdb/break-catch-sig.c | 6 +- gdb/break-catch-syscall.c | 8 +- gdb/breakpoint.c | 52 +++---- gdb/breakpoint.h | 10 +- gdb/cli/cli-logging.c | 60 +++++++- gdb/config.in | 3 + gdb/configure | 17 +++ gdb/configure.ac | 4 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2/index-cache.c | 2 +- gdb/gnu-nat.c | 51 ++++--- gdb/infrun.c | 75 +++++----- gdb/infrun.h | 2 +- gdb/mdebugread.c | 8 +- gdb/nat/amd64-linux-siginfo.c | 4 + gdb/record-btrace.c | 4 +- gdb/remote.c | 36 ++--- gdb/target-debug.h | 4 +- gdb/target/waitstatus.c | 72 ++++----- gdb/target/waitstatus.h | 60 +++++++- gdb/testsuite/gdb.ada/access_to_packed_array.exp | 4 +- gdb/testsuite/gdb.base/catch-syscall.exp | 4 +- gdb/testsuite/gdb.base/style-logging.exp | 4 +- gdb/testsuite/gdb.base/ui-redirect.exp | 24 +-- gdb/testsuite/gdb.mi/mi-logging.exp | 12 +- gdb/testsuite/lib/gdb.exp | 4 +- gdb/unittests/common-utils-selftests.c | 7 +- gdbserver/linux-low.cc | 10 +- gdbserver/remote-utils.cc | 45 +++--- gdbserver/remote-utils.h | 2 +- gdbserver/server.cc | 37 ++--- gdbsupport/common-utils.cc | 8 +- gdbsupport/common-utils.h | 4 +- gold/po/Make-in | 2 +- gprof/po/Make-in | 2 +- include/coff/aarch64.h | 63 ++++++++ include/coff/pe.h | 1 + ld/po/Make-in | 4 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 2 +- opcodes/po/Make-in | 2 +- 85 files changed, 928 insertions(+), 345 deletions(-) create mode 100644 bfd/coff-aarch64.c create mode 100644 bfd/pei-aarch64.c create mode 100644 binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.d create mode 100644 binutils/testsuite/binutils-all/aarch64/pei-aarch64-little.s create mode 100644 include/coff/aarch64.h