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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from f16ccf47d8 Automatic date update in version.in adds 897608ed56 gdb: linux-nat: make linux_nat_filter_event return void adds 1a48f0027d gdbserver: linux-low: make linux_process_target::filter_even [...] adds 616c069a3f gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if alre [...] adds 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
No new revisions were added by this update.
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 | 41 +++++++ binutils/ar.c | 11 +- binutils/arsup.c | 9 +- binutils/bucomm.h | 3 +- binutils/objcopy.c | 61 ++++----- binutils/od-elf32_avr.c | 61 +++++++-- binutils/readelf.c | 13 +- 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 | 136 ++++++++++++++++++++ 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 | 148 ++++++++++++++-------- gdb/dwarf2/read.h | 2 +- gdb/eval.c | 36 ++++-- gdb/exec.c | 62 ++++------ gdb/exec.h | 2 +- gdb/linux-nat.c | 24 ++-- gdb/maint.c | 59 +++++++++ gdb/nat/aarch64-linux-hw-point.c | 9 +- gdb/ppc64-tdep.c | 2 +- gdb/progspace.h | 21 +++- gdb/record-btrace.c | 2 +- gdb/remote.c | 6 +- gdb/riscv-tdep.c | 28 ++--- gdb/s390-tdep.c | 4 +- gdb/solib-dsbt.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/target-debug.h | 2 +- gdb/target-delegates.c | 16 +-- gdb/target.c | 24 ++-- gdb/target.h | 14 ++- gdb/testsuite/ChangeLog | 22 ++++ 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/pointer-to-pointer.exp | 29 +++-- gdbserver/ChangeLog | 7 ++ gdbserver/linux-low.cc | 20 +-- gdbserver/linux-low.h | 8 +- 56 files changed, 1082 insertions(+), 647 deletions(-) create mode 100644 gdb/testsuite/gdb.arch/riscv-default-tdesc.exp