This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 8568422270 Fix a problem merging empty annobin notes on ppc64le targets. adds 26f53cd385 Introduce expression::evaluate adds 668c18f17f Automatic date update in version.in adds 3685de750e binutils: Avoid renaming over existing files adds 0be51eb4c3 pr26548 test adds 2f973f134d Wrong ELF class plugin vs. gcc ld version adds 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types [...] adds 8488c357ce amd64-linux-siginfo.c: Adjust include order to avoid gnulib error adds 0257c2ff4f Fix compile time warnings when building riscv assembler. adds ca6afb81ca Automatic date update in version.in adds c3bf9dc5aa Include ld-lib.exp from ctf-lib.exp adds 4d496013a2 Fail run_dump_test when an error is expected but not seen adds 8c3853d9e8 readelf: Replace procesor with processor adds 3e8bb3e934 sim: merge configure.tgt into configure.ac adds f4f60336da libctf, include: find types of symbols by name adds 03c653093d libctf: add a NEWS adds f9eb406771 Automatic date update in version.in adds 93993f6784 libctf AC_CANONICAL_TARGET adds 89753bbf81 Warn when a script redefines a symbol adds 760b3e8bc9 sim: common: split up acinclude.m4 into individual m4 files adds 48ef615826 Automatic date update in version.in adds e9d18e0649 Don't handle BFD_RELOC_16 in XCOFF reloc_type_lookup adds de146e1946 gdb: push target earlier in procfs_target::attach (PR 27435) adds f53fc42716 gdb: add asserts in thread code adds 15908a11ba Change target_bfd_reopen to take a gdb_bfd_ref_ptr adds 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 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 new e38332c286 Add initial support for .debug_sup sections.
The 1 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 | 27 + bfd/coff-rs6000.c | 3 - bfd/coff-stgo32.c | 4 +- bfd/coff64-rs6000.c | 3 - bfd/elf-bfd.h | 2 + bfd/elflink.c | 11 +- bfd/elfnn-riscv.c | 34 +- bfd/elfxx-riscv.c | 10 +- bfd/version.h | 2 +- binutils/ChangeLog | 82 ++ binutils/NEWS | 3 + binutils/ar.c | 18 +- binutils/arsup.c | 20 +- binutils/bucomm.h | 3 +- binutils/doc/debug.options.texi | 10 +- binutils/dwarf.c | 150 +++- binutils/dwarf.h | 1 + binutils/objcopy.c | 71 +- binutils/od-elf32_avr.c | 61 +- binutils/readelf.c | 19 +- binutils/rename.c | 218 ++--- binutils/testsuite/binutils-all/readelf.exp | 2 +- binutils/testsuite/lib/binutils-common.exp | 686 ++++++++-------- gas/ChangeLog | 40 + gas/Makefile.am | 150 +--- gas/Makefile.in | 147 ++-- gas/config/bfin-lex-wrapper.c | 2 +- gas/config/bfin-lex.l | 2 +- gas/config/tc-riscv.c | 181 ++--- gas/configure | 8 +- gas/configure.ac | 8 +- gas/doc/c-riscv.texi | 160 ++-- gas/po/POTFILES.in | 1 + gas/testsuite/gas/riscv/insn.d | 26 +- gas/testsuite/gas/riscv/insn.s | 24 +- gdb/ChangeLog | 218 +++++ gdb/NEWS | 3 + gdb/bfd-target.c | 14 +- gdb/bfd-target.h | 9 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 8 + gdb/dwarf2/attribute.c | 8 + gdb/dwarf2/attribute.h | 27 +- gdb/dwarf2/read.c | 150 ++-- gdb/dwarf2/read.h | 2 +- gdb/eval.c | 83 +- gdb/exec.c | 62 +- gdb/exec.h | 2 +- gdb/expression.h | 5 + gdb/f-exp.y | 2 + gdb/f-lang.c | 326 +++++++- gdb/inf-ptrace.c | 16 - gdb/linux-nat.c | 24 +- gdb/maint.c | 59 ++ gdb/mi/mi-interp.c | 8 +- gdb/nat/aarch64-linux-hw-point.c | 9 +- gdb/nat/amd64-linux-siginfo.c | 2 +- gdb/ppc64-tdep.c | 2 +- gdb/procfs.c | 14 +- gdb/progspace.h | 21 +- gdb/record-btrace.c | 2 +- gdb/remote.c | 6 +- gdb/riscv-tdep.c | 52 +- gdb/s390-tdep.c | 4 +- gdb/solib-dsbt.c | 3 +- gdb/solib-svr4.c | 8 +- gdb/std-operator.def | 1 + gdb/target-debug.h | 2 +- gdb/target-delegates.c | 16 +- gdb/target.c | 24 +- gdb/target.h | 28 +- gdb/testsuite/ChangeLog | 42 + 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/thread.c | 4 + gdbserver/ChangeLog | 7 + gdbserver/linux-low.cc | 20 +- gdbserver/linux-low.h | 8 +- include/ChangeLog | 14 + include/bfdlink.h | 8 +- include/ctf-api.h | 4 + include/opcode/riscv.h | 135 ++-- ld/ChangeLog | 18 + ld/ld.texi | 4 +- ld/ldexp.c | 15 +- ld/ldmain.c | 4 +- ld/testsuite/ld-i386/property-x86-isa1.d | 2 +- ld/testsuite/ld-scripts/defined5.d | 5 +- ld/testsuite/ld-x86-64/property-x86-isa1-x32.d | 2 +- ld/testsuite/ld-x86-64/property-x86-isa1.d | 2 +- ld/testsuite/lib/ld-lib.exp | 144 ++-- libctf/ChangeLog | 66 ++ libctf/Makefile.in | 7 + libctf/NEWS | 26 + libctf/configure | 206 +++-- libctf/configure.ac | 3 + libctf/ctf-archive.c | 180 +++-- libctf/ctf-impl.h | 6 +- libctf/ctf-lookup.c | 232 +++++- libctf/ctf-open.c | 1 + libctf/libctf.ver | 6 + libctf/testsuite/config/default.exp | 1 + libctf/testsuite/lib/ctf-lib.exp | 174 +--- .../conflicting-type-syms-a.c} | 0 .../conflicting-type-syms-b.c} | 0 .../libctf-lookup/conflicting-type-syms.c | 99 +++ .../libctf-lookup/conflicting-type-syms.lk | 7 + libctf/testsuite/libctf-lookup/enum-symbol-obj.lk | 5 + libctf/testsuite/libctf-lookup/enum-symbol.c | 115 +-- .../symtypetab-nonlinker-writeout.c | 34 + opcodes/ChangeLog | 15 + opcodes/riscv-dis.c | 37 +- opcodes/riscv-opc.c | 34 +- sim/ChangeLog | 23 + sim/aarch64/ChangeLog | 5 + sim/aarch64/aclocal.m4 | 9 +- sim/aarch64/configure | 29 +- sim/aarch64/configure.ac | 2 +- sim/arm/ChangeLog | 5 + sim/arm/aclocal.m4 | 9 +- sim/arm/configure | 29 +- sim/arm/configure.ac | 2 +- sim/avr/ChangeLog | 5 + sim/avr/aclocal.m4 | 9 +- sim/avr/configure | 29 +- sim/avr/configure.ac | 2 +- sim/bfin/ChangeLog | 5 + sim/bfin/aclocal.m4 | 11 +- sim/bfin/configure | 23 +- sim/bfin/configure.ac | 2 +- sim/bpf/ChangeLog | 5 + sim/bpf/aclocal.m4 | 13 +- sim/bpf/configure | 27 +- sim/bpf/configure.ac | 2 +- sim/common/ChangeLog | 4 + sim/common/acinclude.m4 | 875 --------------------- sim/configure | 304 +++---- sim/configure.ac | 108 ++- sim/configure.tgt | 113 --- sim/cr16/ChangeLog | 5 + sim/cr16/aclocal.m4 | 9 +- sim/cr16/configure | 29 +- sim/cr16/configure.ac | 2 +- sim/cris/ChangeLog | 5 + sim/cris/aclocal.m4 | 13 +- sim/cris/configure | 23 +- sim/cris/configure.ac | 2 +- sim/d10v/ChangeLog | 5 + sim/d10v/aclocal.m4 | 9 +- sim/d10v/configure | 29 +- sim/d10v/configure.ac | 2 +- sim/erc32/ChangeLog | 5 + sim/erc32/aclocal.m4 | 7 +- sim/erc32/configure | 35 +- sim/erc32/configure.ac | 2 +- sim/frv/ChangeLog | 5 + sim/frv/aclocal.m4 | 13 +- sim/frv/configure | 23 +- sim/frv/configure.ac | 2 +- sim/ft32/ChangeLog | 5 + sim/ft32/aclocal.m4 | 9 +- sim/ft32/configure | 29 +- sim/ft32/configure.ac | 2 +- sim/h8300/ChangeLog | 5 + sim/h8300/aclocal.m4 | 9 +- sim/h8300/configure | 29 +- sim/h8300/configure.ac | 2 +- sim/igen/ChangeLog | 5 + sim/igen/configure | 16 +- sim/igen/configure.ac | 2 +- sim/iq2000/ChangeLog | 5 + sim/iq2000/aclocal.m4 | 13 +- sim/iq2000/configure | 23 +- sim/iq2000/configure.ac | 2 +- sim/lm32/ChangeLog | 5 + sim/lm32/aclocal.m4 | 13 +- sim/lm32/configure | 23 +- sim/lm32/configure.ac | 2 +- sim/m32c/ChangeLog | 5 + sim/m32c/aclocal.m4 | 7 +- sim/m32c/configure | 35 +- sim/m32c/configure.ac | 2 +- sim/m32r/ChangeLog | 5 + sim/m32r/aclocal.m4 | 13 +- sim/m32r/configure | 23 +- sim/m32r/configure.ac | 2 +- sim/m4/sim_ac_common.m4 | 260 ++++++ sim/m4/sim_ac_option_alignment.m4 | 66 ++ .../configure.ac => m4/sim_ac_option_assert.m4} | 33 +- sim/m4/sim_ac_option_bitsize.m4 | 81 ++ sim/m4/sim_ac_option_cgen_maint.m4 | 56 ++ sim/m4/sim_ac_option_default_model.m4 | 31 + sim/m4/sim_ac_option_endian.m4 | 65 ++ sim/m4/sim_ac_option_environment.m4 | 45 ++ sim/m4/sim_ac_option_float.m4 | 47 ++ sim/m4/sim_ac_option_hardware.m4 | 81 ++ sim/m4/sim_ac_option_inline.m4 | 50 ++ sim/m4/sim_ac_option_reserved_bits.m4 | 30 + sim/m4/sim_ac_option_scache.m4 | 34 + sim/{rl78/configure.ac => m4/sim_ac_option_smp.m4} | 36 +- sim/m4/sim_ac_option_warnings.m4 | 103 +++ .../sim_ac_option_xor_endian.m4} | 35 +- sim/m4/sim_ac_output.m4 | 62 ++ sim/m68hc11/ChangeLog | 5 + sim/m68hc11/aclocal.m4 | 10 +- sim/m68hc11/configure | 23 +- sim/m68hc11/configure.ac | 2 +- sim/mcore/ChangeLog | 5 + sim/mcore/aclocal.m4 | 9 +- sim/mcore/configure | 29 +- sim/mcore/configure.ac | 2 +- sim/microblaze/ChangeLog | 5 + sim/microblaze/aclocal.m4 | 9 +- sim/microblaze/configure | 29 +- sim/microblaze/configure.ac | 2 +- sim/mips/ChangeLog | 5 + sim/mips/aclocal.m4 | 13 +- sim/mips/configure | 17 +- sim/mips/configure.ac | 2 +- sim/mn10300/ChangeLog | 5 + sim/mn10300/aclocal.m4 | 12 +- sim/mn10300/configure | 19 +- sim/mn10300/configure.ac | 2 +- sim/moxie/ChangeLog | 5 + sim/moxie/aclocal.m4 | 9 +- sim/moxie/configure | 29 +- sim/moxie/configure.ac | 2 +- sim/msp430/ChangeLog | 5 + sim/msp430/aclocal.m4 | 9 +- sim/msp430/configure | 29 +- sim/msp430/configure.ac | 2 +- sim/or1k/ChangeLog | 5 + sim/or1k/aclocal.m4 | 13 +- sim/or1k/configure | 27 +- sim/or1k/configure.ac | 2 +- sim/ppc/configure.ac | 2 +- sim/pru/ChangeLog | 5 + sim/pru/aclocal.m4 | 9 +- sim/pru/configure | 29 +- sim/pru/configure.ac | 2 +- sim/riscv/ChangeLog | 5 + sim/riscv/aclocal.m4 | 11 +- sim/riscv/configure | 27 +- sim/riscv/configure.ac | 2 +- sim/riscv/sim-main.c | 6 +- sim/rl78/ChangeLog | 5 + sim/rl78/aclocal.m4 | 7 +- sim/rl78/configure | 35 +- sim/rl78/configure.ac | 2 +- sim/rx/ChangeLog | 5 + sim/rx/aclocal.m4 | 7 +- sim/rx/configure | 35 +- sim/rx/configure.ac | 2 +- sim/sh/ChangeLog | 5 + sim/sh/aclocal.m4 | 9 +- sim/sh/configure | 29 +- sim/sh/configure.ac | 2 +- sim/v850/ChangeLog | 5 + sim/v850/aclocal.m4 | 11 +- sim/v850/configure | 25 +- sim/v850/configure.ac | 2 +- 269 files changed, 6060 insertions(+), 3611 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 libctf/NEWS copy libctf/testsuite/{libctf-regression/pptrtab-a.c => libctf-lookup/conflicting- [...] copy libctf/testsuite/{libctf-regression/pptrtab-b.c => libctf-lookup/conflicting- [...] create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.c create mode 100644 libctf/testsuite/libctf-lookup/conflicting-type-syms.lk create mode 100644 libctf/testsuite/libctf-lookup/enum-symbol-obj.lk delete mode 100644 sim/common/acinclude.m4 delete mode 100644 sim/configure.tgt create mode 100644 sim/m4/sim_ac_common.m4 create mode 100644 sim/m4/sim_ac_option_alignment.m4 copy sim/{pru/configure.ac => m4/sim_ac_option_assert.m4} (53%) create mode 100644 sim/m4/sim_ac_option_bitsize.m4 create mode 100644 sim/m4/sim_ac_option_cgen_maint.m4 create mode 100644 sim/m4/sim_ac_option_default_model.m4 create mode 100644 sim/m4/sim_ac_option_endian.m4 create mode 100644 sim/m4/sim_ac_option_environment.m4 create mode 100644 sim/m4/sim_ac_option_float.m4 create mode 100644 sim/m4/sim_ac_option_hardware.m4 create mode 100644 sim/m4/sim_ac_option_inline.m4 create mode 100644 sim/m4/sim_ac_option_reserved_bits.m4 create mode 100644 sim/m4/sim_ac_option_scache.m4 copy sim/{rl78/configure.ac => m4/sim_ac_option_smp.m4} (53%) create mode 100644 sim/m4/sim_ac_option_warnings.m4 copy sim/{rl78/configure.ac => m4/sim_ac_option_xor_endian.m4} (51%) create mode 100644 sim/m4/sim_ac_output.m4