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-arm-stable-defconfig in repository toolchain/ci/binutils-gdb.
from 573dc0cc43 Minor fix in skip_ctf_tests adds bb3a4efe13 [PR gdb/27393] set directories: handle empty dirs. adds b2287f90e4 Automatic date update in version.in adds f8069d55c1 sim: delete redundant SIM_EXTRA_ALL adds ed30adf750 sim: delete unused SIM_EXTRA_LIBDEPS adds ebe9564b99 sim: require AC_PROG_CPP explicitly adds a3e2cc64a6 sim: use AC_CHECK_TOOL to find ar adds c25ea03dd6 sim: set up build-time compiler settings adds 9ea3e81ca0 sim: igen: delete unused FOR_BUILD vars adds 88d7273afd sim: igen: delete more unused toolchain settings adds 9f34b60a43 sim: igen: drop config.h & header checking adds 1dbde357be Add missing changes to Makefile.tpl adds cf850febf6 Automatic date update in version.in adds 6a1224ec76 PR27128, nm -P portable output format regression adds 7824c1d22f Weak references to __start_/__stop_ symbols adds 8ee10e8609 PR27451, -z start_stop_gc adds ecd65684f5 Warn for missing separate debug files only if needed adds ba6eb62ff0 Add DWARF-5 section names to PE and PEP linker scripts. adds ec11fcffc0 Automatic date update in version.in adds f5b9c288a3 PowerPC64 undefined weak visibility vs GOT optimisation adds b80e421f91 PR27451, -z start_stop_gc for powerpc64 adds eaa2913a7a libctf: ctf_archive_next should set the parent name consistently adds ac36e134d9 libctf: reimplement many _iter iterators in terms of _next adds fd12633780 libctf: fix ChangeLog date adds 8915c559d4 libctf, include: remove the nondeduplicating CTF linker adds 478c04a55e libctf: remove reference to "unconflicted link mode". adds f5060e5633 libctf: add a deduplicator-specific type mapping table adds 4659554b28 libctf: minor error-handling fixes adds cf6a0b989a libctf: fix signed/unsigned comparison confusion adds 8e7e446446 libctf: free ctf_dynsyms properly adds 211bcd0133 bfd, ld, libctf: skip zero-refcount strings in CTF string reporting adds ca8f6bc629 Fix the BFD library's parsing of DIEs where specification at [...] adds 1228719f31 Check objfile->sf in ada-lang.c adds bdcccc5639 Use new for ada_symbol_cache adds 886d459fbe Simplify resolve_subexp by using C++ algorithms adds d1183b064c Return a vector from ada_lookup_symbol_list adds 5f9febe0f6 Use std::string rather than grow_vect adds bbcdf9ab73 Rewrite GNAT-encoded fixed point types in DWARF reader adds b4f26d541a Import GNU Readline 8.1 adds 19a9185537 Fix Readline 8.1 build on mingw adds ca87bad0e9 Automatic date update in version.in adds dc83f2d20e Split relocation defines out of coff/internal.h adds 270f32fc50 ld-gc tests on underscore targets adds 5789f845fb --gc-sections with groups and start/stop syms adds fd5c076a06 PR27493, objcopy --weaken-symbol does not weaken undefined symbols adds b93a3ed0a8 testsuite: extend nopie handling to add -fno-pie to compiler flags adds e71dbd0304 testsuite, gdb.btrace: remove assembly-check in delta.exp adds f0778fc1cf testsuite, gdb.btrace: pass rn-dl-bind.exp with clang adds c7c7253a47 testsuite, gdb.btrace: move -Wl,-x to ldflags adds d2c5f24eed testsuite, gdb.btrace: adjust expected output to pass with clang adds 26ed1478d1 testsuite, gdb.btrace: remove implicit debug option in stepi.exp adds 32c5299909 testsuite, gdb.btrace: adjust expected source line in non-stop.exp adds 8233378104 gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.exp adds 75363b6d60 x86: infer operand count of templates adds 1bfa81acbf Minor Ada-related cleanups adds 0b7733b665 binutils fails to compile on AIX due to mismatched declaration adds a2126563ea Automatic date update in version.in adds 168bb18858 GNU strip fails to set sh_link and sh_info on Solaris SPARC64 adds ca0e11aa4b Gate the displaying of non-debug sections in separate debugi [...] adds 1178743e4c Use "bool" in ada-lang.c adds 6fa7408d72 ld: don't generate base relocations in PE output for absolut [...] adds 6b5465b917 bfd: prune COFF/PE section flags setting adds d4e5db4e50 ld: adjust ld-scripts/map-address.* adds d1e93af64a gdb: set current thread in sparc_{fetch,collect}_inferior_re [...] adds 7a39bd53dc Automatic date update in version.in adds b01b5d9a0b Move x86_64 PE changes out of bfd_perform_relocation adds d296b73620 Fix the dislay of .debug_macro.dwo sections. adds 2017f38777 Add support for the DW_FORM_strx* forms to the BFD library. adds f3a5df7bd6 gdb: unify parts of the Linux and FreeBSD core dumping code adds b63a5e38ef bfd/binutils: support for gdb target descriptions in the core file adds 95ce627aeb gdb: write target description into core file adds 0897bb7d6d bfd/riscv: prepare to handle bare metal core dump creation adds fb8f3fc0c3 gdb/riscv: introduce bare metal core dump support adds db6092f3ae bfd/binutils: add support for RISC-V CSRs in core files adds d782d24b32 gdb/riscv: make riscv target description names global adds b2668f28ee gdb/riscv: write CSRs into baremetal core dumps adds 019989fdf1 Automatic date update in version.in adds 844be3f240 CTF: set up debug info for function arguments adds dd99cf0c58 CTF: add all members of an enum type to psymtab adds b0a8c2ff9c Make valgrind tests more robust by adding --wait=1 to vgdb i [...] adds 8c0546e928 elf/x86-64: Subtract __ImageBase for R_AMD64_IMAGEBASE
No new revisions were added by this update.
Summary of changes: ChangeLog | 8 + Makefile.tpl | 5 + bfd/ChangeLog | 109 + bfd/bfd.c | 11 + bfd/coff-x86_64.c | 67 +- bfd/coffcode.h | 15 +- bfd/dwarf2.c | 238 +- bfd/elf-bfd.h | 8 + bfd/elf-strtab.c | 4 +- bfd/elf.c | 70 + bfd/elf64-ppc.c | 12 + bfd/elf64-sparc.c | 20 + bfd/elflink.c | 17 +- bfd/elfnn-riscv.c | 84 +- bfd/libbfd-in.h | 2 + bfd/libbfd.h | 2 + bfd/linker.c | 1 + bfd/pe-x86_64.c | 32 +- bfd/reloc.c | 26 +- bfd/rs6000-core.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 107 + binutils/NEWS | 27 + binutils/doc/binutils.texi | 43 +- binutils/dwarf.c | 89 +- binutils/nm.c | 21 +- binutils/objcopy.c | 18 +- binutils/objdump.c | 12 + binutils/readelf.c | 391 +- binutils/testsuite/binutils-all/compress.exp | 33 +- binutils/testsuite/binutils-all/objdump.WK2 | 2 +- binutils/testsuite/binutils-all/objdump.WK3 | 2 - binutils/testsuite/binutils-all/objdump.exp | 4 +- binutils/testsuite/binutils-all/readelf.exp | 5 +- binutils/testsuite/binutils-all/readelf.wKis | 2 - gdb/ChangeLog | 203 + gdb/Makefile.in | 6 + gdb/ada-exp.y | 35 +- gdb/ada-lang.c | 721 +-- gdb/ada-lang.h | 11 +- gdb/ada-typeprint.c | 58 +- gdb/ada-valprint.c | 20 +- gdb/configure | 3 +- gdb/configure.ac | 3 +- gdb/configure.tgt | 2 +- gdb/corelow.c | 24 + gdb/ctfread.c | 171 +- gdb/dwarf2/read.c | 157 +- gdb/elf-none-tdep.c | 126 + gdb/{gcore.h => elf-none-tdep.h} | 21 +- gdb/fbsd-tdep.c | 137 +- gdb/gcore-elf.c | 166 + gdb/gcore-elf.h | 47 + gdb/gcore.c | 21 + gdb/gcore.h | 9 + gdb/linux-tdep.c | 146 +- gdb/riscv-none-tdep.c | 173 + gdb/riscv-tdep.c | 14 +- gdb/riscv-tdep.h | 3 + gdb/source.c | 2 + gdb/sparc-nat.c | 19 +- gdb/sparc-nat.h | 10 +- gdb/sparc-obsd-tdep.c | 7 + gdb/sparc-tdep.c | 6 + gdb/sparc64-linux-nat.c | 4 +- gdb/sparc64-obsd-tdep.c | 7 + gdb/testsuite/ChangeLog | 56 + gdb/testsuite/README | 5 + gdb/testsuite/gdb.ada/fixed_points.exp | 85 +- gdb/testsuite/gdb.base/ctf-ptype.exp | 19 +- gdb/testsuite/gdb.base/source-dir.exp | 41 + gdb/testsuite/gdb.btrace/delta.exp | 9 +- gdb/testsuite/gdb.btrace/exception.cc | 6 +- gdb/testsuite/gdb.btrace/exception.exp | 26 +- gdb/testsuite/gdb.btrace/function_call_history.exp | 20 +- gdb/testsuite/gdb.btrace/non-stop.exp | 4 +- gdb/testsuite/gdb.btrace/rn-dl-bind.exp | 31 +- gdb/testsuite/gdb.btrace/stepi.exp | 2 +- gdb/testsuite/gdb.btrace/unknown_functions.exp | 2 +- gdb/testsuite/lib/gdb.exp | 15 +- gdb/testsuite/lib/valgrind.exp | 2 +- include/ChangeLog | 30 + include/bfdlink.h | 4 + include/coff/i386.h | 11 + include/coff/internal.h | 142 - include/coff/ti.h | 22 +- include/coff/x86_64.h | 29 + include/coff/z80.h | 16 + include/coff/z8k.h | 11 + include/ctf-api.h | 3 +- include/elf/common.h | 6 + ld/ChangeLog | 112 + ld/NEWS | 3 + ld/emultempl/elf.em | 6 +- ld/ld.texi | 17 + ld/ldelf.c | 8 + ld/ldelf.h | 1 + ld/ldelfgen.c | 15 +- ld/ldexp.c | 22 + ld/ldexp.h | 1 + ld/ldlang.c | 34 +- ld/ldmain.c | 1 + ld/lexsup.c | 13 +- ld/pe-dll.c | 12 +- ld/scripttempl/pe.sc | 81 +- ld/scripttempl/pep.sc | 87 +- ld/testsuite/ld-elf/pr25708.d | 2 +- ld/testsuite/ld-elf/pr27128a.d | 2 +- ld/testsuite/ld-elf/pr27128b.d | 2 +- ld/testsuite/ld-elf/pr27128c.d | 2 +- ld/testsuite/ld-elf/pr27128d.d | 2 +- ld/testsuite/ld-elf/pr27128e.d | 2 +- ld/testsuite/ld-gc/abi-note.d | 1 - ld/testsuite/ld-gc/gc.exp | 19 +- ld/testsuite/ld-gc/pr19167.d | 3 +- ld/testsuite/ld-gc/pr19167a.s | 4 + ld/testsuite/ld-gc/start.d | 5 +- ld/testsuite/ld-gc/start.s | 6 +- ld/testsuite/ld-gc/start2.d | 10 + ld/testsuite/ld-gc/start2.s | 12 + ld/testsuite/ld-gc/start3.d | 9 + ld/testsuite/ld-gc/start3.s | 29 + ld/testsuite/ld-gc/start4.d | 9 + ld/testsuite/ld-gc/start4.s | 19 + ld/testsuite/ld-gc/stop.d | 3 +- ld/testsuite/ld-pe/pe.exp | 2 + ld/testsuite/ld-pe/reloc.d | 14 + ld/testsuite/ld-pe/reloc.s | 13 + ld/testsuite/ld-powerpc/powerpc.exp | 9 + ld/testsuite/ld-powerpc/startstop.d | 10 + ld/testsuite/ld-powerpc/startstop.r | 2 + ld/testsuite/ld-powerpc/startstop.s | 16 + ld/testsuite/ld-powerpc/weak1.d | 26 + ld/testsuite/ld-powerpc/weak1.r | 5 + ld/testsuite/ld-powerpc/weak1.s | 22 + ld/testsuite/ld-powerpc/weak1so.d | 26 + ld/testsuite/ld-powerpc/weak1so.r | 7 + ld/testsuite/ld-scripts/map-address.exp | 14 +- ld/testsuite/ld-scripts/map-address.t | 3 + ld/testsuite/ld-x86-64/pe-x86-64-1.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-2.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-3.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-4.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-5.od | 1 + ld/testsuite/ld-x86-64/pe-x86-64-5.rd | 3 +- ld/testsuite/ld-x86-64/pe-x86-64-6.obj.bz2 | Bin 0 -> 1366 bytes ld/testsuite/ld-x86-64/pe-x86-64-6.od | 91 + ld/testsuite/ld-x86-64/pe-x86-64.exp | 9 + libctf/ChangeLog | 108 +- libctf/ctf-archive.c | 70 +- libctf/ctf-create.c | 111 +- libctf/ctf-dedup.c | 215 +- libctf/ctf-dump.c | 4 +- libctf/ctf-impl.h | 17 +- libctf/ctf-link.c | 577 +- libctf/ctf-types.c | 115 +- opcodes/ChangeLog | 7 + opcodes/i386-gen.c | 55 +- opcodes/i386-opc.tbl | 6838 ++++++++++---------- readline/ChangeLog | 9 + readline/readline/CHANGELOG | 61 +- readline/readline/CHANGES | 123 + readline/readline/INSTALL | 7 +- readline/readline/Makefile.in | 4 +- readline/readline/NEWS | 62 + readline/readline/README | 2 +- readline/readline/aclocal.m4 | 2130 +----- readline/readline/bind.c | 256 +- readline/readline/colors.c | 9 +- readline/readline/complete.c | 104 +- readline/readline/configure | 66 +- readline/readline/configure.ac | 33 +- readline/readline/display.c | 824 ++- readline/readline/doc/history.3 | 55 +- readline/readline/doc/history.texi | 2 +- readline/readline/doc/hstech.texi | 6 +- readline/readline/doc/hsuser.texi | 39 +- readline/readline/doc/readline.3 | 53 +- readline/readline/doc/rlman.texi | 2 +- readline/readline/doc/rltech.texi | 42 +- readline/readline/doc/rluser.texi | 79 +- readline/readline/doc/rluserman.texi | 2 +- readline/readline/doc/texi2dvi | 1680 ++--- readline/readline/doc/version.texi | 12 +- readline/readline/emacs_keymap.c | 4 +- .../examples/autoconf/BASH_CHECK_LIB_TERMCAP | 3 +- .../examples/autoconf/RL_LIB_READLINE_VERSION | 1 + readline/readline/examples/fileman.c | 4 +- readline/readline/funmap.c | 10 +- readline/readline/histexpand.c | 26 +- readline/readline/histfile.c | 52 +- readline/readline/input.c | 33 +- readline/readline/isearch.c | 75 +- readline/readline/kill.c | 110 +- readline/readline/mbutil.c | 106 +- readline/readline/misc.c | 63 +- readline/readline/patchlevel | 2 +- readline/readline/posixdir.h | 2 +- readline/readline/posixstat.h | 8 +- readline/readline/readline.c | 98 +- readline/readline/readline.h | 16 +- readline/readline/readline.pc.in | 2 +- readline/readline/rlmbutil.h | 2 +- readline/readline/rlprivate.h | 42 +- readline/readline/search.c | 47 +- readline/readline/shlib/Makefile.in | 2 +- readline/readline/signals.c | 89 +- readline/readline/support/config.guess | 366 +- readline/readline/support/config.sub | 648 +- readline/readline/support/shlib-install | 36 +- readline/readline/support/shobj-conf | 59 +- readline/readline/terminal.c | 76 +- readline/readline/text.c | 105 +- readline/readline/tilde.c | 18 +- readline/readline/undo.c | 2 + readline/readline/util.c | 18 +- readline/readline/vi_mode.c | 182 +- sim/ChangeLog | 22 + sim/README-HACKING | 4 - sim/aarch64/ChangeLog | 4 + sim/aarch64/configure | 386 +- sim/arm/ChangeLog | 6 +- sim/arm/configure | 386 +- sim/avr/ChangeLog | 4 + sim/avr/configure | 386 +- sim/bfin/ChangeLog | 4 + sim/bfin/configure | 386 +- sim/bpf/ChangeLog | 4 + sim/bpf/configure | 386 +- sim/common/ChangeLog | 10 + sim/common/Make-common.in | 9 +- sim/cr16/ChangeLog | 5 +- sim/cr16/configure | 386 +- sim/cris/ChangeLog | 4 + sim/cris/configure | 386 +- sim/d10v/ChangeLog | 5 +- sim/d10v/configure | 386 +- sim/erc32/ChangeLog | 9 + sim/erc32/Makefile.in | 2 +- sim/erc32/configure | 386 +- sim/frv/ChangeLog | 4 + sim/frv/configure | 386 +- sim/ft32/ChangeLog | 4 + sim/ft32/configure | 386 +- sim/h8300/ChangeLog | 4 + sim/h8300/configure | 386 +- sim/igen/ChangeLog | 28 + sim/igen/Makefile.in | 15 +- sim/igen/config.in | 64 - sim/igen/configure | 1361 +--- sim/igen/configure.ac | 24 +- sim/igen/filter.c | 3 - sim/igen/filter_host.c | 1 - sim/igen/igen.c | 1 - sim/igen/lf.c | 1 - sim/igen/misc.c | 1 - sim/igen/misc.h | 3 - sim/igen/table.c | 3 - sim/iq2000/ChangeLog | 4 + sim/iq2000/configure | 386 +- sim/lm32/ChangeLog | 4 + sim/lm32/configure | 386 +- sim/m32c/ChangeLog | 4 + sim/m32c/configure | 386 +- sim/m32r/ChangeLog | 4 + sim/m32r/configure | 386 +- sim/m4/sim_ac_common.m4 | 19 +- sim/m68hc11/ChangeLog | 4 + sim/m68hc11/configure | 386 +- sim/mcore/ChangeLog | 5 +- sim/mcore/configure | 386 +- sim/microblaze/ChangeLog | 4 + sim/microblaze/configure | 386 +- sim/mips/ChangeLog | 9 + sim/mips/Makefile.in | 2 +- sim/mips/configure | 386 +- sim/mn10300/ChangeLog | 4 + sim/mn10300/configure | 386 +- sim/moxie/ChangeLog | 4 + sim/moxie/configure | 386 +- sim/msp430/ChangeLog | 12 + sim/msp430/Makefile.in | 4 - sim/msp430/configure | 386 +- sim/or1k/ChangeLog | 4 + sim/or1k/configure | 386 +- sim/pru/ChangeLog | 4 + sim/pru/configure | 386 +- sim/riscv/ChangeLog | 4 + sim/riscv/configure | 386 +- sim/rl78/ChangeLog | 4 + sim/rl78/configure | 386 +- sim/rx/ChangeLog | 4 + sim/rx/configure | 386 +- sim/sh/ChangeLog | 5 +- sim/sh/configure | 386 +- sim/v850/ChangeLog | 4 + sim/v850/configure | 386 +- 297 files changed, 18957 insertions(+), 15681 deletions(-) create mode 100644 gdb/elf-none-tdep.c copy gdb/{gcore.h => elf-none-tdep.h} (62%) create mode 100644 gdb/gcore-elf.c create mode 100644 gdb/gcore-elf.h create mode 100644 gdb/riscv-none-tdep.c create mode 100644 ld/testsuite/ld-gc/start2.d create mode 100644 ld/testsuite/ld-gc/start2.s create mode 100644 ld/testsuite/ld-gc/start3.d create mode 100644 ld/testsuite/ld-gc/start3.s create mode 100644 ld/testsuite/ld-gc/start4.d create mode 100644 ld/testsuite/ld-gc/start4.s create mode 100644 ld/testsuite/ld-pe/reloc.d create mode 100644 ld/testsuite/ld-pe/reloc.s create mode 100644 ld/testsuite/ld-powerpc/startstop.d create mode 100644 ld/testsuite/ld-powerpc/startstop.r create mode 100644 ld/testsuite/ld-powerpc/startstop.s create mode 100644 ld/testsuite/ld-powerpc/weak1.d create mode 100644 ld/testsuite/ld-powerpc/weak1.r create mode 100644 ld/testsuite/ld-powerpc/weak1.s create mode 100644 ld/testsuite/ld-powerpc/weak1so.d create mode 100644 ld/testsuite/ld-powerpc/weak1so.r create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-6.obj.bz2 create mode 100644 ld/testsuite/ld-x86-64/pe-x86-64-6.od delete mode 100644 sim/igen/config.in