This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 93af1b046b PR27459, segmentation fault in go32exe_check_format adds c74147bbe0 Remove support for old v1 & v2 style GNU build notes. adds 9d3fcfe068 Fix a potential integer overflow when adding together sectio [...] adds bc3c0632a2 gdb: call value_ind for pointers to dynamic types in UNOP_IN [...] adds 895b7b4e4b gdb/riscv: select rv32 target by default when requested adds 02a7930992 gdb: add a new 'maint info target-sections' command adds 19cf757a87 gdb: spread a little 'const' through the target_section_table code adds b91919ac8b gdb/testsuite: enable gdb.base/sect-cmd.exp test for all targets adds 02f7d26b0b gdb: make the target_sections table private within program_space adds 336aa7b740 gdb: move get_section_table from exec_target to dummy_target adds dd80d75040 gdb: use std::string instead of a fixed size buffer adds 665af52ec2 Fix aarch64-linux-hw-point.c build problem adds 268c77c1b0 Add comment regarding include order of <sys/ptrace.h> and <a [...] adds aa659cfad6 [gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implic [...] adds 40b02646ec Re: Use make_tempname file descriptor in smart_rename adds 39b0759693 Automatic date update in version.in adds bbaddd4bbe PR27441, inconsistency in weak definitions adds 170f4b23b6 gdb/fortran: add support for legacy .xor. operator adds faeb9f13c1 gdb/fortran: add support for ASSOCIATED builtin adds 68337b8be3 gdb/fortran: don't access non-existent type fields adds 3c27360bc4 ld: correct description of behavior for symbols redefined by script adds 30c80d8833 [gdb/symtab] Fix wrong unit_type Dwarf Error adds 2450ad54ce gdb/mi: Remove extra \n from tsv and and traceframe notifications adds d4ff3cbfdb gdb/testsuite: Add a missing -wrap in gdb_test_multiple adds e38332c286 Add initial support for .debug_sup sections. adds 64d38fdd99 Fix initial thread state of non-threaded remote targets adds dffdd8b51f gdb: relax assertion in target_mourn_inferior adds 0f977b7715 Add comment regarding include order of <sys/ptrace.h> and <a [...] adds 26b43ca6e6 Fix date in ChangeLog adds 06172a2c98 Automatic date update in version.in adds 8255cf421c libctf regen for NEWS new bfece7562d Add PR27441 testcase new cb51b708fd testsuite: note on use_gdb_stub usage
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 | 8 + bfd/elf-bfd.h | 2 + bfd/elflink.c | 11 +- bfd/version.h | 2 +- binutils/ChangeLog | 34 +++ binutils/NEWS | 3 + binutils/doc/debug.options.texi | 10 +- binutils/dwarf.c | 150 +++++++++- binutils/dwarf.h | 1 + binutils/objcopy.c | 19 +- binutils/od-elf32_avr.c | 61 +++- binutils/readelf.c | 17 +- binutils/rename.c | 3 +- gdb/ChangeLog | 171 ++++++++++++ gdb/NEWS | 3 + gdb/bfd-target.c | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 8 + gdb/dwarf2/attribute.c | 8 + gdb/dwarf2/attribute.h | 27 +- gdb/dwarf2/read.c | 6 +- gdb/eval.c | 36 ++- gdb/exec.c | 62 ++-- gdb/exec.h | 2 +- gdb/f-exp.y | 2 + gdb/f-lang.c | 326 +++++++++++++++++++--- gdb/maint.c | 59 ++++ gdb/mi/mi-interp.c | 8 +- gdb/nat/aarch64-linux-hw-point.c | 9 +- gdb/nat/aarch64-sve-linux-ptrace.h | 6 + gdb/ppc64-tdep.c | 2 +- gdb/progspace.h | 21 +- gdb/record-btrace.c | 2 +- gdb/remote.c | 19 +- gdb/riscv-tdep.c | 28 +- gdb/s390-tdep.c | 4 +- gdb/solib-dsbt.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/std-operator.def | 1 + gdb/target-debug.h | 2 +- gdb/target-delegates.c | 16 +- gdb/target.c | 26 +- gdb/target.h | 14 +- gdb/testsuite/ChangeLog | 53 ++++ gdb/testsuite/gdb.arch/riscv-default-tdesc.exp | 59 ++++ gdb/testsuite/gdb.base/maint-info-sections.exp | 66 ++++- gdb/testsuite/gdb.base/sect-cmd.exp | 146 ++++------ gdb/testsuite/gdb.fortran/associated.exp | 87 ++++++ gdb/testsuite/gdb.fortran/associated.f90 | 97 +++++++ gdb/testsuite/gdb.fortran/call-no-debug-func.f90 | 29 ++ gdb/testsuite/gdb.fortran/call-no-debug-prog.f90 | 35 +++ gdb/testsuite/gdb.fortran/call-no-debug.exp | 102 +++++++ gdb/testsuite/gdb.fortran/dot-ops.exp | 8 + gdb/testsuite/gdb.fortran/pointer-to-pointer.exp | 29 +- gdb/testsuite/gdb.server/stop-reply-no-thread.exp | 10 + gdb/testsuite/lib/gdb.exp | 3 + ld/ChangeLog | 13 + ld/ld.texi | 4 +- ld/testsuite/ld-plugin/lto.exp | 12 + ld/testsuite/ld-plugin/pr27441a.c | 2 + ld/testsuite/ld-plugin/pr27441b.c | 1 + ld/testsuite/ld-plugin/pr27441c.c | 8 + ld/testsuite/ld-plugin/pr27441c.d | 4 + libctf/ChangeLog | 4 + libctf/Makefile.in | 2 +- 65 files changed, 1674 insertions(+), 304 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/riscv-default-tdesc.exp create mode 100644 gdb/testsuite/gdb.fortran/associated.exp create mode 100644 gdb/testsuite/gdb.fortran/associated.f90 create mode 100644 gdb/testsuite/gdb.fortran/call-no-debug-func.f90 create mode 100644 gdb/testsuite/gdb.fortran/call-no-debug-prog.f90 create mode 100644 gdb/testsuite/gdb.fortran/call-no-debug.exp create mode 100644 ld/testsuite/ld-plugin/pr27441a.c create mode 100644 ld/testsuite/ld-plugin/pr27441b.c create mode 100644 ld/testsuite/ld-plugin/pr27441c.c create mode 100644 ld/testsuite/ld-plugin/pr27441c.d