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 27eea7ff8e Automatic date update in version.in adds 4c6ee6465a PR25351 .ARM.attributes not found for symbol adds 030a2e78ac ubsan: z8k: index 10 out of bounds for type 'unsigned int co [...] adds f1f28025c3 Make the assembler generate an error if there is an attempt [...] adds 915808f652 Document the fact that the assembler's alignment pseudo-ops [...] adds 43816ebc33 Remove some explicit memory management from dwarf2read.c adds 421d161623 Use unique_xmalloc_ptr in fixup_go_packaging adds 6dfa2fc207 Use std::vector in abbrev_table_read_table adds 456e800a63 Use std::string in dwarf2read.c adds 6a053cb1ff Change section_offsets to a std::vector adds 482556efed Automatic date update in version.in adds d835a58baa x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD adds 7697afb662 x86: consistently convert to byte registers for TEST w/ imm [...] adds 3f93af6141 x86-64: assert sane internal state for REX conversions adds 72aea32839 x86: refine when to trigger optimizations adds 40c75bc8b0 Fix compile time warnings about comparisons always being false. adds 301a9420d9 Add support for debuginfod to the binutils (disable by defau [...] adds ade4fd9ba4 Update Traditional Chinese translation for the binutils sub- [...] adds abb78b78c4 oops - toplevel changelog entry for previous delta. adds bce58db4fb Fix the cast used to prevent compile time warning about an a [...] adds b899eb3bb8 Fix an illegal memory access triggered when trying to examin [...] adds ffebb0bbde Fix an attempt to free a static pointer when using objcopy's [...] adds 57d7500265 Fix memory leak of the demangled symbol name adds 3061113bf3 Fix indentation in print_thread_info_1 adds 5f23a08201 Don't define _FORTIFY_SOURCE on MinGW adds 3be966f69d gdb/testsuite: Fix race condition in gdb.base/skip.exp adds 63ffd7c913 gdb/testsuite/tui: Always dump_screen when asked adds b40aa28fb5 gdb/testsuite/tui: Split enter_tui into two procs adds 3804da7e07 gdb/testsuite/tui: Introduce check_box_contents adds b2efe70cf3 gdb/tui: Fix 'layout asm' before the inferior has started adds 9ae6bf640d gdb: Fix scrolling in TUI adds f5a7c406b1 gdb/tui: Link source and assembler scrolling .... again adds 60318db6c5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: ChangeLog | 7 + bfd/ChangeLog | 12 + bfd/bfd.c | 16 +- bfd/elflink.c | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 37 +++ binutils/Makefile.am | 6 +- binutils/Makefile.in | 9 +- binutils/NEWS | 9 + binutils/config.in | 3 + binutils/configure | 184 ++++++++--- binutils/configure.ac | 3 + binutils/doc/Makefile.in | 5 +- binutils/doc/binutils.texi | 18 ++ binutils/dwarf.c | 110 ++++++- binutils/dwarf.h | 4 + binutils/objcopy.c | 15 +- binutils/objdump.c | 27 ++ binutils/po/zh_TW.po | 340 +-------------------- binutils/readelf.c | 132 ++++++++ binutils/testsuite/binutils-all/linkdebug.s | 17 +- config/debuginfod.m4 | 38 +++ configure | 139 ++++++++- configure.ac | 4 + gas/ChangeLog | 57 ++++ gas/config/obj-elf.c | 12 + gas/config/tc-i386.c | 44 +-- gas/config/tc-z80.c | 181 +++++------ gas/config/tc-z8k.c | 4 +- gas/doc/as.texi | 21 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/pr14891.d | 2 + gas/testsuite/gas/elf/pr14891.l | 3 + gas/testsuite/gas/elf/pr14891.s | 6 + gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/x86-64-sysenter-amd.d | 14 + gas/testsuite/gas/i386/x86-64-sysenter-amd.l | 5 + gas/testsuite/gas/i386/x86-64-sysenter-amd.s | 7 + gas/testsuite/gas/i386/x86-64-sysenter-intel.d | 15 + gas/testsuite/gas/i386/x86-64-sysenter-mixed.d | 6 + gdb/ChangeLog | 133 ++++++++ gdb/amd64-windows-tdep.c | 4 +- gdb/coff-pe-read.c | 2 +- gdb/coffread.c | 30 +- gdb/ctfread.c | 2 +- gdb/dbxread.c | 30 +- gdb/dtrace-probe.c | 4 +- gdb/dwarf2-frame.c | 7 +- gdb/dwarf2read.c | 252 ++++++--------- gdb/gdbsupport/common-defs.h | 8 +- gdb/hppa-bsd-tdep.c | 3 +- gdb/hppa-tdep.c | 2 +- gdb/ia64-tdep.c | 2 +- gdb/machoread.c | 7 +- gdb/mdebugread.c | 24 +- gdb/mipsread.c | 4 +- gdb/objfiles.c | 65 ++-- gdb/objfiles.h | 8 +- gdb/psympriv.h | 9 +- gdb/psymtab.c | 3 +- gdb/remote.c | 12 +- gdb/solib-aix.c | 22 +- gdb/solib-dsbt.c | 11 +- gdb/solib-frv.c | 11 +- gdb/solib-svr4.c | 14 +- gdb/solib-target.c | 16 +- gdb/stabsread.h | 2 +- gdb/stap-probe.c | 3 +- gdb/symfile.c | 76 ++--- gdb/symfile.h | 5 +- gdb/symmisc.c | 3 +- gdb/symtab.c | 36 +-- gdb/symtab.h | 25 +- gdb/testsuite/ChangeLog | 34 +++ gdb/testsuite/gdb.base/skip.exp | 9 +- gdb/testsuite/gdb.tui/basic.exp | 40 +++ .../gdb.tui/{basic.exp => tui-layout-asm.exp} | 27 +- gdb/testsuite/lib/tuiterm.exp | 67 +++- gdb/thread.c | 130 ++++---- gdb/tui/tui-source.c | 27 +- gdb/tui/tui.c | 10 +- gdb/xcoffread.c | 24 +- opcodes/ChangeLog | 34 +++ opcodes/i386-dis.c | 26 +- opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 28 +- opcodes/z80-dis.c | 14 +- opcodes/z8k-dis.c | 13 +- opcodes/z8k-opc.h | 6 +- opcodes/z8kgen.c | 6 +- 90 files changed, 1738 insertions(+), 1122 deletions(-) create mode 100644 config/debuginfod.m4 create mode 100644 gas/testsuite/gas/elf/pr14891.d create mode 100644 gas/testsuite/gas/elf/pr14891.l create mode 100644 gas/testsuite/gas/elf/pr14891.s create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.d create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.l create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-amd.s create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-sysenter-mixed.d copy gdb/testsuite/gdb.tui/{basic.exp => tui-layout-asm.exp} (58%)