This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allnoconfig in repository toolchain/ci/binutils-gdb.
from b4ab412070 Automatic date update in version.in adds fc6a93854b [gdb/testsuite] Speed up MACRO_AT_* calls adds 41505c0f3d [gdb/testsuite] Add test-case gdb.dwarf2/dw2-lines.exp adds 6cb22d4a8e [gdb/testsuite] Support .debug_line v4 in dwarf assembler adds 8d52378514 [gdb/testsuite] Factor out _line_finalize_header adds 44fda08939 [gdb/testsuite] Support .debug_line v5 in dwarf assembler adds 26bf28e29d [gdb/testsuite] Add target board dwarf64.exp adds bab31d1451 [gdb/symtab] Support .debug_line with DW_FORM_line_strp adds 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 [...] adds 0c1e6e265b gdb: introduce a new overload of target_can_async_p adds fce6cd341b gdb: hoist target_async_permitted checks into target.c adds bf94662bfe gdb: add asserts in target.c for target_async_permitted adds 7054fa5bca gdb: simplify remote_target::is_async_p adds 32b1f5e8d6 gdb: add assert in remote_target::wait relating to async being off adds c6a6aad52d gdb/python: make some global variables static adds 43077a2374 gdb: rename source_styling_changed observer adds 79abb93930 Updated French translation for the opcodes directory. adds 32384aa396 Re: AArch64: Add support for AArch64 EFI (efi-*-aarch64) adds 423e91d347 coff-go32: consistent 16-byte section alignment adds a41ad3474c PR gdb/28480: Improve ambiguous member detection adds 7060c28edd Fix building the AArch64 assembler and disassembler when ass [...] adds 7719facb31 Revert "gdb: add assert in remote_target::wait relating to a [...] adds 9e99facd6c gdb: ensure extension_language_python is always defined adds decca804f8 Automatic date update in version.in adds ef91306693 ld: fix --disable-multiple-abs-defs alignment in help adds 3b4d5621ac gas: enable silent build rules adds 5fd82aa264 ld: fix POSIX shell test usage adds c0f9d65827 sim: mips: avoid _ namespace
No new revisions were added by this update.
Summary of changes: bfd/.gitignore | 1 + bfd/Makefile.am | 25 +- bfd/Makefile.in | 27 +- bfd/README | 2 +- bfd/bfd.c | 1 + bfd/coff-aarch64.c | 166 +++++++ bfd/coff-go32.c | 12 +- bfd/coffcode.h | 19 +- bfd/config.bfd | 4 +- bfd/configure | 3 +- bfd/configure.ac | 3 +- bfd/elfxx-riscv.c | 16 +- bfd/libpei.h | 36 ++ bfd/peXXigen.c | 43 +- bfd/pei-aarch64.c | 75 ++++ bfd/peicode.h | 20 +- bfd/po/BLD-POTFILES.in | 1 + bfd/po/Make-in | 4 +- bfd/po/SRC-POTFILES.in | 1 + 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/configure | 43 +- gas/configure.ac | 1 + 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/cli/cli-style.c | 2 +- gdb/config.in | 3 + gdb/configure | 17 + gdb/configure.ac | 4 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2/index-cache.c | 2 +- gdb/dwarf2/line-header.c | 15 +- gdb/dwarf2/read.c | 12 + gdb/dwarf2/read.h | 5 + gdb/gnu-nat.c | 51 ++- gdb/infcmd.c | 2 +- gdb/infrun.c | 75 ++-- gdb/infrun.h | 2 +- gdb/linux-nat.c | 8 +- gdb/mdebugread.c | 8 +- gdb/mi/mi-main.c | 4 +- gdb/nat/amd64-linux-siginfo.c | 4 + gdb/observable.c | 2 +- gdb/observable.h | 6 +- gdb/python/python.c | 57 ++- gdb/record-btrace.c | 4 +- gdb/remote.c | 54 +-- gdb/target-debug.h | 4 +- gdb/target.c | 21 +- gdb/target.h | 4 + gdb/target/waitstatus.c | 72 ++- gdb/target/waitstatus.h | 60 ++- gdb/testsuite/boards/dwarf64.exp | 23 + 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.cp/ambiguous.cc | 19 + gdb/testsuite/gdb.cp/ambiguous.exp | 10 + gdb/testsuite/gdb.dwarf2/dw2-lines.c | 45 ++ gdb/testsuite/gdb.dwarf2/dw2-lines.exp | 170 +++++++ gdb/testsuite/gdb.mi/mi-logging.exp | 12 +- gdb/testsuite/lib/dwarf.exp | 373 ++++++++++++++-- gdb/testsuite/lib/gdb.exp | 4 +- gdb/tui/tui-winsource.c | 4 +- gdb/unittests/common-utils-selftests.c | 7 +- gdb/valops.c | 28 ++ 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/lexsup.c | 3 +- ld/po/Make-in | 4 +- ld/po/bg.po | 2 +- ld/po/es.po | 2 +- ld/po/fi.po | 2 +- ld/po/fr.po | 2 +- ld/po/ld.pot | 2 +- ld/po/pt_BR.po | 2 +- ld/po/ru.po | 2 +- ld/po/sr.po | 2 +- ld/po/sv.po | 2 +- ld/po/uk.po | 2 +- ld/scripttempl/elfarc.sc | 2 +- ld/scripttempl/elfarcv2.sc | 2 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 2 +- opcodes/ChangeLog | 11 + opcodes/aarch64-asm.c | 26 +- opcodes/aarch64-dis.c | 33 +- opcodes/aarch64-opc.c | 11 +- opcodes/po/Make-in | 2 +- opcodes/po/fr.po | 496 +++++++++++---------- sim/mips/interp.c | 6 +- 129 files changed, 2051 insertions(+), 762 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 gdb/testsuite/boards/dwarf64.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-lines.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-lines.exp create mode 100644 include/coff/aarch64.h