This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-master-aarch64-spec2k6-Oz in repository toolchain/ci/binutils-gdb.
from 2a17c803f6 Fix test breakages caused by removal of gdb_py_test_multiple. adds 8cfb541ad1 Readline-8.0 patch 1: fix file descriptor leak with zero-len [...] adds fca1f7036a fix problems moving back beyond start of history adds c74251adf3 reading history entries with timestamps can result in joined [...] adds f5fb419ff3 problems restoring the history file are not signaled correct [...] adds b1d34c3e25 Update readline/README to mention patchlevel adds 66d743a43e Automatic date update in version.in adds 054b336d9a gas eqv-dot test fails adds 3443489c65 obsolete xc16x adds cc574a35a2 Re: Remove x86 NaCl target support adds 9cdf98207c Allow reference form for DW_AT_associated and DW_AT_allocate [...] adds 33d1369f18 PR26188, buff overflow in coff_find_nearest_line_with_names adds a8caed5d7f Recognize -1 as a tombstone value in .debug_line adds 0ac053609a Automatic date update in version.in adds ea68593bd2 Use complete_on_enum in tui_reggroup_completer adds 7a02bab704 Remove tui_expand_tabs adds e555083f95 Move some code out of tui-data.h adds 9ab26b4a0f Remove tui_data_window::name adds c9753adb01 Remove useless "if' from tui-regs.c adds 22b7b0412b Rename tui_data_item_window::item_no adds 7134f2eb92 Don't derive tui_data_item_window from tui_gen_win_info adds 1eb2161f83 Remove body of tui_locator_window constructor adds a30cb6dabb Derive tui_locator_window from tui_win_info adds 32c1e21009 Remove tui_gen_win_info adds 1cdf9e33ea Make tui_win_info::name pure virtual adds 0942c7ab94 Change readelf's display of symbol names (when not in --wide [...] adds b1a35af270 gdb: remove unused fetch_inferior_event and inferior_event_h [...] adds f405494f21 aarch64: Fix segfault on unicode symbols adds f436f38e7d Skip fill-1 gas test for MeP targets. adds c2ecccb33c x86: Add SwapSources
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 14 + bfd/coffgen.c | 8 +- bfd/config.bfd | 1 + bfd/elf32-i386.c | 1 + bfd/version.h | 2 +- binutils/ChangeLog | 11 + binutils/NEWS | 6 + binutils/doc/binutils.texi | 10 + binutils/readelf.c | 54 +- gas/ChangeLog | 36 + gas/config/tc-aarch64.c | 2 +- gas/config/tc-i386.c | 6 +- gas/config/tc-xc16x.c | 2 + .../{udf.d => reglike-label-unicode-segv.d} | 5 +- .../gas/aarch64/reglike-label-unicode-segv.s | 2 + gas/testsuite/gas/all/eqv-dot.d | 5 +- gas/testsuite/gas/all/fill-1.d | 4 +- gas/testsuite/gas/ia64/group-2.d | 2 +- gas/testsuite/gas/ia64/unwind.d | 2 +- gas/testsuite/gas/mmix/bspec-1.d | 2 +- gas/testsuite/gas/mmix/bspec-2.d | 2 +- gas/testsuite/gas/mmix/comment-1.d | 2 +- gas/testsuite/gas/tic6x/scomm-directive-4.d | 2 +- gdb/ChangeLog | 131 + gdb/dwarf2/read.c | 29 +- gdb/inf-loop.c | 5 +- gdb/inf-loop.h | 3 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 8 +- gdb/infrun.h | 2 +- gdb/linux-nat.c | 2 +- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote.c | 7 +- gdb/tui/tui-data.h | 143 +- gdb/tui/tui-io.c | 52 - gdb/tui/tui-io.h | 3 - gdb/tui/tui-layout.c | 15 +- gdb/tui/tui-layout.h | 4 +- gdb/tui/tui-regs.c | 166 +- gdb/tui/tui-regs.h | 34 +- gdb/tui/tui-stack.c | 3 + gdb/tui/tui-stack.h | 24 +- gdb/tui/tui-win.c | 4 +- gdb/tui/tui-wingeneral.c | 17 +- gdb/tui/tui-winsource.h | 17 + ld/ChangeLog | 13 + ld/testsuite/ld-arm/arm-elf.exp | 6 +- ld/testsuite/ld-mips-elf/mips-elf.exp | 4 +- ld/testsuite/ld-mmix/local1.d | 2 +- ld/testsuite/ld-mmix/local3.d | 2 +- ld/testsuite/ld-mmix/local5.d | 2 +- ld/testsuite/ld-mmix/local7.d | 2 +- ld/testsuite/ld-powerpc/powerpc.exp | 6 +- opcodes/ChangeLog | 9 + opcodes/i386-gen.c | 1 + opcodes/i386-opc.h | 4 + opcodes/i386-opc.tbl | 10 +- opcodes/i386-tbl.h | 7964 ++++++++++---------- readline/ChangeLog | 4 + readline/README | 4 + readline/readline/histfile.c | 18 +- readline/readline/misc.c | 5 +- readline/readline/patchlevel | 2 +- 64 files changed, 4550 insertions(+), 4364 deletions(-) copy gas/testsuite/gas/aarch64/{udf.d => reglike-label-unicode-segv.d} (55%) create mode 100644 gas/testsuite/gas/aarch64/reglike-label-unicode-segv.s