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 9b383903e73 strip: Treat slim GCC/LLVM IR objects the same new b3743a2c05d bfd: have objcopy retain unknown ELF section flags new a1b33b8cc47 gas/ELF: drop bogus check for ELFOSABI_STANDALONE new 4984ab44f82 gas/ELF: re-work SHF_GNU_* handling new 21ff588912e gas/ELF: adjust bad section letter diagnostic new 98e6d3f5bd4 gas/ELF: allow specifying entity size for arbitrary sections new b011ae9fef4 bfd/ELF/PPC: make ppc_build_one_stub()'s stub_str[] static new bafcf0823c1 x86/APX: drop AMX-TRANSPOSE promoted insns new 16e7aa4aab7 bfd/TIC4x: correct COFF swapping functions for mixed-endian [...]
The 8 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/coffcode.h | 6 +- bfd/elf.c | 40 +++++-- bfd/elf64-ppc.c | 6 +- binutils/testsuite/binutils-all/copy-7.d | 14 +++ binutils/testsuite/binutils-all/copy-7.s | 7 ++ binutils/testsuite/binutils-all/objcopy.exp | 1 + gas/NEWS | 3 + gas/config/obj-elf.c | 132 ++++++++++++--------- gas/config/tc-alpha.c | 4 +- gas/config/tc-i386.c | 12 +- gas/config/tc-ia64.c | 8 +- gas/config/tc-mep.c | 4 +- gas/config/tc-ppc.c | 4 +- gas/doc/as.texi | 14 ++- gas/testsuite/gas/elf/bad-section-flag.err | 3 +- gas/testsuite/gas/elf/bad-section-flag.s | 1 + gas/testsuite/gas/elf/elf.exp | 4 +- gas/testsuite/gas/elf/entsize.d | 9 ++ gas/testsuite/gas/elf/entsize.s | 8 ++ .../gas/elf/{section23a.d => section23.d} | 0 gas/testsuite/gas/elf/section23b.d | 6 - gas/testsuite/gas/elf/section23b.err | 2 - .../gas/i386/x86-64-apx-evex-promoted-intel.d | 16 --- .../gas/i386/x86-64-apx-evex-promoted-wig.d | 16 --- gas/testsuite/gas/i386/x86-64-apx-evex-promoted.d | 16 --- gas/testsuite/gas/i386/x86-64-apx-evex-promoted.s | 16 --- opcodes/i386-dis-evex.h | 4 +- opcodes/i386-gen.c | 14 --- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 32 ++--- 30 files changed, 201 insertions(+), 205 deletions(-) create mode 100644 binutils/testsuite/binutils-all/copy-7.d create mode 100644 binutils/testsuite/binutils-all/copy-7.s create mode 100644 gas/testsuite/gas/elf/entsize.d create mode 100644 gas/testsuite/gas/elf/entsize.s rename gas/testsuite/gas/elf/{section23a.d => section23.d} (100%) delete mode 100644 gas/testsuite/gas/elf/section23b.d delete mode 100644 gas/testsuite/gas/elf/section23b.err