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 ad59259604f GDB: trad-frame: Store length of value_bytes in trad_frame_ [...] new 6f04937e1d7 [gdb/build, c++20] Fix build with gcc 10 new 044dd6345f7 gas: make deferred expression evaluation generally latch dot new e18fc11e47b aarch64: re-work PR gas/27217 fix again new 3f4bbf3c060 gas: consolidate . latching new 69007bf141b x86: Support x86 Zhaoxin PadLockRNG2 instruction
The 5 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/NEWS | 2 + gas/config/tc-aarch64.c | 60 +- gas/config/tc-i386.c | 5 +- gas/config/tc-m32r.c | 4 +- gas/config/tc-metag.c | 4 +- gas/config/tc-mn10300.c | 4 +- gas/config/tc-ppc.c | 12 +- gas/config/tc-sh.c | 4 +- gas/doc/c-i386.texi | 5 +- gas/expr.c | 15 +- gas/expr.h | 5 +- gas/read.c | 5 +- gas/symbols.c | 17 + gas/symbols.h | 1 + gas/testsuite/gas/aarch64/pr27217.d | 15 +- gas/testsuite/gas/aarch64/pr27217.s | 11 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/padlockrng2.d | 11 + gas/testsuite/gas/i386/padlockrng2.s | 7 + gas/write.c | 10 +- gas/write.h | 2 - gdb/guile/guile-internal.h | 8 +- gdbsupport/default-init-alloc.h | 4 +- opcodes/i386-dis.c | 1 + opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 1306 +++++----- opcodes/i386-mnem.h | 4325 +++++++++++++++++----------------- opcodes/i386-opc.h | 5 +- opcodes/i386-opc.tbl | 5 +- opcodes/i386-tbl.h | 3270 ++++++++++++------------- 30 files changed, 4631 insertions(+), 4496 deletions(-) create mode 100644 gas/testsuite/gas/i386/padlockrng2.d create mode 100644 gas/testsuite/gas/i386/padlockrng2.s