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 334a017304f Automatic date update in version.in new 8a6fb3f9bb5 x86: restrict use of register aliases new af32b722096 x86: also allow %st(N) in CFI directives new 1ab84e0251a ix86: enable 2nd CFI test new 22e00a3f4df x86: restrict %tr<N> visibility new 73c76375955 x86: simplify check_byte_reg() new dd6b8a0bc27 x86: also handle %k<N> and %bnd<N> in debugging helpers
The 6 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 | 42 +++++++ gas/config/tc-i386.c | 192 ++++++++++++++++++-------------- gas/testsuite/gas/cfi/cfi-i386-2.d | 14 +-- gas/testsuite/gas/cfi/cfi-i386.s | 1 + gas/testsuite/gas/cfi/cfi.exp | 1 + gas/testsuite/gas/i386/equ-bad.l | 3 + gas/testsuite/gas/i386/equ-bad.s | 9 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-equ-bad.l | 8 ++ gas/testsuite/gas/i386/x86-64-equ-bad.s | 19 ++++ gas/testsuite/gas/i386/x86_64-intel.d | 2 + gas/testsuite/gas/i386/x86_64.d | 2 + gas/testsuite/gas/i386/x86_64.s | 3 + opcodes/ChangeLog | 4 + opcodes/i386-opc.h | 2 +- 15 files changed, 214 insertions(+), 90 deletions(-) create mode 100644 gas/testsuite/gas/i386/equ-bad.l create mode 100644 gas/testsuite/gas/i386/equ-bad.s create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.l create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.s