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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 4d4eaa3005 Make symbol_set_names a member function adds 48bcea9f48 x86: consolidate Disp<NN> handling a little adds 376cd05610 x86-64: fix Intel64 handling of branch with data16 prefix adds 6cb0a70ef3 x86-64: correct / adjust prefix emission adds f2810fe00a x86: adjust ignored prefix warning for branches adds 1630140dc6 Remove tui_gen_win_info::viewport_height adds a1e4dee435 Change tui_active to bool adds f9ba974dea Reorder an "if" in print_disassembly adds ace206a5a5 Remove dead code from TUI adds 1ddaf334cf Automatic date update in version.in adds b28a729db1 [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when [...]
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 51 +++++++ gas/config/tc-i386-intel.c | 3 +- gas/config/tc-i386.c | 173 ++++++++++++++---------- gas/testsuite/gas/i386/i386.exp | 2 +- gas/testsuite/gas/i386/mpx-inval-1.l | 12 +- gas/testsuite/gas/i386/notrackbad.l | 4 +- gas/testsuite/gas/i386/x86-64-branch-2.d | 10 +- gas/testsuite/gas/i386/x86-64-branch-2.s | 2 + gas/testsuite/gas/i386/x86-64-branch-3.d | 19 +++ gas/testsuite/gas/i386/x86-64-branch-3.l | 17 --- gas/testsuite/gas/i386/x86-64-branch-3.s | 5 + gas/testsuite/gas/i386/x86-64-mpx-branch-1.d | 36 ++--- gas/testsuite/gas/i386/x86-64-mpx-branch-1.s | 3 + gas/testsuite/gas/i386/x86-64-mpx-branch-2.d | 26 +--- gas/testsuite/gas/i386/x86-64-mpx-branch-2.s | 3 + gas/testsuite/gas/i386/x86-64-notrackbad.l | 4 +- gdb/ChangeLog | 29 ++++ gdb/cli/cli-cmds.c | 10 +- gdb/testsuite/ChangeLog | 8 ++ gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 25 +++- gdb/testsuite/lib/ada.exp | 36 +++++ gdb/testsuite/lib/gnat_debug_info_test.adb | 6 + gdb/tui/tui-command.c | 8 -- gdb/tui/tui-data.h | 2 - gdb/tui/tui-layout.c | 4 - gdb/tui/tui-regs.c | 3 +- gdb/tui/tui-source.c | 4 +- gdb/tui/tui.c | 68 +--------- gdb/tui/tui.h | 2 +- opcodes/ChangeLog | 17 +++ opcodes/i386-dis.c | 10 +- opcodes/i386-gen.c | 3 +- opcodes/i386-opc.tbl | 33 +++-- opcodes/i386-tbl.h | 190 +++++++++++++-------------- 35 files changed, 471 insertions(+), 359 deletions(-) create mode 100644 gas/testsuite/gas/i386/x86-64-branch-3.d delete mode 100644 gas/testsuite/gas/i386/x86-64-branch-3.l create mode 100644 gdb/testsuite/lib/gnat_debug_info_test.adb