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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 160f8a8f32 Adjust gdb.mi/mi-sym-info.exp filename patterns. adds 48e9cc8405 Ensure 'exec-file has changed' check has priority over 'exec [...] adds 0381901e62 Do without ld ENABLE_PLUGINS adds 1e92785005 PR26132, ar creates invalid libraries for some targets with [...] adds cf6f3e86de [PR gdb/25939] Move push_target call earlier in procfs.c adds 196535a69c Various procfs.c cleanups adds 41ab2f9b7b Automatic date update in version.in adds cbd7581f34 RISC-V: Don't assume the priv attributes are in order when h [...] adds 39ff0b8123 RISC-V: Report warning when linking the objects with differe [...] adds f809832224 Solaris, target_wait(), don't rely on inferior_ptid adds bd920864f3 gdb/jit: return bool in jit_breakpoint_re_set_internal and j [...] adds 013e3554b2 gdbserver/linux-low: use std::list to store pending signals adds d768f160a9 Recognize some new Mach-O load commands adds 359157df20 aarch64: Normalize and sort feature bit macros adds e4b7104b1e Add support for decoding the DW_MACRO_define_strx and DW_MAC [...] adds e822f2cda9 Disable parts of gdb.base/source-dir.exp on remote host adds cf00cd6faf default-args: allow to define default arguments for aliases adds 746ebfe8dd Add tests for new alias default-args related commands and ar [...] adds 5b860c93e3 NEWS and documentation for alias default-args related concep [...] new 46dfcabeba Automatic date update in version.in new d081ffffa0 binutils objdump.exp remote_file typo new c7c970e4c6 Correct bfin XPASSes new 1a79004f61 RISC-V: Generate ELF priv attributes if priv instruction are [...]
The 4 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 | 42 ++++ bfd/configure | 24 ++ bfd/configure.ac | 24 ++ bfd/elfnn-riscv.c | 98 +++++--- bfd/elfxx-riscv.c | 96 +++++++- bfd/elfxx-riscv.h | 13 ++ bfd/mach-o.c | 2 + bfd/plugin.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 17 ++ binutils/doc/binutils.texi | 16 +- binutils/doc/debug.options.texi | 4 + binutils/dwarf.c | 169 +++++++++++--- binutils/dwarf.h | 1 + binutils/objdump.c | 4 +- binutils/od-macho.c | 4 + binutils/readelf.c | 7 +- binutils/testsuite/binutils-all/objdump.exp | 2 +- gas/ChangeLog | 26 +++ gas/config/tc-riscv.c | 84 ++++--- gas/testsuite/gas/riscv/attribute-11.s | 2 + gas/testsuite/gas/riscv/attribute-14.s | 19 ++ gas/testsuite/gas/riscv/attribute-14a.d | 8 + gas/testsuite/gas/riscv/attribute-14b.d | 8 + gas/testsuite/gas/riscv/attribute-14c.d | 8 + gas/testsuite/gas/riscv/attribute-14d.d | 8 + gas/testsuite/gas/riscv/attribute-14e.d | 8 + gdb/ChangeLog | 107 +++++++++ gdb/NEWS | 15 ++ gdb/cli/cli-cmds.c | 247 ++++++++++++++++---- gdb/cli/cli-decode.c | 110 +++++++-- gdb/cli/cli-decode.h | 4 + gdb/cli/cli-script.c | 12 +- gdb/command.h | 2 + gdb/completer.c | 2 +- gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 118 +++++++++- gdb/exec.c | 8 + gdb/guile/scm-cmd.c | 2 +- gdb/guile/scm-param.c | 6 +- gdb/infcmd.c | 6 +- gdb/jit.c | 26 +-- gdb/procfs.c | 256 ++++----------------- gdb/python/py-auto-load.c | 4 +- gdb/python/py-cmd.c | 2 +- gdb/python/py-param.c | 4 +- gdb/remote.c | 4 +- gdb/sol-thread.c | 30 +-- gdb/testsuite/ChangeLog | 26 +++ gdb/testsuite/gdb.base/alias.exp | 2 +- gdb/testsuite/gdb.base/attach.c | 2 +- gdb/testsuite/gdb.base/attach.exp | 54 ++++- gdb/testsuite/gdb.base/attach2.c | 4 +- gdb/testsuite/gdb.base/{attach2.c => attach3.c} | 6 +- gdb/testsuite/gdb.base/default-args.c | 39 ++++ gdb/testsuite/gdb.base/default-args.exp | 123 ++++++++++ gdb/testsuite/gdb.base/default.exp | 4 +- gdb/testsuite/gdb.base/help.exp | 2 +- gdb/testsuite/gdb.base/page.exp | 4 +- gdb/testsuite/gdb.base/source-dir.exp | 12 +- gdb/testsuite/gdb.base/style.exp | 8 +- gdb/testsuite/gdb.guile/guile.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- gdb/top.c | 21 +- gdb/tracepoint.c | 6 +- gdbserver/ChangeLog | 20 ++ gdbserver/linux-low.cc | 101 +++----- gdbserver/linux-low.h | 27 ++- include/ChangeLog | 61 +++++ include/mach-o/loader.h | 2 + include/opcode/aarch64.h | 111 ++++----- include/opcode/riscv.h | 4 - ld/ChangeLog | 36 +++ ld/Makefile.am | 25 +- ld/Makefile.in | 77 +++---- ld/configure | 18 +- ld/configure.ac | 1 - ld/ldfile.c | 10 +- ld/ldlang.c | 30 +-- ld/ldlang.h | 4 +- ld/ldlex.h | 4 +- ld/ldmain.c | 14 +- ld/lexsup.c | 16 +- ld/plugin.c | 2 + ld/testplug.c | 2 + ld/testplug2.c | 2 + ld/testplug3.c | 2 + ld/testplug4.c | 2 + ld/testsuite/ld-elf/shared.exp | 32 ++- .../ld-riscv-elf/attr-merge-priv-spec-failed-01.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-02.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-03.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-04.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-05.d | 10 +- .../ld-riscv-elf/attr-merge-priv-spec-failed-06.d | 10 +- opcodes/ChangeLog | 5 + opcodes/riscv-dis.c | 1 + opcodes/riscv-opc.c | 50 ---- 98 files changed, 1889 insertions(+), 818 deletions(-) create mode 100644 gas/testsuite/gas/riscv/attribute-14.s create mode 100644 gas/testsuite/gas/riscv/attribute-14a.d create mode 100644 gas/testsuite/gas/riscv/attribute-14b.d create mode 100644 gas/testsuite/gas/riscv/attribute-14c.d create mode 100644 gas/testsuite/gas/riscv/attribute-14d.d create mode 100644 gas/testsuite/gas/riscv/attribute-14e.d copy gdb/testsuite/gdb.base/{attach2.c => attach3.c} (82%) create mode 100644 gdb/testsuite/gdb.base/default-args.c create mode 100644 gdb/testsuite/gdb.base/default-args.exp