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-allyesconfig in repository toolchain/ci/binutils-gdb.
from e452e88f54 [gdb/testsuite] Don't use FOOBAR pattern in gdb_test adds 956bafb0de Automatic date update in version.in adds e86f08d28f Declare dwarf_always_disassemble in dwarf2read.h adds c7ae7675cf Move arm_apcs_32 extern declaration to header adds e4153ae630 Move declaration of overload_resolution to value.h adds e59a100122 PowerPC64, error on unsupported dynamic relocation adds 4c51dacacf [GOLD] Fix spurious "plugin needed to handle lto object" warnings adds 3f9aad111c x86-64: fix handling of PUSH/POP of segment register adds 00f93c4492 bfd macro conversion to inline functions adds af30dc128b bfd macro conversion to inline functions, asymbol adds a48931cc2d bfd macro conversion to inline functions, section adds d420769627 Fix crash in Ada "catch exception" adds 78d5933a43 Remove tui_clear_source_windows_detail adds f14bec587f Change tui_source_element::line to be a unique_xmalloc_ptr adds 2d81b34998 Move "fullname" to tui_source_window adds f853215443 Change tui_make_status_line to return std::string adds 71a25ed2e7 Change tui_make_status_line to be a method adds b3b1bde658 Remove some explicit re-rendering from the TUI adds 2ad52f6fb3 Simplify tui_source_window_base::show_source_content adds 6b915f7d0c Simplify TUI disassembly adds b545782674 Use "bool" in tui_data_window::show_register_group adds 9abd8a65c1 Change "win_resized" to bool adds 1b935acf7e Set TUI locator height to 1 adds 0891be0835 Don't call refresh in tui_resize_all adds b76251abaf Remove a call to tui_locator_win_info_ptr adds 9923f347c4 Change members of tui_locator_window to std::string adds 80df33379e Rename private data members of tui_data_window adds 7226433c44 Rename a private data member in tui_source_window adds 43df9b2fcc Remove strcat_to_buf adds 63c4bf1922 Remove separator comments from TUI adds f074b67ec8 Use make_unique_xstrdup in TUI adds 78e8cb91cd Change TUI window commands to be case-sensitive
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 61 ++++ bfd/archive.c | 2 +- bfd/bfd-in.h | 70 ----- bfd/bfd-in2.h | 526 ++++++++++++++++++++++----------- bfd/bfd.c | 213 +++++++++++++ bfd/elf64-ppc.c | 74 +++++ bfd/section.c | 179 +++++------ bfd/targets.c | 68 +++++ bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/ar.c | 2 +- gas/ChangeLog | 13 + gas/config/tc-i386.c | 4 +- gas/config/tc-tic6x.c | 2 +- gas/testsuite/gas/i386/x86-64-opcode.d | 6 + gas/testsuite/gas/i386/x86-64-opcode.s | 10 +- gdb/ChangeLog | 199 +++++++++++++ gdb/NEWS | 3 + gdb/arm-linux-nat.c | 2 - gdb/arm-linux-tdep.c | 1 - gdb/arm-nbsd-nat.c | 2 - gdb/arm-tdep.c | 2 +- gdb/arm-tdep.h | 4 + gdb/block.c | 2 +- gdb/dwarf2loc.c | 2 - gdb/dwarf2read.c | 14 +- gdb/dwarf2read.h | 4 +- gdb/eval.c | 3 - gdb/gdb_bfd.c | 4 +- gdb/machoread.c | 4 +- gdb/solib.c | 6 +- gdb/tui/tui-data.c | 37 +-- gdb/tui/tui-data.h | 5 +- gdb/tui/tui-disasm.c | 76 ++--- gdb/tui/tui-layout.c | 57 +--- gdb/tui/tui-regs.c | 68 ++--- gdb/tui/tui-regs.h | 10 +- gdb/tui/tui-source.c | 15 +- gdb/tui/tui-source.h | 3 + gdb/tui/tui-stack.c | 106 +++---- gdb/tui/tui-stack.h | 18 +- gdb/tui/tui-win.c | 169 ++++------- gdb/tui/tui-wingeneral.c | 9 - gdb/tui/tui-winsource.c | 30 +- gdb/tui/tui-winsource.h | 22 +- gdb/tui/tui.c | 15 +- gdb/tui/tui.h | 2 - gdb/value.h | 2 + gold/ChangeLog | 12 + gold/layout.cc | 1 + gold/object.cc | 13 +- gold/powerpc.cc | 2 +- ld/ChangeLog | 24 ++ ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/mmo.em | 4 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/xtensaelf.em | 10 +- ld/ldelf.c | 8 +- ld/ldlang.c | 26 +- ld/ldlang.h | 8 +- ld/ldmain.c | 2 +- opcodes/ChangeLog | 7 + opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 30 +- sim/ChangeLog | 4 + sim/ppc/emul_generic.c | 5 - 68 files changed, 1461 insertions(+), 845 deletions(-)