This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 625b6eae09 gdb: Do not add empty sections to the section map adds 2e90d02578 gdb: LoongArch: Implement the software_single_step gdbarch method adds 57ebc99013 Fix ODR warning in observable.h adds 77845a9ac6 ODR warnings for struct symloc adds 7e9d9756db ODR warnings for struct nextfield adds c01e28360d ODR warning for struct field_info adds 94e079e76e ODR warning for struct ext_link_map adds cc55e4ef62 ODR warning for "struct instruction_type" adds 0fecb1a784 ODR warning for "struct stack_item" adds ddfc4ef124 ODR warning for "struct find_targ_sec_arg" adds cec000ad60 ODR warning for "enum string_repr_result" adds c8e41b5f14 ODR warnings from overlay constants adds 131430937d ODR warnings for "struct insn_info" adds 4748a9be44 ODR warnings for "struct insn_decode_record_t" adds a7f779c12e ODR warnings for "struct coff_symbol" adds 527907e0e6 ODR warning for "main" adds 0c8cd1de90 Rearrange and slightly reword the "Location Specification" section adds bb785a92a8 [gdb/testsuite] Detect change instead of init in gdb.mi/mi-v [...] adds dcefca4019 Automatic date update in version.in adds 679dc6e716 asan: mips_gprel_reloc segfault adds 6b8b24bb68 Re: asan: mips_gprel_reloc segfault adds d9ad47747a gdb: LoongArch: Remove nonportable #include adds a98600052e x86: exclude certain ISA extensions from v3/v4 ISA adds 0e02119e65 Revert "[gdb] Fix warning in foreach_arch selftests" adds 450afa9497 [gdb] Fix warning in foreach_arch selftests adds 7e6ba6a2a5 Re: ubsan: undefined shift in frag_align_code adds 3dc8d5eada asan: heap buffer overflow in _bfd_mips_elf_section_from_shdr adds f5a0f5b503 Use bool for evregpy_no_listeners_p adds 07b7571ebc Automatic date update in version.in adds 98c1709802 [gdb] Fix warning in print_one_insn::ez80-adl adds de15377594 [gdb/testsuite] Fix gdb.threads/manythreads.exp with check-read1 adds 0c05610450 [gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.exp adds 1b4633f812 [gdb/testsuite] Test more values in gdb.base/parse_numbers.exp adds 1d8c0dfae7 [gdb/c] Fix type of 2147483648 and literal truncation adds a2c0d041fd [gdb/fortran] Fix literal truncation adds 4c4d769ab7 [gdb/go] Fix literal truncation adds 7af9baa9fa [gdb/pascal] Fix literal truncation adds 1390b65a1b [gdb/rust] Fix literal truncation adds 999f7adc21 [gdb/m2] Fix UB and literal truncation adds ac3afe36d7 [gdb/ada] Fix literal truncation adds 21aacea42e asan: uninitialised write in bfd_mach_o_write_contents adds 3ae76967be asan: null dereference in coff_count_linenumbers adds c8eab1d7c9 Automatic date update in version.in adds ca9aae53bd Remove obsolete Python 2 comment adds fdb5b467f9 Automatic date update in version.in adds 772f4c2e98 gdb/testsuite: add missing skip_python_tests call in py-doc- [...]
No new revisions were added by this update.
Summary of changes: bfd/coff-mips.c | 5 +- bfd/coffgen.c | 3 +- bfd/elf32-mips.c | 3 +- bfd/elf64-mips.c | 3 +- bfd/elfn32-mips.c | 3 +- bfd/elfxx-mips.c | 55 +++-- bfd/mach-o.c | 35 +-- bfd/version.h | 2 +- gas/config/tc-i386.c | 11 +- gas/config/tc-i386.h | 3 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/property-v4fmaddps.d | 9 + gas/testsuite/gas/i386/property-v4fmaddps.s | 2 + gas/testsuite/gas/i386/property-vfmaddps.d | 9 + gas/testsuite/gas/i386/property-vfmaddps.s | 2 + gas/testsuite/gas/i386/property-vpcmov.d | 9 + gas/testsuite/gas/i386/property-vpcmov.s | 2 + gdb/aarch64-tdep.c | 28 +-- gdb/ada-lex.l | 27 ++- gdb/arm-tdep.c | 116 +++++----- gdb/avr-tdep.c | 22 +- gdb/c-exp.y | 111 ++++----- gdb/coffread.c | 8 +- gdb/cris-tdep.c | 19 +- gdb/csky-tdep.c | 8 +- gdb/disasm-selftests.c | 53 ++++- gdb/doc/gdb.texinfo | 129 +++++------ gdb/f-exp.y | 31 ++- gdb/go-exp.y | 95 +++----- gdb/guile/scm-pretty-print.c | 8 +- gdb/ia64-tdep.c | 8 +- gdb/loongarch-linux-tdep.c | 1 - gdb/loongarch-tdep.c | 105 +++++++++ gdb/m2-exp.y | 47 ++-- gdb/maint.c | 2 +- gdb/mdebugread.c | 10 +- gdb/observable.h | 1 + gdb/osabi.c | 85 ++++--- gdb/osabi.h | 16 +- gdb/p-exp.y | 95 +++----- gdb/parse.c | 37 +++ gdb/parser-defs.h | 2 + gdb/python/py-events.h | 2 +- gdb/python/py-evtregistry.c | 2 +- gdb/python/py-prettyprint.c | 8 +- gdb/python/py-value.c | 7 - gdb/rs6000-aix-tdep.c | 16 +- gdb/rust-parse.c | 5 +- gdb/selftest-arch.c | 19 +- gdb/solib-dsbt.c | 4 +- gdb/stabsread.c | 16 +- gdb/testsuite/gdb.base/parse_number.exp | 330 +++++++++++++++++++++++---- gdb/testsuite/gdb.ctf/funcreturn.exp | 26 +-- gdb/testsuite/gdb.mi/mi-var-block.exp | 5 + gdb/testsuite/gdb.mi/var-cmd.c | 3 +- gdb/testsuite/gdb.python/py-doc-reformat.exp | 4 + gdb/testsuite/gdb.threads/manythreads.exp | 34 +-- gdb/xcoffread.c | 55 ++--- gdb/z80-tdep.c | 44 ++-- 59 files changed, 1086 insertions(+), 717 deletions(-) create mode 100644 gas/testsuite/gas/i386/property-v4fmaddps.d create mode 100644 gas/testsuite/gas/i386/property-v4fmaddps.s create mode 100644 gas/testsuite/gas/i386/property-vfmaddps.d create mode 100644 gas/testsuite/gas/i386/property-vfmaddps.s create mode 100644 gas/testsuite/gas/i386/property-vpcmov.d create mode 100644 gas/testsuite/gas/i386/property-vpcmov.s