This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gas: blackfin: test all 16bit insns


The current 16bit insn test doesn't actually cover all illegal insns
since it stops at 0xa000 instead of 0xc000.  But rather than address
that, replace it with a test that covers all 16bit insns.

Committed.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

2011-02-05  Mike Frysinger  <vapier@gentoo.org>

    * gas/bfin/16bit_illegals.d, gas/bfin/16bit_illegals.s: Delete.
    * gas/bfin/allinsn16.d, gas/bfin/allinsn16.s: New files.
    * gas/bfin/bfin.exp: Change 16bit_illegals to allinsn16.
---
 gas/testsuite/gas/bfin/16bit_illegals.d | 9829 ------
 gas/testsuite/gas/bfin/16bit_illegals.s | 1307 -
 gas/testsuite/gas/bfin/allinsn16.d      |49159 +++++++++++++++++++++++++++++++
 gas/testsuite/gas/bfin/allinsn16.s      |   33 +
 gas/testsuite/gas/bfin/bfin.exp         |    2 +-
 5 files changed, 49193 insertions(+), 11137 deletions(-)
 delete mode 100644 gas/testsuite/gas/bfin/16bit_illegals.d
 delete mode 100644 gas/testsuite/gas/bfin/16bit_illegals.s
 create mode 100644 gas/testsuite/gas/bfin/allinsn16.d
 create mode 100644 gas/testsuite/gas/bfin/allinsn16.s

Attachment: gas-blackfin-test-all-16bit-insns.patch.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]