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-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from a288518611 gdb/linux: remove ptrace support check for exec, fork, vfork [...] adds 7c1aa0090f libctf: delete unused libctf_TEXINFOS adds e74d08100d gdb: LoongArch: Add initial target description support adds 772d1f3434 gdb: LoongArch: Add initial baremetal support adds 24e58d7c9b gdb: LoongArch: Add initial Linux target support adds a8c39d4c00 gdb: LoongArch: Add initial native Linux support adds d203a0647f gdb: LoongArch: Add Makefile, configure and NEWS adds 5d0d011be3 bfd: Remove return with expression in void function adds 18d07d1ea7 gdb: extend the information printed by 'maint info jit' adds b4b0dcfd03 gas/doc: Fix "a true results" typo adds 9ab50efc46 gdb: fix until behavior with trailing !is_stmt lines adds e951225303 gdb/fortran: support ptype and print commands for namelist v [...] adds 29ba33db77 Add initializers to bound_minimal_symbol adds ebb191adac x86: Disallow invalid relocation against protected symbol adds aa099ca59a Automatic date update in version.in adds f63300e0fa Automatic date update in version.in adds 9833b7757d PR28824, relro security issues adds 31b4d3a16f PR28824, relro security issues, x86 keep COMMONPAGESIZE relro adds 7d6aa4b321 Remove bfd ELF_RELROPAGESIZE adds 2085ee2650 Don't pass around expld.dataseg pointer adds ccbaaa3617 PR28882, build failure with gcc-4.2 due to use of 0b literals adds bb88f10425 Automatic date update in version.in adds 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object adds e867795e8b gdb: use python to colorize disassembler output adds 7b8c55afd0 gdb/python: move styling support to gdb.styling adds 13eb081a83 Remove LA_PRINT_TYPE adds 362501dc5c Remove LA_PRINT_CHAR adds 660da3c14b Remove LA_PRINT_STRING adds a532eb7277 microblaze: fix fsqrt collicion to build on glibc-2.35 adds 9d67b0a097 sim cris: Correct PRIu32 to PRIx32 adds 3293b4f667 sim/testsuite/cris: Assembler testcase for PRIx32 usage bug adds 3e6dc39ed7 sim/testsuite: Set global_cc_os also when no compiler is found adds 56ba3848dc sim/testsuite/cris/c: Use -sim3 but only for newlib targets adds 46f238477f sim/testsuite/cris/hw/rv-n-cris/irq1.ms: Disable due to randomness adds 81064d7abc sim/testsuite: Support "requires: simoption <--name-of-option>" adds 6f62dbfb12 sim/testsuite/cris: As applicable, require simoption --cris- [...] adds e7e980c6fa sim cris: Unbreak --disable-sim-hardware builds adds dc4e1fde36 sim: Fix use of out-of-tree assembler and linker when testing adds 81011383d9 sim: Add sim_dump_memory for debugging adds 4b0e74fd18 sim/testsuite/cris: Remove faulty use of basename in C tests adds 234f5865fa sim/testsuite/cris: If failing compilation, mark C tests as errors adds 62e2e6d120 Automatic date update in version.in adds a1faa5ea86 Revert "PR28824, relro security issues, x86 keep COMMONPAGES [...] adds 3c4c0a18c8 x86-64: Use MAXPAGESIZE for the relro segment alignment
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/bfd-in2.h | 2 +- bfd/bfd.c | 11 +- bfd/elf-bfd.h | 3 - bfd/elf-properties.c | 5 +- bfd/elf32-i386.c | 17 ++ bfd/elf32-ppc.c | 1 - bfd/elf64-ppc.c | 1 - bfd/elf64-x86-64.c | 17 ++ bfd/elflink.c | 5 +- bfd/elfxx-target.h | 11 - bfd/elfxx-x86.c | 18 ++ bfd/version.h | 2 +- gas/doc/as.texi | 2 +- gdb/Makefile.in | 8 + gdb/NEWS | 10 + gdb/ada-lang.c | 2 - gdb/ada-valprint.c | 2 +- gdb/arch/loongarch.c | 88 ++++++ gdb/arch/loongarch.h | 73 +++++ gdb/c-valprint.c | 9 +- gdb/cli/cli-style.c | 44 +++ gdb/cli/cli-style.h | 3 + gdb/configure.host | 3 + gdb/configure.nat | 4 + gdb/configure.tgt | 11 + gdb/data-directory/Makefile.in | 1 + gdb/disasm.c | 58 +++- gdb/disasm.h | 25 ++ gdb/doc/gdb.texinfo | 25 ++ gdb/dwarf2/read.c | 47 +++- gdb/extension-priv.h | 6 + gdb/extension.c | 20 ++ gdb/extension.h | 8 + gdb/f-typeprint.c | 6 +- gdb/f-valprint.c | 26 +- gdb/features/Makefile | 3 + gdb/features/loongarch/base32.c | 47 ++++ gdb/features/loongarch/base32.xml | 44 +++ gdb/features/loongarch/base64.c | 47 ++++ gdb/features/loongarch/base64.xml | 44 +++ gdb/findvar.c | 3 +- gdb/gdbtypes.h | 13 + gdb/guile/scm-type.c | 3 +- gdb/infcmd.c | 39 +++ gdb/jit.c | 43 ++- gdb/jit.h | 13 +- gdb/language.h | 14 - gdb/loongarch-linux-nat.c | 184 ++++++++++++ gdb/loongarch-linux-tdep.c | 151 ++++++++++ gdb/loongarch-tdep.c | 316 +++++++++++++++++++++ gdb/loongarch-tdep.h | 49 ++++ gdb/minsyms.h | 4 +- gdb/python/lib/gdb/__init__.py | 20 -- gdb/python/lib/gdb/styling.py | 50 ++++ gdb/python/py-type.c | 5 +- gdb/python/python.c | 85 +++++- gdb/symmisc.c | 18 +- gdb/testsuite/gdb.base/jit-elf-fork.exp | 36 ++- gdb/testsuite/gdb.base/style.exp | 82 +++++- gdb/testsuite/gdb.base/until-trailing-insns.c | 35 +++ gdb/testsuite/gdb.base/until-trailing-insns.exp | 183 ++++++++++++ gdb/testsuite/gdb.fortran/namelist.exp | 50 ++++ gdb/testsuite/gdb.fortran/namelist.f90 | 27 ++ gdb/typeprint.c | 7 +- gdb/ui-file.h | 8 + gdb/valprint.c | 9 +- gdb/value.c | 7 +- gdb/varobj.c | 4 +- include/dwarf2.def | 2 +- include/elf/loongarch.h | 16 +- ld/ldemul.c | 3 +- ld/ldexp.c | 30 +- ld/ldexp.h | 5 +- ld/ldlang.c | 43 +-- ld/testsuite/ld-i386/i386.exp | 33 ++- ld/testsuite/ld-i386/pr21997-1.err | 2 + ld/testsuite/ld-i386/pr28875.err | 2 + ld/testsuite/ld-i386/pr28875a.c | 5 + ld/testsuite/ld-i386/pr28875b.c | 7 + ld/testsuite/ld-plugin/lto.exp | 26 ++ ld/testsuite/ld-plugin/pr28879a.cc | 7 + ld/testsuite/ld-plugin/pr28879b.cc | 8 + ld/testsuite/ld-x86-64/plt-main-bnd.dd | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt-x32.dd | 2 +- ld/testsuite/ld-x86-64/plt-main-ibt.dd | 2 +- ld/testsuite/ld-x86-64/pr14207.d | 6 +- ld/testsuite/ld-x86-64/pr18176.d | 2 +- ld/testsuite/ld-x86-64/pr20830a-now.d | 10 +- ld/testsuite/ld-x86-64/pr20830a.d | 10 +- ld/testsuite/ld-x86-64/pr20830b-now.d | 12 +- ld/testsuite/ld-x86-64/pr20830b.d | 12 +- ld/testsuite/ld-x86-64/pr21038a-now.d | 10 +- ld/testsuite/ld-x86-64/pr21038a.d | 10 +- ld/testsuite/ld-x86-64/pr21038b-now.d | 8 +- ld/testsuite/ld-x86-64/pr21038b.d | 8 +- ld/testsuite/ld-x86-64/pr21038c-now.d | 12 +- ld/testsuite/ld-x86-64/pr21038c.d | 12 +- ld/testsuite/ld-x86-64/pr21997-1a.err | 2 +- ld/testsuite/ld-x86-64/pr21997-1b.err | 2 +- ld/testsuite/ld-x86-64/pr28875-data.err | 2 + ld/testsuite/ld-x86-64/pr28875-func.err | 2 + ld/testsuite/ld-x86-64/x86-64.exp | 27 +- libctf/Makefile.in | 1 - libctf/doc/local.mk | 1 - opcodes/ChangeLog | 5 + opcodes/microblaze-opc.h | 2 +- opcodes/microblaze-opcm.h | 3 +- sim/Makefile.in | 7 +- sim/common/sim-memopt.c | 10 + sim/configure | 356 +++++++++++++++++------- sim/cris/sim-if.c | 10 +- sim/m4/sim_ac_toolchain.m4 | 21 +- sim/testsuite/cris/asm/endmem1.ms | 47 ++++ sim/testsuite/cris/asm/io1.ms | 1 + sim/testsuite/cris/asm/io2.ms | 1 + sim/testsuite/cris/asm/io3.ms | 1 + sim/testsuite/cris/asm/io6.ms | 1 + sim/testsuite/cris/asm/io7.ms | 1 + sim/testsuite/cris/c/c.exp | 18 +- sim/testsuite/cris/c/openpf1.c | 8 +- sim/testsuite/cris/c/stat3.c | 3 +- sim/testsuite/cris/hw/rv-n-cris/irq1.ms | 1 + sim/testsuite/lib/sim-defs.exp | 61 ++++ 124 files changed, 2738 insertions(+), 385 deletions(-) create mode 100644 gdb/arch/loongarch.c create mode 100644 gdb/arch/loongarch.h create mode 100644 gdb/features/loongarch/base32.c create mode 100644 gdb/features/loongarch/base32.xml create mode 100644 gdb/features/loongarch/base64.c create mode 100644 gdb/features/loongarch/base64.xml create mode 100644 gdb/loongarch-linux-nat.c create mode 100644 gdb/loongarch-linux-tdep.c create mode 100644 gdb/loongarch-tdep.c create mode 100644 gdb/loongarch-tdep.h create mode 100644 gdb/python/lib/gdb/styling.py create mode 100644 gdb/testsuite/gdb.base/until-trailing-insns.c create mode 100644 gdb/testsuite/gdb.base/until-trailing-insns.exp create mode 100644 gdb/testsuite/gdb.fortran/namelist.exp create mode 100644 gdb/testsuite/gdb.fortran/namelist.f90 create mode 100644 ld/testsuite/ld-i386/pr21997-1.err create mode 100644 ld/testsuite/ld-i386/pr28875.err create mode 100644 ld/testsuite/ld-i386/pr28875a.c create mode 100644 ld/testsuite/ld-i386/pr28875b.c create mode 100644 ld/testsuite/ld-plugin/pr28879a.cc create mode 100644 ld/testsuite/ld-plugin/pr28879b.cc create mode 100644 ld/testsuite/ld-x86-64/pr28875-data.err create mode 100644 ld/testsuite/ld-x86-64/pr28875-func.err create mode 100644 sim/testsuite/cris/asm/endmem1.ms