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 552ddbabb5d aarch64: Add support for FEAT_SSVE_BITPERM new d4c517eec10 bfd/ELF: don't lose trailing globals from SHF_MERGE sections new 5690a49ac79 x86: PadLock adjustments new 6e3954c79e8 x86: introduce PadLock predicate
The 3 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/merge.c | 3 +- gas/config/tc-i386.c | 32 ++++----- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/padlock-bad.l | 5 ++ gas/testsuite/gas/i386/padlock-bad.s | 17 +++++ opcodes/i386-gen.c | 2 + opcodes/i386-init.h | 12 ++-- opcodes/i386-opc.h | 11 +-- opcodes/i386-opc.tbl | 43 ++++++------ opcodes/i386-tbl.h | 130 +++++++++++++++++------------------ 10 files changed, 142 insertions(+), 114 deletions(-) create mode 100644 gas/testsuite/gas/i386/padlock-bad.l create mode 100644 gas/testsuite/gas/i386/padlock-bad.s