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-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from 8ce18f9cdf Avoid ubsan bug complaining about &p->field adds 8fb7532331 Add a NEWS entry for multithreaded symbol loading adds b0d674e2b4 Automatic date update in version.in adds 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 new 1630140dc6 Remove tui_gen_win_info::viewport_height new a1e4dee435 Change tui_active to bool new f9ba974dea Reorder an "if" in print_disassembly new ace206a5a5 Remove dead code from TUI
The 4 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/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 | 68 ++++++++++ gdb/NEWS | 4 + gdb/ada-lang.c | 2 +- gdb/buildsym.c | 2 +- gdb/cli/cli-cmds.c | 10 +- gdb/coffread.c | 2 +- gdb/ctfread.c | 8 +- gdb/dwarf2read.c | 6 +- gdb/jit.c | 4 +- gdb/language.c | 2 +- gdb/mdebugread.c | 2 +- gdb/minsyms.c | 24 ++-- gdb/psymtab.c | 17 ++- gdb/stabsread.c | 10 +- gdb/symtab.c | 44 +++---- gdb/symtab.h | 30 ++--- 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 +++++++++++++-------------- 45 files changed, 515 insertions(+), 436 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