This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 5b6d4fc74b Automatic date update in version.in adds d5b7ce35a1 Automatic date update in version.in adds 3d7d6a6ff4 Generic ELF target group signature symbol adds ce5aecf873 Another generic ELF target assertion failure adds 61dd8e19a8 readelf group errors/warnings adds 5f63875b30 Fix failure on powerpc 32-bit only targets adds eb41253a15 Fix typo in gdb/NEWS adds 58db964680 Automatic date update in version.in adds 0eb32b6e1d XCOFF linker segmentation fault adds a7b34aba62 Obsolete tic30-aout, and linker segmentation faults adds 586338b839 HPPA64 linker segmentation faults adds c83004d526 m68k linker segmentation faults adds a0f6fd217f LM32 linker segmentation faults adds 28fbeab806 Alpha-linux linker segmentation fault adds 94667ab146 Microblaze linker segmentation fault adds 0f4a61b420 COFF linker segmentation faults adds 766f883622 Suppress SIGTTOU when handling errors adds 65f381e729 aarch64: fix variant_pcs ld tests adds eabf307f1d PE linker segmentation fault with MALLOC_PERTURB_=1 adds fceac76e64 include: new header ctf.h: file format description adds 2e94b05630 include: new header ctf-api.h adds 60da9d9559 libctf: lowest-level memory allocation and debug-dumping wrappers adds 94585e7f93 libctf: low-level list manipulation and helper utilities adds 479604f44f libctf: error handling adds c0754cdd9a libctf: hashing adds a5be9bbe89 libctf: implementation definitions related to file creation adds 47d546f427 libctf: creation functions adds 72f3392127 libctf: opening adds 9402cc593f libctf: mmappable archives adds 143dce8481 libctf: ELF file opening via BFD adds 316afdb130 libctf: core type lookup adds b437bfe0f4 libctf: lookups by name and symbol adds c499eb6896 libctf: type copying adds 6c33b742ce libctf: library version enforcement adds 6dbf2b7340 libctf: labels adds a30b3e182a libctf: debug dumping adds 0e65dfbaf3 libctf: build system adds 7d9813f196 binutils: CTF support for objdump and readelf adds 88981b157b Add libctf to top-level MAINTAINERS; add myself as CTF maintainer. adds c0e70c624f Remove find_old_style_renaming_symbol adds a2f4b66c9e x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL adds 1e129bbefa MIPS/LD: Skip overflow check for %pcrel_hi relocations adds 90f879191c Automatic date update in version.in adds 9698cf9b1c Fix libctf build on non-ELF targets. adds 90bd54236c Do not build libctf for targets that do not use the ELF file [...] adds f948b2de97 Sync top level files with versions from gcc. adds e33f2313bf Update release tools with libctf support. adds 000439d528 Add "set print finish" adds 33a6bc350f Add new GCC 9 warnings to warnings.m4 adds 1336939d3c Support tcl procedure calls in run_dump_test xfail adds 6ff185b890 s12z genelf.em adds 4330d61dfb Fix crash in cp_print_value_fields adds fa9c3fa035 Make some DWARF complaints clearer adds f49055a52f Fix failure in gdb.ada/complete.exp adds 955b06fa57 Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, ev [...] adds 54a471e5fd Automatic date update in version.in adds ae9ac79e5e Harmonize readelf's output for version sections. adds e3f56a99f6 Revert "Sync top level files with versions from gcc." adds 0ef209f22c Initialize variable word in complete adds bfcdb85206 Two comment fixes in gdbtypes.h adds 4288405d5e RISC-V: Fix lui argument parsing. adds ff4a4474eb Automatic date update in version.in adds a0486bac41 libctf: fix a number of build problems found on Solaris and NetBSD adds 68bb5386b8 Add previous_saved_command_line to allow a command to repeat [...] adds b8fd091888 Add function execute_command_to_ui_file adds 947d39462e Implement | (pipe) command. adds 708dc93ed0 Test the | (pipe) command. adds e2c52041c0 NEWS and documentation for | (pipe) command.
No new revisions were added by this update.
Summary of changes: ChangeLog | 30 + MAINTAINERS | 2 +- Makefile.def | 11 + Makefile.in | 1019 ++- bfd/ChangeLog | 72 + bfd/aout-tic30.c | 98 +- bfd/cofflink.c | 2 +- bfd/config.bfd | 1 + bfd/dwarf2.c | 8 +- bfd/elf.c | 3 +- bfd/elf32-lm32.c | 3 +- bfd/elf32-m68k.c | 35 +- bfd/elf32-microblaze.c | 5 +- bfd/elf64-alpha.c | 2 +- bfd/elf64-hppa.c | 22 +- bfd/elflink.c | 3 +- bfd/elfxx-mips.c | 2 - bfd/linker.c | 13 +- bfd/version.h | 2 +- bfd/xcofflink.c | 12 +- binutils/ChangeLog | 96 + binutils/MAINTAINERS | 1 + binutils/Makefile.am | 12 +- binutils/Makefile.in | 18 +- binutils/NEWS | 5 +- binutils/README-how-to-make-a-release | 2 +- binutils/aclocal.m4 | 10 +- binutils/config.in | 3 + binutils/configure | 64 +- binutils/configure.ac | 30 + binutils/doc/Makefile.in | 10 +- binutils/doc/binutils.texi | 19 + binutils/doc/ctf.options.texi | 14 + binutils/objdump.c | 192 +- binutils/readelf.c | 231 +- binutils/testsuite/lib/binutils-common.exp | 12 +- configure | 18 +- configure.ac | 18 +- gas/ChangeLog | 24 + gas/config/tc-ppc.c | 170 +- gas/config/tc-riscv.c | 9 +- gas/testsuite/gas/i386/inval-avx512f.l | 5 + gas/testsuite/gas/i386/inval-avx512f.s | 3 + gas/testsuite/gas/i386/x86-64-inval-avx512f.l | 6 + gas/testsuite/gas/i386/x86-64-inval-avx512f.s | 4 + gas/testsuite/gas/ppc/ppc.exp | 13 +- gas/testsuite/gas/riscv/auipc-parsing.l | 2 + gas/testsuite/gas/riscv/auipc-parsing.s | 3 + gdb/ChangeLog | 117 + gdb/NEWS | 21 +- gdb/ada-exp.y | 13 - gdb/ada-lang.c | 180 +- gdb/ada-lang.h | 3 - gdb/cli/cli-cmds.c | 104 + gdb/cli/cli-decode.c | 4 +- gdb/command.h | 36 +- gdb/completer.c | 7 + gdb/configure | 5 +- gdb/cp-valprint.c | 12 +- gdb/doc/ChangeLog | 12 + gdb/doc/gdb.texinfo | 88 + gdb/dwarf2read.c | 56 +- gdb/event-top.c | 18 +- gdb/gdbcmd.h | 2 + gdb/gdbserver/ChangeLog | 4 + gdb/gdbserver/configure | 5 +- gdb/gdbtypes.h | 5 +- gdb/infcmd.c | 33 +- gdb/inflow.c | 31 +- gdb/inflow.h | 31 + gdb/main.c | 2 - gdb/ser-unix.c | 4 + gdb/testsuite/ChangeLog | 22 + gdb/testsuite/gdb.ada/complete.exp | 5 +- gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.base/finish.exp | 16 + gdb/testsuite/gdb.base/shell.exp | 90 +- .../gdb.cp/constexpr-field.cc} | 28 +- .../shell.exp => gdb.cp/constexpr-field.exp} | 28 +- gdb/top.c | 111 +- gdb/top.h | 1 - gdb/valprint.c | 3 +- gdb/valprint.h | 3 + gdb/warning.m4 | 5 +- include/ChangeLog | 165 + include/ctf-api.h | 385 ++ include/ctf.h | 564 ++ ld/ChangeLog | 103 + ld/emulparams/m9s12zelf.sh | 3 +- ld/emultempl/genelf.em | 4 +- ld/emultempl/pe.em | 3 +- ld/emultempl/pep.em | 3 +- ld/testsuite/ld-aarch64/variant_pcs-now.d | 77 +- ld/testsuite/ld-aarch64/variant_pcs-shared.d | 77 +- ld/testsuite/ld-discard/extern.d | 2 +- ld/testsuite/ld-discard/start.d | 2 +- ld/testsuite/ld-discard/static.d | 2 +- ld/testsuite/ld-elf/attributes.d | 2 +- ld/testsuite/ld-elf/compressed1d.d | 5 +- ld/testsuite/ld-elf/elf.exp | 12 +- ld/testsuite/ld-elf/group1.d | 2 +- ld/testsuite/ld-elf/group3b.d | 2 +- ld/testsuite/ld-elf/group8a.d | 3 +- ld/testsuite/ld-elf/group8b.d | 3 +- ld/testsuite/ld-elf/group9a.d | 3 +- ld/testsuite/ld-elf/group9b.d | 3 +- ld/testsuite/ld-elf/linkonce2.d | 2 +- ld/testsuite/ld-elf/merge.d | 2 +- ld/testsuite/ld-elf/merge2.d | 2 +- ld/testsuite/ld-elf/merge3.d | 2 +- ld/testsuite/ld-elf/orphan-10.d | 3 +- ld/testsuite/ld-elf/orphan-9.d | 3 +- ld/testsuite/ld-elf/orphan-region.d | 4 +- ld/testsuite/ld-elf/orphan.d | 3 +- ld/testsuite/ld-elf/orphan3.d | 4 +- ld/testsuite/ld-elf/pr12851.d | 3 +- ld/testsuite/ld-elf/pr12975.d | 2 +- ld/testsuite/ld-elf/pr13177.d | 2 +- ld/testsuite/ld-elf/pr13195.d | 2 +- ld/testsuite/ld-elf/pr17550c.d | 2 +- ld/testsuite/ld-elf/pr17550d.d | 2 +- ld/testsuite/ld-elf/pr17615.d | 2 +- ld/testsuite/ld-elf/pr20528a.d | 3 +- ld/testsuite/ld-elf/pr20528b.d | 3 +- ld/testsuite/ld-elf/pr21562a.d | 2 +- ld/testsuite/ld-elf/pr21562b.d | 2 +- ld/testsuite/ld-elf/pr21562c.d | 2 +- ld/testsuite/ld-elf/pr21562d.d | 2 +- ld/testsuite/ld-elf/pr21562i.d | 2 +- ld/testsuite/ld-elf/pr21562j.d | 2 +- ld/testsuite/ld-elf/pr21562k.d | 2 +- ld/testsuite/ld-elf/pr21562l.d | 2 +- ld/testsuite/ld-elf/pr21562m.d | 2 +- ld/testsuite/ld-elf/pr21562n.d | 2 +- ld/testsuite/ld-elf/pr22677.d | 3 +- ld/testsuite/ld-elf/pr22836-1a.d | 2 +- ld/testsuite/ld-elf/pr22836-1b.d | 2 +- ld/testsuite/ld-elf/pr23658-1a.d | 4 +- ld/testsuite/ld-elf/pr23658-1b.d | 3 +- ld/testsuite/ld-elf/pr349.d | 3 +- ld/testsuite/ld-elf/sec64k.exp | 10 +- ld/testsuite/ld-elf/shared.exp | 4 +- ld/testsuite/ld-elf/ver_def.vd | 2 +- ld/testsuite/ld-elf/warn1.d | 4 +- ld/testsuite/ld-elf/warn2.d | 5 +- ld/testsuite/ld-elf/warn3.d | 2 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 2 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d | 18 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld | 9 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s | 27 + ld/testsuite/ld-mips-elf/undefweak-overflow.d | 16 +- ld/testsuite/ld-mips-elf/undefweak-overflow.s | 2 - ld/testsuite/ld-scripts/align.exp | 2 +- ld/testsuite/lib/ld-lib.exp | 36 +- libctf/ChangeLog | 184 + libctf/Makefile.am | 38 + libctf/Makefile.in | 779 +++ {binutils => libctf}/aclocal.m4 | 98 +- libctf/config.h.in | 138 + {gdb/gdbserver => libctf}/configure | 6915 +++++++------------- libctf/configure.ac | 98 + libctf/ctf-archive.c | 752 +++ libctf/ctf-create.c | 2038 ++++++ libctf/ctf-decl.c | 195 + libctf/ctf-decls.h | 37 + libctf/ctf-dump.c | 595 ++ libctf/ctf-endian.h | 37 + libctf/ctf-error.c | 93 + libctf/ctf-hash.c | 277 + libctf/ctf-impl.h | 386 ++ libctf/ctf-labels.c | 138 + libctf/ctf-lookup.c | 427 ++ libctf/ctf-open-bfd.c | 349 + libctf/ctf-open.c | 1692 +++++ libctf/ctf-subr.c | 259 + libctf/ctf-types.c | 1023 +++ libctf/ctf-util.c | 176 + libctf/elf.h | 61 + libctf/qsort_r.c | 259 + libctf/swap.h | 66 + opcodes/ChangeLog | 7 + opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 4 +- src-release.sh | 4 +- 184 files changed, 17010 insertions(+), 5212 deletions(-) create mode 100644 binutils/doc/ctf.options.texi copy gdb/{inflow.h => testsuite/gdb.cp/constexpr-field.cc} (71%) copy gdb/testsuite/{gdb.base/shell.exp => gdb.cp/constexpr-field.exp} (54%) create mode 100644 include/ctf-api.h create mode 100644 include/ctf.h create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s create mode 100644 libctf/ChangeLog create mode 100644 libctf/Makefile.am create mode 100644 libctf/Makefile.in copy {binutils => libctf}/aclocal.m4 (95%) create mode 100644 libctf/config.h.in copy {gdb/gdbserver => libctf}/configure (62%) create mode 100644 libctf/configure.ac create mode 100644 libctf/ctf-archive.c create mode 100644 libctf/ctf-create.c create mode 100644 libctf/ctf-decl.c create mode 100644 libctf/ctf-decls.h create mode 100644 libctf/ctf-dump.c create mode 100644 libctf/ctf-endian.h create mode 100644 libctf/ctf-error.c create mode 100644 libctf/ctf-hash.c create mode 100644 libctf/ctf-impl.h create mode 100644 libctf/ctf-labels.c create mode 100644 libctf/ctf-lookup.c create mode 100644 libctf/ctf-open-bfd.c create mode 100644 libctf/ctf-open.c create mode 100644 libctf/ctf-subr.c create mode 100644 libctf/ctf-types.c create mode 100644 libctf/ctf-util.c create mode 100644 libctf/elf.h create mode 100644 libctf/qsort_r.c create mode 100644 libctf/swap.h