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 ebed2c2c43a gdb: reorder checks in validate_exec_file new 7ca6020a4e5 tidy target HANDLE_ALIGN new 83d94ae428b tidy x86 HANDLE_ALIGN new 0c951ab895a Re: gas .align limit new 689f3edfb8f rs_fill_nop and md_generate_nops
The 4 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/as.h | 4 +- gas/config/tc-aarch64.c | 3 +- gas/config/tc-aarch64.h | 7 +- gas/config/tc-arm.c | 45 +-- gas/config/tc-arm.h | 12 +- gas/config/tc-epiphany.c | 16 +- gas/config/tc-epiphany.h | 1 + gas/config/tc-i386.c | 80 ++-- gas/config/tc-i386.h | 11 +- gas/config/tc-kvx.c | 86 ++-- gas/config/tc-kvx.h | 1 + gas/config/tc-m32c.h | 2 - gas/config/tc-metag.c | 24 +- gas/config/tc-metag.h | 1 + gas/config/tc-nds32.c | 23 +- gas/config/tc-nds32.h | 1 + gas/config/tc-ppc.c | 21 +- gas/config/tc-ppc.h | 2 +- gas/config/tc-visium.c | 22 +- gas/config/tc-visium.h | 1 + gas/config/tc-wasm32.h | 1 - gas/frags.c | 13 +- gas/frags.h | 3 +- gas/listing.c | 23 +- gas/read.c | 17 +- gas/testsuite/gas/epiphany/allinsn.exp | 1 + gas/testsuite/gas/epiphany/nop.d | 16 + gas/testsuite/gas/epiphany/nop.s | 5 + gas/testsuite/gas/i386/align-branch-6.d | 2 +- gas/testsuite/gas/i386/nop-1-suffix.d | 6 +- gas/testsuite/gas/i386/nop-1.d | 6 +- gas/testsuite/gas/i386/nop-1.l | 18 +- gas/testsuite/gas/i386/nop-2.d | 8 +- gas/testsuite/gas/i386/nop-4.d | 2 +- gas/testsuite/gas/i386/nop-5.d | 2 +- gas/testsuite/gas/i386/nops-1-core2.d | 216 +++++----- gas/testsuite/gas/i386/nops-1.d | 222 +++++------ gas/testsuite/gas/i386/nops-1.s | 210 +++++----- gas/testsuite/gas/i386/nops-10.d | 2 +- gas/testsuite/gas/i386/nops-2.d | 224 +++++------ gas/testsuite/gas/i386/nops-2.s | 210 +++++----- gas/testsuite/gas/i386/nops-3.d | 6 +- gas/testsuite/gas/i386/nops-3.s | 2 +- gas/testsuite/gas/i386/nops-4.d | 298 +++++++------- gas/testsuite/gas/i386/nops-4.s | 272 ++++++------- gas/testsuite/gas/i386/nops-4a-i686.d | 300 +++++++------- gas/testsuite/gas/i386/nops-5.d | 28 +- gas/testsuite/gas/i386/nops-6.d | 4 +- gas/testsuite/gas/i386/nops-7.d | 10 +- gas/testsuite/gas/i386/nops-9.d | 8 +- gas/testsuite/gas/i386/nops16-1.d | 522 ++++++++++++------------- gas/testsuite/gas/i386/nops16-1.s | 482 +++++++++++------------ gas/testsuite/gas/i386/x86-64-align-branch-6.d | 2 +- gas/testsuite/gas/i386/x86-64-nop-1.d | 6 +- gas/testsuite/gas/i386/x86-64-nop-5.d | 2 +- gas/testsuite/gas/i386/x86-64-nops-1-core2.d | 210 +++++----- gas/testsuite/gas/i386/x86-64-nops-1-pentium.d | 220 +++++------ gas/testsuite/gas/i386/x86-64-nops-1.d | 216 +++++----- gas/testsuite/gas/i386/x86-64-nops-2.d | 218 +++++------ gas/testsuite/gas/i386/x86-64-nops-3.d | 6 +- gas/testsuite/gas/i386/x86-64-nops-4-core2.d | 298 +++++++------- gas/testsuite/gas/i386/x86-64-nops-4.d | 300 +++++++------- gas/testsuite/gas/i386/x86-64-nops-5.d | 28 +- gas/testsuite/gas/i386/x86-64-nops-6.d | 2 +- gas/testsuite/gas/i386/x86-64-nops-7.d | 10 +- gas/testsuite/gas/kvx/nop-align.d | 4 +- gas/write.c | 46 +-- 67 files changed, 2458 insertions(+), 2612 deletions(-) create mode 100644 gas/testsuite/gas/epiphany/nop.d create mode 100644 gas/testsuite/gas/epiphany/nop.s