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_sq/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 8df97668162 Automatic date update in version.in adds d92c7521f9b x86: don't leak sub-architecture accumulated strings adds 3ce2ebcf888 x86: permit "default" with .arch adds ae89daecb13 x86: generalize disabling of sub-architectures adds f68697e8231 x86: introduce a state stack for .arch adds ad349f2493f Descriptive DWARF operations dump support for DW_AT_rank adds c975cec5fff x86: fix 3-operand insn reverse-matching adds 3d0738af2a6 x86: fold two switch() statements in match_template() adds 8bd915b770e x86: make D attribute usable for XOP and FMA4 insns adds fb5a4a581d4 elf: Copy p_align of PT_GNU_STACK for stack alignment adds 41bbac64c36 gprofng: implement a functional gp-display-html adds 2025522ac7c Automatic date update in version.in adds 9b5ebf652b3 PR29320, 'struct obstack' declared inside parameter list adds 37cf60c6a6d RISC-V: Fix requirement handling on Zhinx+{D,Q} adds 3d5d6bd5543 RISC-V: Fix disassembling Zfinx with -M numeric adds 1bb1f55d648 gprofng: adjust GPROFNG_VARIANT adds 045f385d9a1 RISC-V: Added Zfhmin and Zhinxmin. adds 88de5835694 gdb: LoongArch: Implement the push_dummy_call gdbarch method adds 309e147fbd2 GDB/testsuite: Add coverage for `print -elements' command adds 83f477f25ad gdb: LoongArch: Fix typos in code comments adds a2a176c46bc Fix pedantically invalid DWARF in gdb.trace/unavailable-dwa [...] adds c0abbd96b4d gdb: fix {rs6000_nat_target,aix_thread_target}::wait to not [...] adds 5236c98902e gprofng: fix regression in testing for not yet installed version adds 97a8d0ab534 Automatic date update in version.in adds 0bd09323143 Add markers for 2.39 branch adds 631ec08cb15 Update version to 2.39.50 and regenerate files adds e1ec7b9f9fa Update release README with new version numbers adds 5bbe6ec5b15 Fix regeneration of ld configure and makefiles adds ec54dc915f4 libopcodes/s390: add support for disassembler styling adds 44ca285b73b gdb: initialize the data_head variable to eliminate compila [...] adds 3fa23bb5a53 [gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_p adds 8728fb3385c [gdb/symtab] Fix assert in process_imported_unit_die adds 57f8fe908be [gdb/build] Handle deprecation of scm_install_gmp_memory_functions adds fa17a681411 Handle bool specially in gdb.set_parameter adds d19ca0b35c9 Accept gdb.Value in more Python APIs adds d2acd4b0c5b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 4 + bfd/configure | 20 +- bfd/elf.c | 4 +- bfd/elfxx-riscv.c | 77 +- bfd/po/bfd.pot | 2664 ++-- bfd/version.h | 2 +- bfd/version.m4 | 2 +- binutils/BRANCHES | 1 + binutils/ChangeLog | 4 + binutils/Makefile.in | 345 +- binutils/NEWS | 3 + binutils/README-how-to-make-a-release | 37 +- binutils/aclocal.m4 | 220 +- binutils/configure | 241 +- binutils/dwarf.c | 1 + binutils/po/binutils.pot | 4072 +++--- config/ChangeLog | 4 + cpu/ChangeLog | 4 + elfcpp/ChangeLog | 4 + gas/ChangeLog | 4 + gas/Makefile.in | 671 +- gas/NEWS | 2 + gas/aclocal.m4 | 220 +- gas/as.h | 2 + gas/config/tc-i386.c | 619 +- gas/configure | 241 +- gas/doc/c-i386.texi | 3 +- gas/frags.h | 2 - gas/po/gas.pot | 3990 ++--- gas/testsuite/gas/i386/arch-dflt.l | 19 + gas/testsuite/gas/i386/arch-dflt.s | 14 + gas/testsuite/gas/i386/arch-stk.l | 43 + gas/testsuite/gas/i386/arch-stk.s | 34 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/inval-avx.l | 25 +- gas/testsuite/gas/i386/inval-avx.s | 6 + .../gas/riscv/zfhmin-d-insn-class-fail-1.d | 3 + .../gas/riscv/zfhmin-d-insn-class-fail-1.l | 2 + .../gas/riscv/zfhmin-d-insn-class-fail-2.d | 3 + .../gas/riscv/zfhmin-d-insn-class-fail-2.l | 2 + .../gas/riscv/zfhmin-d-insn-class-fail-3.d | 3 + .../gas/riscv/zfhmin-d-insn-class-fail-3.l | 2 + .../gas/riscv/zfhmin-d-insn-class-fail-4.d | 3 + .../gas/riscv/zfhmin-d-insn-class-fail-4.l | 2 + .../gas/riscv/zfhmin-d-insn-class-fail-5.d | 3 + .../gas/riscv/zfhmin-d-insn-class-fail-5.l | 2 + gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail.s | 4 + gas/testsuite/gas/riscv/zfinx-dis-numeric.d | 10 + gas/testsuite/gas/riscv/zfinx-dis-numeric.s | 2 + .../gas/riscv/{fp-zhinx-insns.d => zhinx.d} | 37 +- .../gas/riscv/{fp-zhinx-insns.s => zhinx.s} | 32 +- gdb/aix-thread.c | 59 +- gdb/dwarf2/read.c | 13 +- gdb/dwarf2/read.h | 10 +- gdb/guile/guile.c | 10 + gdb/loongarch-tdep.c | 596 + gdb/loongarch-tdep.h | 2 + gdb/nat/linux-btrace.c | 2 +- gdb/python/lib/gdb/__init__.py | 7 + gdb/python/py-arch.c | 33 +- gdb/python/py-progspace.c | 24 +- gdb/rs6000-aix-nat.c | 7 +- gdb/testsuite/gdb.base/printcmds.exp | 9 + gdb/testsuite/gdb.python/py-arch.exp | 2 +- gdb/testsuite/gdb.python/py-parameter.exp | 4 + gdb/testsuite/gdb.python/py-progspace.exp | 3 + gdb/testsuite/gdb.python/py-shared.exp | 5 +- gdb/testsuite/gdb.python/python.exp | 3 + .../gdb.trace/unavailable-dwarf-piece.exp | 4 +- gold/ChangeLog | 4 + gold/po/gold.pot | 31 +- gprof/ChangeLog | 4 + gprof/Makefile.in | 142 +- gprof/aclocal.m4 | 218 +- gprof/configure | 241 +- gprof/po/gprof.pot | 38 +- gprofng/Makefile.in | 38 +- gprofng/aclocal.m4 | 222 +- gprofng/common/config.h.in | 28 +- gprofng/configure | 241 +- gprofng/doc/Makefile.in | 20 +- gprofng/gp-display-html/Makefile.in | 15 +- gprofng/gp-display-html/gp-display-html.in | 14631 ++++++++++++++++++- gprofng/libcollector/Makefile.in | 148 +- gprofng/libcollector/aclocal.m4 | 220 +- gprofng/libcollector/configure | 264 +- gprofng/libcollector/configure.ac | 23 +- gprofng/src/Makefile.in | 489 +- gprofng/src/Settings.cc | 5 +- gprofng/testsuite/gprofng.display/display.exp | 22 +- gprofng/testsuite/lib/Makefile.skel | 3 + include/ChangeLog | 4 + include/opcode/riscv.h | 7 +- ld/ChangeLog | 4 + ld/NEWS | 2 + ld/configure | 20 +- ld/po/ld.pot | 3647 ++--- libctf/ChangeLog | 4 + libiberty/ChangeLog | 4 + opcodes/ChangeLog | 4 + opcodes/Makefile.in | 884 +- opcodes/aclocal.m4 | 218 +- opcodes/configure | 241 +- opcodes/disassemble.c | 1 + opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 75 +- opcodes/i386-tbl.h | 700 +- opcodes/po/opcodes.pot | 273 +- opcodes/riscv-dis.c | 2 +- opcodes/riscv-opc.c | 126 +- opcodes/s390-dis.c | 87 +- 112 files changed, 27170 insertions(+), 10696 deletions(-) create mode 100644 gas/testsuite/gas/i386/arch-dflt.l create mode 100644 gas/testsuite/gas/i386/arch-dflt.s create mode 100644 gas/testsuite/gas/i386/arch-stk.l create mode 100644 gas/testsuite/gas/i386/arch-stk.s create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-1.d create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-1.l create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-2.d create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-2.l create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-3.d create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-3.l create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-4.d create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-4.l create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-5.d create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail-5.l create mode 100644 gas/testsuite/gas/riscv/zfhmin-d-insn-class-fail.s create mode 100644 gas/testsuite/gas/riscv/zfinx-dis-numeric.d create mode 100644 gas/testsuite/gas/riscv/zfinx-dis-numeric.s rename gas/testsuite/gas/riscv/{fp-zhinx-insns.d => zhinx.d} (81%) rename gas/testsuite/gas/riscv/{fp-zhinx-insns.s => zhinx.s} (85%)