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-O3_LTO in repository toolchain/ci/binutils-gdb.
from 43cffa64cf Remove some unneeded checks in Guile code adds d17823bfd3 Automatic date update in version.in adds f8ad70a17b RISC-V: Add `OP_V' to .insn named opcodes adds b245c595aa [gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64 adds b80b72c06c ld: Extend ac_default_ld_warn_rwx_segments to all SPARC targ [...] adds c1723a8118 Arm64: re-work PR gas/27217 fix adds e4e1fcce52 x86: drop stray NoRex64 from KeyLocker insns adds b875e9c93d PR16005, avr linker crash on a particular instruction sequen [...] adds b44cfc5de1 Stop the linker from complaining about unrecognised DW_FORM- [...] adds 76a4c1e063 libopcodes/aarch64: add support for disassembler styling adds 10948fb9fd Re: PR16005, avr linker crash on a particular instruction se [...] adds 5ec878132b [gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info adds 017772c826 Automatic date update in version.in adds 2ab317fb82 gdb: introduce symtab_create_debug_printf adds 80affb9f80 gdb: add debug prints in buildsym.c adds ddc01737d3 gdb/dwarf: pass compilation directory to line header adds 0aa306fed3 gdb/dwarf: pass a file_entry to line_header::file_file_name adds f71ad5556c gdb: add "id" fields to identify symtabs and subfiles adds ee26d001cd gdb: remove code to prepend comp dir in buildsym_compunit::s [...] adds 7900b17e33 gdb/testsuite: add macros test for source files compiled in [...] adds 61b9faef51 [gdb/testsuite] Fix gdb.ada/literals.exp with aarch64 adds 55ea1654ab Automatic date update in version.in adds df0e73ff93 Automatic date update in version.in adds 1a5178fe28 PR29348, BFD_VMA_FMT wrong adds 9ea6fffe1e libctf: Avoid use of uninitialised variables adds 48ca1b26b9 LoongArch: Set defaults to exec stack 0. adds f493c2174e Get rid of fprintf_vma and sprintf_vma adds 3f6e97039e opcodes: LoongArch: make all non-native jumps desugar to can [...] adds 20f2e2686c opcodes: LoongArch: add "ret" instruction to reduce typing adds e4971956ea x86: SKINIT with operand needs IgnoreSize adds 75337cbc14 [gdb/symtab] Fix .debug_aranges duplicate offset warning new 37513c1efb ld: Add support for a new option, -exclude-symbols, in COFF [...] new 61f6b650f9 ld: Support the -exclude-symbols option via COFF def files, [...]
The 2 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 | 6 + bfd/Makefile.in | 2 +- bfd/bfd-in.h | 37 +- bfd/bfd-in2.h | 37 +- bfd/bfd.c | 12 +- bfd/coff-rs6000.c | 27 +- bfd/cofflink.c | 12 +- bfd/configure | 42 +- bfd/configure.ac | 19 +- bfd/configure.com | 30 +- bfd/dwarf2.c | 5 + bfd/ecoff.c | 6 +- bfd/elf32-avr.c | 4 + bfd/elf32-xtensa.c | 7 +- bfd/elfnn-loongarch.c | 1 + bfd/mmo.c | 11 +- bfd/pei-x86_64.c | 52 +-- bfd/som.c | 5 +- bfd/srec.c | 21 +- bfd/version.h | 2 +- binutils/objcopy.c | 58 +-- binutils/od-macho.c | 34 +- binutils/rddbg.c | 2 +- binutils/readelf.c | 41 +- gas/config/tc-aarch64.c | 108 +++-- gas/config/tc-i386.c | 19 +- gas/config/tc-ia64.c | 23 +- gas/config/tc-mips.c | 18 +- gas/config/tc-riscv.c | 2 +- gas/listing.c | 20 +- gas/messages.c | 42 +- gas/read.c | 9 +- gas/symbols.c | 24 +- gas/testsuite/gas/aarch64/pr27217.d | 6 +- gas/testsuite/gas/all/overflow.l | 8 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/svme.s | 3 + gas/testsuite/gas/i386/svme16.d | 41 ++ gas/testsuite/gas/loongarch/jmp_op.d | 7 +- gas/testsuite/gas/loongarch/jmp_op.s | 1 + gas/testsuite/gas/m68k/mcf-mov3q.d | 2 +- gas/testsuite/gas/m68k/operands.d | 448 ++++++++++----------- gas/testsuite/gas/riscv/insn-dwarf.d | 17 +- gas/testsuite/gas/riscv/insn.d | 3 +- gas/testsuite/gas/riscv/insn.s | 2 + gas/testsuite/gas/s12z/truncated.d | 2 +- gas/write.c | 14 +- gdb/ada-lex.l | 4 +- gdb/buildsym.c | 51 +-- gdb/buildsym.h | 39 +- gdb/dwarf2/cu.c | 17 +- gdb/dwarf2/line-header.c | 60 ++- gdb/dwarf2/line-header.h | 40 +- gdb/dwarf2/macro.c | 16 +- gdb/dwarf2/read.c | 107 ++--- gdb/elfread.c | 15 +- gdb/macroscope.c | 2 +- gdb/minsyms.c | 16 +- gdb/psymtab.c | 14 +- gdb/remote.c | 15 +- gdb/symfile.c | 26 +- gdb/symfile.h | 11 +- gdb/symtab.h | 25 +- gdb/testsuite/gdb.ada/convvar_comp.exp | 10 +- gdb/testsuite/gdb.ada/literals.exp | 2 +- gdb/testsuite/gdb.base/macro-source-path.c | 22 + gdb/testsuite/gdb.base/macro-source-path.exp | 87 ++++ .../debug-aranges-duplicate-offset-warning.c | 28 ++ .../debug-aranges-duplicate-offset-warning.exp | 81 ++++ gdb/testsuite/gdb.dwarf2/macro-source-path.c | 20 + gdb/testsuite/gdb.dwarf2/macro-source-path.exp | 396 ++++++++++++++++++ gdb/testsuite/gdb.threads/killed-outside.exp | 3 +- gdb/testsuite/lib/dwarf.exp | 92 +++++ gdb/xcoffread.c | 1 + include/opcode/aarch64.h | 28 +- ld/ChangeLog | 6 + ld/configure.tgt | 6 +- ld/deffile.h | 8 + ld/deffilep.y | 60 ++- ld/emultempl/armelf.em | 5 +- ld/emultempl/pe.em | 5 +- ld/ldlang.c | 19 +- ld/ldmisc.c | 28 +- ld/pe-dll.c | 16 +- ld/testsuite/ld-elf/elf.exp | 1 + ld/testsuite/ld-loongarch-elf/jmp_op.d | 43 +- ld/testsuite/ld-loongarch-elf/jmp_op.s | 1 + ld/testsuite/ld-pe/exclude-symbols-def-i386.d | 10 + ld/testsuite/ld-pe/exclude-symbols-def-i386.s | 11 + ld/testsuite/ld-pe/exclude-symbols-def-x86_64.d | 10 + ld/testsuite/ld-pe/exclude-symbols-def-x86_64.s | 11 + ld/testsuite/ld-pe/exclude-symbols-def.def | 4 + ld/testsuite/ld-pe/exclude-symbols-embedded-i386.d | 10 + ld/testsuite/ld-pe/exclude-symbols-embedded-i386.s | 15 + .../ld-pe/exclude-symbols-embedded-x86_64.d | 10 + .../ld-pe/exclude-symbols-embedded-x86_64.s | 15 + ld/testsuite/ld-pe/pe.exp | 5 + libctf/ctf-link.c | 16 +- opcodes/aarch64-dis.c | 247 ++++++++++-- opcodes/aarch64-opc.c | 445 +++++++++++++------- opcodes/dis-buf.c | 11 +- opcodes/disassemble.c | 1 + opcodes/i386-dis.c | 21 +- opcodes/i386-opc.tbl | 8 +- opcodes/i386-tbl.h | 8 +- opcodes/ia64-gen.c | 20 +- opcodes/loongarch-opc.c | 32 +- opcodes/m68k-dis.c | 10 +- opcodes/ns32k-dis.c | 5 +- 109 files changed, 2457 insertions(+), 1187 deletions(-) create mode 100644 gas/testsuite/gas/i386/svme16.d create mode 100644 gdb/testsuite/gdb.base/macro-source-path.c create mode 100644 gdb/testsuite/gdb.base/macro-source-path.exp create mode 100644 gdb/testsuite/gdb.dwarf2/debug-aranges-duplicate-offset-warning.c create mode 100644 gdb/testsuite/gdb.dwarf2/debug-aranges-duplicate-offset-warning.exp create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path.c create mode 100644 gdb/testsuite/gdb.dwarf2/macro-source-path.exp create mode 100644 ld/testsuite/ld-pe/exclude-symbols-def-i386.d create mode 100644 ld/testsuite/ld-pe/exclude-symbols-def-i386.s create mode 100644 ld/testsuite/ld-pe/exclude-symbols-def-x86_64.d create mode 100644 ld/testsuite/ld-pe/exclude-symbols-def-x86_64.s create mode 100644 ld/testsuite/ld-pe/exclude-symbols-def.def create mode 100644 ld/testsuite/ld-pe/exclude-symbols-embedded-i386.d create mode 100644 ld/testsuite/ld-pe/exclude-symbols-embedded-i386.s create mode 100644 ld/testsuite/ld-pe/exclude-symbols-embedded-x86_64.d create mode 100644 ld/testsuite/ld-pe/exclude-symbols-embedded-x86_64.s