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-stable-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 new 48bcea9f48 x86: consolidate Disp<NN> handling a little new 376cd05610 x86-64: fix Intel64 handling of branch with data16 prefix new 6cb0a70ef3 x86-64: correct / adjust prefix emission new f2810fe00a x86: adjust ignored prefix warning for branches
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 | 39 ++++++ gdb/NEWS | 4 + gdb/ada-lang.c | 2 +- gdb/buildsym.c | 2 +- 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 ++--- opcodes/ChangeLog | 17 +++ opcodes/i386-dis.c | 10 +- opcodes/i386-gen.c | 3 +- opcodes/i386-opc.tbl | 33 +++-- opcodes/i386-tbl.h | 190 +++++++++++++-------------- 37 files changed, 474 insertions(+), 347 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