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 ca263aec20a [gdb/testsuite] Fix timeouts in gdb.threads/step-over-threa [...] new 031ca0cf1f6 genlink tidy new 394a3f4f8dc tidy binary, ihex and verilog new 6ca01b0bdd5 binary outsymbols new b477fdd746f gas HANDLE_ALIGN and frag_alloc new aefcec161e4 elf64-ppc.c memory leaks new b413284b8fb gas ppc .machine leak new 86790dfe160 ppc plt sym memory leak new 6cda040f1b9 disassemble_free_powerpc new 72187c317dc x86: Support x86 Zhaoxin PadLock PHE2 instructions
The 9 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/binary.c | 14 +- bfd/elf32-ppc.c | 2 +- bfd/elf64-ppc.c | 23 +- bfd/genlink.h | 26 - bfd/ihex.c | 28 +- bfd/linker.c | 40 +- bfd/srec.c | 27 +- bfd/tekhex.c | 17 +- bfd/verilog.c | 33 +- gas/NEWS | 2 +- gas/config/tc-aarch64.h | 2 +- gas/config/tc-alpha.h | 2 +- gas/config/tc-arc.h | 2 +- gas/config/tc-arm.h | 2 +- gas/config/tc-avr.h | 2 +- gas/config/tc-epiphany.h | 2 +- gas/config/tc-frv.h | 2 +- gas/config/tc-i386.c | 5 +- gas/config/tc-i386.h | 2 +- gas/config/tc-ia64.h | 2 +- gas/config/tc-kvx.h | 3 +- gas/config/tc-loongarch.h | 2 +- gas/config/tc-m32c.h | 2 +- gas/config/tc-m32r.h | 2 +- gas/config/tc-metag.h | 2 +- gas/config/tc-mips.h | 2 +- gas/config/tc-mn10300.h | 2 +- gas/config/tc-nds32.h | 2 +- gas/config/tc-ppc.c | 11 +- gas/config/tc-ppc.h | 6 +- gas/config/tc-riscv.h | 2 +- gas/config/tc-rl78.h | 2 +- gas/config/tc-rx.h | 2 +- gas/config/tc-sh.h | 2 +- gas/config/tc-sparc.h | 2 +- gas/config/tc-spu.h | 2 +- gas/config/tc-tilegx.h | 2 +- gas/config/tc-tilepro.h | 2 +- gas/config/tc-v850.h | 2 +- gas/config/tc-visium.h | 2 +- gas/config/tc-wasm32.h | 2 +- gas/config/tc-xtensa.h | 2 +- gas/doc/c-i386.texi | 4 +- gas/frags.c | 6 +- gas/frags.h | 2 +- gas/subsegs.c | 2 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/padlockphe2.d | 13 + gas/testsuite/gas/i386/padlockphe2.s | 9 + gas/write.c | 42 +- opcodes/disassemble.c | 1 + opcodes/disassemble.h | 1 + opcodes/i386-dis.c | 4 +- opcodes/i386-gen.c | 3 + opcodes/i386-init.h | 1302 +++++----- opcodes/i386-mnem.h | 4374 +++++++++++++++++----------------- opcodes/i386-opc.h | 3 + opcodes/i386-opc.tbl | 4 + opcodes/i386-tbl.h | 3352 +++++++++++++------------- opcodes/ppc-dis.c | 10 + 60 files changed, 4732 insertions(+), 4694 deletions(-) create mode 100644 gas/testsuite/gas/i386/padlockphe2.d create mode 100644 gas/testsuite/gas/i386/padlockphe2.s