This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 08ac57714c gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queue adds cca8873dd5 PR27456, lstat in rename.c on MinGW adds c42c71a152 Use make_tempname file descriptor in smart_rename adds 55add51eef PR23691, gas .y files vs. automatic make dependencies adds 8139dc77d9 Automatic date update in version.in adds 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 new 0f977b7715 Add comment regarding include order of <sys/ptrace.h> and <a [...] new 26b43ca6e6 Fix date in ChangeLog
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 | 14 + bfd/coff-stgo32.c | 4 +- bfd/elf-bfd.h | 2 + bfd/elflink.c | 11 +- bfd/version.h | 2 +- binutils/ChangeLog | 58 ++++ binutils/NEWS | 3 + binutils/ar.c | 11 +- binutils/arsup.c | 9 +- binutils/bucomm.h | 3 +- binutils/doc/debug.options.texi | 10 +- binutils/dwarf.c | 150 +++++++++- binutils/dwarf.h | 1 + binutils/objcopy.c | 61 ++-- binutils/od-elf32_avr.c | 61 +++- binutils/readelf.c | 17 +- binutils/rename.c | 141 ++++------ gas/ChangeLog | 23 ++ gas/Makefile.am | 150 +++------- gas/Makefile.in | 147 ++++------ gas/config/bfin-lex-wrapper.c | 2 +- gas/config/bfin-lex.l | 2 +- gas/configure | 8 +- gas/configure.ac | 8 +- gas/po/POTFILES.in | 1 + 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 | 49 ++++ 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 + ld/ChangeLog | 4 + ld/ld.texi | 4 +- 69 files changed, 1880 insertions(+), 627 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