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 be381d7175e objcopy: fix typo in --heap and --stack parser new ed71929492f x86: record flag_code in tc_frag_data new d12c7ab814c x86: i386_generate_nops() may not derive decisions from glo [...] new d164359dbc1 x86: don't use 32-bit LEA as NOP surrogate in 64-bit code new 5e0729b655a x86: don't use operand size override with NOP in 16-bit code new cd75cd859e5 x86: respect ".arch nonop" when selecting which NOPs to emit new c8be4b6f1d4 x86: i686 != PentiumPro new 9f314ead9de x86: don't record full i386_cpu_flags in struct i386_tc_frag_data new ad9f3230565 x86: add a few more NOP patterns new ae7067fb218 x86: fold a few of the "alternative" NOP patterns new c69011e9533 x86: fold NOP testcase expectations where possible new a0094f1a70e gas: make .nops output visible in listing
The 11 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-i386.c | 149 +++++------- gas/config/tc-i386.h | 20 +- gas/listing.c | 22 ++ gas/testsuite/gas/i386/align-branch-6.d | 15 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/ilp32/x86-64-nops-1-core2.d | 157 +------------ gas/testsuite/gas/i386/ilp32/x86-64-nops-1-k8.d | 157 +------------ .../gas/i386/ilp32/x86-64-nops-1-pentium.d | 164 +------------ gas/testsuite/gas/i386/ilp32/x86-64-nops-1.d | 157 +------------ gas/testsuite/gas/i386/ilp32/x86-64-nops-2.d | 162 +------------ gas/testsuite/gas/i386/ilp32/x86-64-nops-3.d | 15 +- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-core2.d | 215 +---------------- gas/testsuite/gas/i386/ilp32/x86-64-nops-4-k8.d | 215 +---------------- gas/testsuite/gas/i386/ilp32/x86-64-nops-4.d | 215 +---------------- gas/testsuite/gas/i386/ilp32/x86-64-nops-5-k8.d | 76 +----- gas/testsuite/gas/i386/ilp32/x86-64-nops-5.d | 76 +----- gas/testsuite/gas/i386/nop-1-suffix.d | 50 ++-- gas/testsuite/gas/i386/nop-1.d | 50 ++-- gas/testsuite/gas/i386/nop-1.l | 39 ++++ gas/testsuite/gas/i386/nop-2.d | 84 +++---- gas/testsuite/gas/i386/nop-4.d | 4 +- gas/testsuite/gas/i386/nop-5.d | 6 +- gas/testsuite/gas/i386/nops-1-i386-i686.d | 164 +------------ gas/testsuite/gas/i386/nops-1-i386.d | 164 +------------ gas/testsuite/gas/i386/nops-1-i686.d | 165 +------------ gas/testsuite/gas/i386/nops-1-k8.d | 157 +------------ gas/testsuite/gas/i386/nops-1.d | 34 ++- gas/testsuite/gas/i386/nops-10.d | 13 ++ gas/testsuite/gas/i386/nops-10.s | 6 + gas/testsuite/gas/i386/nops-2-core2.d | 169 +------------- gas/testsuite/gas/i386/nops-2-i386.d | 169 +------------- gas/testsuite/gas/i386/nops-2.d | 40 ++-- gas/testsuite/gas/i386/nops-3-i386.d | 18 +- gas/testsuite/gas/i386/nops-3-i686.d | 18 +- gas/testsuite/gas/i386/nops-3.d | 13 +- gas/testsuite/gas/i386/nops-4-i386.d | 245 +------------------ gas/testsuite/gas/i386/nops-4-i686.d | 245 +------------------ gas/testsuite/gas/i386/nops-4.d | 115 +++++---- gas/testsuite/gas/i386/nops-5-i686.d | 76 +----- gas/testsuite/gas/i386/nops-5.d | 24 +- gas/testsuite/gas/i386/nops-6.d | 4 +- gas/testsuite/gas/i386/nops-7.d | 259 ++++++++++----------- gas/testsuite/gas/i386/nops-9.d | 13 +- gas/testsuite/gas/i386/nops16-1.d | 224 ++++++++---------- gas/testsuite/gas/i386/x86-64-nop-2.d | 77 +----- gas/testsuite/gas/i386/x86-64-nops-1-core2.d | 158 +------------ gas/testsuite/gas/i386/x86-64-nops-1-g64.d | 158 +------------ gas/testsuite/gas/i386/x86-64-nops-1-k8.d | 157 +------------ gas/testsuite/gas/i386/x86-64-nops-1-pentium.d | 43 ++-- gas/testsuite/gas/i386/x86-64-nops-1a-core2.d | 5 + gas/testsuite/gas/i386/x86-64-nops-1a-g64.d | 5 + gas/testsuite/gas/i386/x86-64-nops-4-core2.d | 216 +---------------- gas/testsuite/gas/i386/x86-64-nops-4-k8.d | 215 +---------------- gas/testsuite/gas/i386/x86-64-nops-5-k8.d | 77 +----- gas/testsuite/gas/i386/x86-64-nops-5.d | 24 +- gas/testsuite/gas/i386/x86-64-nops-6.d | 13 ++ gas/testsuite/gas/i386/x86-64-nops-6.s | 7 + gas/testsuite/gas/i386/x86-64.exp | 3 + gas/write.c | 7 +- 60 files changed, 688 insertions(+), 4866 deletions(-) create mode 100644 gas/testsuite/gas/i386/nop-1.l create mode 100644 gas/testsuite/gas/i386/nops-10.d create mode 100644 gas/testsuite/gas/i386/nops-10.s create mode 100644 gas/testsuite/gas/i386/x86-64-nops-1a-core2.d create mode 100644 gas/testsuite/gas/i386/x86-64-nops-1a-g64.d create mode 100644 gas/testsuite/gas/i386/x86-64-nops-6.d create mode 100644 gas/testsuite/gas/i386/x86-64-nops-6.s