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-aarch64-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 467f8eb233 gdb/fortran: test case modified to suit the clang behavior. adds e683cb4120 arm: Fix bugs with MVE vmov from two GPRs to vector lanes adds 413b49c2b6 gdb: move cmd_list_element::prefixname to cli/cli-decode.c adds ecd0a6b35d gdb: don't handle old == nullptr in add_alias_cmd adds 14b42fc4a0 gdb: rename cmd_list_element::prefixlist to subcommands adds 9985872497 gdb: rename cmd_list_element::cmd_pointer to target adds 1be99b11f8 gdb: add cmd_list_element::is_alias adds 3d0b356410 gdb: add cmd_list_element::is_prefix adds 034dce7a47 gdb: add cmd_list_element::is_command_class_help adds 91e159e93b gdb: add pyproject.toml adds 5277208d32 gdb/testsuite: rename .py.in files to .py adds 16e0020bfc Replace sort_tu_by_abbrev_offset with operator< adds 473ab96443 Change how dwarf2_per_cu_data is deleted adds baea2f9d52 Fix buffer underflow in add_path adds 5917321695 Fix ubsan build adds 9e541c7918 Avoid crash with GCC trunk adds c1c0a7e1f3 gdb: additional settings for emacs in .dir-locals.el adds 8ae78a440e Move dwarf2_cu to new header file adds 839118f920 Move some dwarf2_cu methods to new file adds 347212b819 Change dwarf2_cu marking to use methods adds cd53fa40d4 Rename dwarf2/comp-unit.h adds 549f123c68 Automatic date update in version.in adds 113bb7618a RISC-V: PR27814, Objdump crashes when disassembling a non-EL [...] adds 19fa7881a9 config: delete unused sim macros adds 9cc11ab5bf sim: depend on gnulib adds 75933ce3d9 Automatic date update in version.in adds 9d9e2a340b PR27879, stack-buffer-overflow on sysdump adds 1b3892bedc PR27884, skip_attr_bytes: Assertion (data) <= (end) failed adds b534617fd5 inflow.c: Do not leak tty. adds 83b0a6865c Warn when the plugin interface runs out of file descriptors. adds c485e47599 Fix a build problem if ENABLE_CHECKING is not defined. adds 2129a94255 [gdb/testsuite] Fix read1 timeout in gdb.base/info-types-c++.exp adds d9211df246 gdb/testsuite: resolve duplicate test names in gdb.guile/*.exp adds 4915bfdcfb gdb: Add an overloaded ui_out::text accepting a const std::string & adds 8dd8c8d4ab gdb: Pass std::strings to ui_out::field_string () where convenient adds ee22a1a31d Fix offset for ia64 PCREL60B relocation on HP-UX adds 8f09aa5ba8 sim: ppc: fix some Wunused-function warnings adds 4156e38676 sim: ppc: fix some more Wunused-function warnings adds 0d7e3cd15f gdb: Move definitions of std::string overloads in ui_out to [...] adds bfff0efb3d sim: ppc: fix Wnonnull warning adds 17bb1d80f5 sim: ppc: fix some Wenum-compare warnings adds 5433e20ec1 Mark tu_abbrev_offset::operator<() const. adds 93b196f931 Automatic date update in version.in adds d556135f02 PR27888, fix link of gas with zlib by libtool 2.4.6 adds 7f2b87189b [PATCH]rs6000,testsuite Add a powerpc64-prologue testcase. adds 8baee38bfe sim: ppc: fix Wpointer-sign warning adds 427e4066af gdb/bfd: avoid crash when architecture is forced to csky or riscv adds a5523cc3c4 Clean up my ChangeLog entry adds ed3130b740 Add myself to gdb/MAINTAINERS adds 9a01ec4c03 Fix overflow detection in the Z80 assembler. adds bb6203bf1d cli-script: use unique_ptr to not leak next struct adds 1487a14ec2 gdb: remove linespec_p typedef adds 75b969ccb1 Automatic date update in version.in adds 894982bfcc [AArch64] MTE corefile support adds 3b2bef8bbd [Binutils] Update NT_ARM note types for readelf adds 6d1a09b77a [gdb/breakpoint] Fix assert in jit_event_handler adds ca43e66033 testsuite/gdb.dwarf2: avoid dead code in dw2-inline-with-lex [...] adds 778ae9ccc8 [gdb/testsuite] Add target board cc-with-gnu-debuglink.exp adds 33d93379d2 Automatic date update in version.in adds 39549caef4 sim/d10v: Use offsetof in a static assertion about structure [...] adds b312488f10 sim: mips: Only truncate sign extension bits for 32-bit targ [...] adds 168671c14c sim: mips: Add shadow mappings for 32-bit memory address space adds 1f1fb219fd [GOLD] PR27815, gold fails to build with latest GCC adds 574ec1084d bfd dwarf2 sanity checking adds d71893802f Re: Fix offset for ia64 PCREL60B relocation on HP-UX adds 8569d6e13c Fix option type comments for CMDARG_EARLYINIT_FILE and CMDAR [...] adds 8dc196f2fa Automatic date update in version.in adds 01a8c731aa elf: Use official name LoongArch for EM_LOONGARCH. adds fbf3c4b979 [gdb/tdep] Use pid to choose process 64/32-bitness adds 01d3ae40df sim: bfin: add strings.h for ffs() adds e82a36be9a sim: cris: add unistd.h for environ decl adds 9a28444faa sim: rl78: rename open symbol to avoid collisions adds 98591adf69 Automatic date update in version.in adds 3cc4ee83ad sim: bfin: fix build warnings w/newer gcc adds d699be882b sim: bfin: fix the otp fix adds d16ce6e4d5 sim: cris: fix memory setup typos adds 5d0ed830d3 RISC-V: PR25212, Report errors for invalid march and mabi co [...] new c45d37a9bd gdb/doc: add '@:' after 'e.g.' to help texinfo
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: ChangeLog | 5 + Makefile.def | 1 + Makefile.in | 1 + bfd/ChangeLog | 47 ++ bfd/dwarf2.c | 618 ++++++++------------- bfd/elf-attrs.c | 41 +- bfd/elf.c | 19 + bfd/libbfd-in.h | 3 +- bfd/libbfd.c | 13 +- bfd/libbfd.h | 3 +- bfd/plugin.c | 30 +- bfd/section.c | 6 + bfd/version.h | 2 +- bfd/wasm-module.c | 7 +- binutils/ChangeLog | 32 ++ binutils/dwarf.c | 46 +- binutils/readelf.c | 10 +- binutils/sysdump.c | 13 +- config/ChangeLog | 4 + config/acinclude.m4 | 102 ---- gas/ChangeLog | 50 ++ gas/Makefile.am | 3 +- gas/Makefile.in | 3 +- gas/config/tc-arm.c | 4 +- gas/config/tc-ia64.c | 17 +- gas/config/tc-riscv.c | 18 + gas/config/tc-z80.c | 32 +- gas/testsuite/gas/arm/mve-vmov-3.d | 169 ++++++ gas/testsuite/gas/arm/mve-vmov-3.s | 160 ++++++ gas/testsuite/gas/arm/mve-vmov-bad-2.l | 2 +- gas/testsuite/gas/ia64/reloc-mlx.d | 2 +- gas/testsuite/gas/riscv/mabi-attr-rv32e.s | 1 + .../riscv/{mabi-attr-01.s => mabi-attr-rv32i.s} | 0 .../riscv/{mabi-attr-02.s => mabi-attr-rv32id.s} | 0 .../riscv/{mabi-attr-03.s => mabi-attr-rv64iq.s} | 0 gas/testsuite/gas/riscv/mabi-fail-01.d | 3 - gas/testsuite/gas/riscv/mabi-fail-02.d | 3 - gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64d.d | 3 + gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64d.l | 4 + gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64f.d | 3 + gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64f.l | 4 + gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64q.d | 3 + gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64q.l | 4 + gas/testsuite/gas/riscv/mabi-fail-rv32i-lp64.d | 3 + .../{mabi-fail-01.l => mabi-fail-rv32i-lp64.l} | 0 gas/testsuite/gas/riscv/mabi-fail-rv64iq-ilp32.d | 3 + .../{mabi-fail-02.l => mabi-fail-rv64iq-ilp32.l} | 0 ...noabi-attr-01a.d => mabi-noabi-attr-rv32i-01.d} | 4 +- ...noabi-attr-01b.d => mabi-noabi-attr-rv32i-02.d} | 4 +- ...oabi-attr-02a.d => mabi-noabi-attr-rv32id-01.d} | 2 +- ...oabi-attr-02b.d => mabi-noabi-attr-rv32id-02.d} | 2 +- ...oabi-attr-03a.d => mabi-noabi-attr-rv64iq-01.d} | 2 +- ...oabi-attr-03b.d => mabi-noabi-attr-rv64iq-02.d} | 2 +- ...i-noabi-march-01.d => mabi-noabi-march-rv32i.d} | 0 ...-noabi-march-02.d => mabi-noabi-march-rv32id.d} | 2 +- ...-noabi-march-03.d => mabi-noabi-march-rv64iq.d} | 2 +- gas/testsuite/gas/z80/ez80_adl_suf.d | 2 +- gas/testsuite/gas/z80/ez80_isuf.s | 380 ++++++------- gas/testsuite/gas/z80/ez80_z80_suf.d | 2 +- gdb/.dir-locals.el | 5 +- gdb/ChangeLog | 187 +++++++ gdb/MAINTAINERS | 1 + gdb/Makefile.in | 4 +- gdb/aarch64-linux-nat.c | 2 +- gdb/ada-lang.c | 4 +- gdb/arm-linux-nat.c | 4 +- gdb/auto-load.c | 2 +- gdb/break-catch-sig.c | 2 +- gdb/break-catch-throw.c | 2 +- gdb/cli/cli-cmds.c | 6 +- gdb/cli/cli-decode.c | 217 ++++---- gdb/cli/cli-decode.h | 34 +- gdb/cli/cli-script.c | 102 ++-- gdb/cli/cli-script.h | 3 + gdb/cli/cli-setshow.c | 16 +- gdb/command.h | 5 +- gdb/completer.c | 8 +- gdb/contrib/cc-with-tweaks.sh | 46 +- gdb/disasm.c | 2 +- gdb/doc/ChangeLog | 8 + gdb/doc/gdb.texinfo | 10 +- gdb/dwarf2/{comp-unit.c => comp-unit-head.c} | 6 +- gdb/dwarf2/{comp-unit.h => comp-unit-head.h} | 0 gdb/dwarf2/cu.c | 139 +++++ gdb/dwarf2/cu.h | 288 ++++++++++ gdb/dwarf2/line-header.c | 2 +- gdb/dwarf2/loc.c | 3 + gdb/dwarf2/read.c | 458 ++------------- gdb/dwarf2/read.h | 20 +- gdb/gdb-gdb.py.in | 160 +++--- gdb/guile/scm-cmd.c | 4 +- gdb/infcmd.c | 2 +- gdb/inferior.c | 2 +- gdb/inflow.c | 2 +- gdb/jit.c | 6 +- gdb/linespec.c | 23 +- gdb/linux-thread-db.c | 2 +- gdb/main.c | 6 +- gdb/mi/mi-cmd-var.c | 22 +- gdb/mi/mi-main.c | 14 +- gdb/nat/linux-osdata.c | 6 +- gdb/osdata.c | 3 +- gdb/ppc-linux-nat.c | 4 +- gdb/probe.c | 5 +- gdb/pyproject.toml | 2 + gdb/python/py-cmd.c | 6 +- gdb/riscv-linux-nat.c | 2 +- gdb/s390-linux-nat.c | 2 +- gdb/source.c | 3 +- gdb/target-connection.c | 2 +- gdb/target.h | 15 +- gdb/testsuite/ChangeLog | 38 ++ gdb/testsuite/boards/cc-with-gnu-debuglink.exp | 26 + gdb/testsuite/gdb.arch/powerpc64-prologue.c | 92 +++ gdb/testsuite/gdb.arch/powerpc64-prologue.exp | 82 +++ gdb/testsuite/gdb.base/info-types.exp.tcl | 97 +++- .../gdb.dwarf2/dw2-inline-with-lexical-scope.c | 4 +- gdb/testsuite/gdb.guile/scm-pretty-print.exp | 7 +- ...framefilter-gdb.py.in => py-framefilter-gdb.py} | 22 +- ...-gdb.py.in => py-framefilter-invalidarg-gdb.py} | 22 +- .../gdb.python/py-framefilter-invalidarg.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter.exp | 4 +- gdb/thread.c | 5 +- gdb/top.c | 6 +- gdb/tracepoint.c | 4 +- gdb/ui-out.c | 6 - gdb/ui-out.h | 7 +- gdb/unittests/command-def-selftests.c | 8 +- gdb/x86-linux-nat.c | 5 +- gdbserver/.dir-locals.el | 5 +- gdbserver/ChangeLog | 5 + gdbsupport/.dir-locals.el | 5 +- gdbsupport/ChangeLog | 5 + gold/ChangeLog | 5 + gold/gc.h | 4 +- include/ChangeLog | 10 + include/elf/common.h | 8 +- opcodes/ChangeLog | 15 + opcodes/arm-dis.c | 7 +- opcodes/riscv-dis.c | 24 +- sim/bfin/ChangeLog | 13 + sim/bfin/dv-bfin_cec.c | 2 + sim/bfin/dv-bfin_otp.c | 3 +- sim/cris/ChangeLog | 8 + sim/cris/sim-if.c | 3 +- sim/d10v/ChangeLog | 5 + sim/d10v/interp.c | 4 +- sim/mips/ChangeLog | 12 + sim/mips/interp.c | 25 +- sim/ppc/device.h | 4 +- sim/ppc/emul_netbsd.c | 3 +- sim/ppc/hw_memory.c | 2 +- sim/ppc/hw_phb.c | 4 +- sim/ppc/inline.h | 168 +++--- sim/rl78/ChangeLog | 6 + sim/rl78/gdb-if.c | 8 +- 156 files changed, 2838 insertions(+), 1742 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.d create mode 100644 gas/testsuite/gas/arm/mve-vmov-3.s create mode 100644 gas/testsuite/gas/riscv/mabi-attr-rv32e.s rename gas/testsuite/gas/riscv/{mabi-attr-01.s => mabi-attr-rv32i.s} (100%) rename gas/testsuite/gas/riscv/{mabi-attr-02.s => mabi-attr-rv32id.s} (100%) rename gas/testsuite/gas/riscv/{mabi-attr-03.s => mabi-attr-rv64iq.s} (100%) delete mode 100644 gas/testsuite/gas/riscv/mabi-fail-01.d delete mode 100644 gas/testsuite/gas/riscv/mabi-fail-02.d create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64d.d create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64d.l create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64f.d create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64f.l create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64q.d create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32e-lp64q.l create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv32i-lp64.d rename gas/testsuite/gas/riscv/{mabi-fail-01.l => mabi-fail-rv32i-lp64.l} (100%) create mode 100644 gas/testsuite/gas/riscv/mabi-fail-rv64iq-ilp32.d rename gas/testsuite/gas/riscv/{mabi-fail-02.l => mabi-fail-rv64iq-ilp32.l} (100%) rename gas/testsuite/gas/riscv/{mabi-noabi-attr-01a.d => mabi-noabi-attr-rv32i-01. [...] rename gas/testsuite/gas/riscv/{mabi-noabi-attr-01b.d => mabi-noabi-attr-rv32i-02. [...] rename gas/testsuite/gas/riscv/{mabi-noabi-attr-02a.d => mabi-noabi-attr-rv32id-01 [...] rename gas/testsuite/gas/riscv/{mabi-noabi-attr-02b.d => mabi-noabi-attr-rv32id-02 [...] rename gas/testsuite/gas/riscv/{mabi-noabi-attr-03a.d => mabi-noabi-attr-rv64iq-01 [...] rename gas/testsuite/gas/riscv/{mabi-noabi-attr-03b.d => mabi-noabi-attr-rv64iq-02 [...] rename gas/testsuite/gas/riscv/{mabi-noabi-march-01.d => mabi-noabi-march-rv32i.d} (100%) rename gas/testsuite/gas/riscv/{mabi-noabi-march-02.d => mabi-noabi-march-rv32id.d} (85%) rename gas/testsuite/gas/riscv/{mabi-noabi-march-03.d => mabi-noabi-march-rv64iq.d} (84%) rename gdb/dwarf2/{comp-unit.c => comp-unit-head.c} (98%) rename gdb/dwarf2/{comp-unit.h => comp-unit-head.h} (100%) create mode 100644 gdb/dwarf2/cu.c create mode 100644 gdb/dwarf2/cu.h create mode 100644 gdb/pyproject.toml create mode 100644 gdb/testsuite/boards/cc-with-gnu-debuglink.exp create mode 100644 gdb/testsuite/gdb.arch/powerpc64-prologue.c create mode 100644 gdb/testsuite/gdb.arch/powerpc64-prologue.exp rename gdb/testsuite/gdb.python/{py-framefilter-gdb.py.in => py-framefilter-gdb.py} (71%) rename gdb/testsuite/gdb.python/{py-framefilter-invalidarg-gdb.py.in => py-framefi [...]