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 5033013f17 Fix gdb.opt/inline-cmds.exp regressions new da5f19a253 i386: Support .code64 directive only with 64-bit bfd
The 1 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 | 12 ++++++++++++ gas/config/tc-i386.c | 2 ++ gas/testsuite/gas/i386/code64-inval.l | 13 +++++++++++++ gas/testsuite/gas/i386/code64-inval.s | 1 + gas/testsuite/gas/i386/code64.d | 11 +++++++++++ gas/testsuite/gas/i386/code64.s | 5 +++++ gas/testsuite/gas/i386/i386.exp | 14 ++++++++++---- 7 files changed, 54 insertions(+), 4 deletions(-) create mode 100644 gas/testsuite/gas/i386/code64-inval.l create mode 100644 gas/testsuite/gas/i386/code64-inval.s create mode 100644 gas/testsuite/gas/i386/code64.d create mode 100644 gas/testsuite/gas/i386/code64.s