This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 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: 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 +- opcodes/ChangeLog | 17 +++ opcodes/i386-dis.c | 10 +- opcodes/i386-gen.c | 3 +- opcodes/i386-opc.tbl | 33 +++-- opcodes/i386-tbl.h | 190 +++++++++++++-------------- 21 files changed, 358 insertions(+), 265 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