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-mainline-allnoconfig 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 new d420769627 Fix crash in Ada "catch exception" new 78d5933a43 Remove tui_clear_source_windows_detail new f14bec587f Change tui_source_element::line to be a unique_xmalloc_ptr new 2d81b34998 Move "fullname" to tui_source_window new f853215443 Change tui_make_status_line to return std::string new 71a25ed2e7 Change tui_make_status_line to be a method new b3b1bde658 Remove some explicit re-rendering from the TUI new 2ad52f6fb3 Simplify tui_source_window_base::show_source_content new 6b915f7d0c Simplify TUI disassembly new b545782674 Use "bool" in tui_data_window::show_register_group new 9abd8a65c1 Change "win_resized" to bool new 1b935acf7e Set TUI locator height to 1 new 0891be0835 Don't call refresh in tui_resize_all new b76251abaf Remove a call to tui_locator_win_info_ptr new 9923f347c4 Change members of tui_locator_window to std::string new 80df33379e Rename private data members of tui_data_window new 7226433c44 Rename a private data member in tui_source_window new 43df9b2fcc Remove strcat_to_buf new 63c4bf1922 Remove separator comments from TUI new f074b67ec8 Use make_unique_xstrdup in TUI new 78e8cb91cd Change TUI window commands to be case-sensitive
The 21 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 | 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(-)