This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_debug in repository toolchain/ci/binutils-gdb.
from 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 adds 37513c1efb ld: Add support for a new option, -exclude-symbols, in COFF [...] adds 61f6b650f9 ld: Support the -exclude-symbols option via COFF def files, [...] adds c1165f1bcf Automatic date update in version.in adds d2dcf3908f x86: XOP shift insns don't really allow B suffix
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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 + gdb/dwarf2/read.c | 22 ++++-- .../debug-aranges-duplicate-offset-warning.c | 28 ++++++++ .../debug-aranges-duplicate-offset-warning.exp | 81 ++++++++++++++++++++++ ld/deffile.h | 8 +++ ld/deffilep.y | 53 +++++++++++++- ld/pe-dll.c | 10 +++ 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 ++ opcodes/i386-opc.tbl | 10 +-- opcodes/i386-tbl.h | 34 ++++----- opcodes/loongarch-opc.c | 32 ++++----- 27 files changed, 403 insertions(+), 75 deletions(-) create mode 100644 gas/testsuite/gas/i386/svme16.d 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 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