gas: blackfin: test all 16bit insns
Mike Frysinger
vapier@gentoo.org
Thu Mar 24 04:33:00 GMT 2011
More information about the Binutils mailing list
Thu Mar 24 04:33:00 GMT 2011
- Previous message (by thread): [PATCH] gas: blackfin: catch invalid dest dregs in dsp mult insns
- Next message (by thread): [PATCH] opcodes: blackfin: ignore (M) on MAC0-only dsp mac funcs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: gas-blackfin-test-all-16bit-insns.patch.bz2 Type: application/x-bzip2 Size: 147360 bytes Desc: not available URL: <https://sourceware.org/pipermail/binutils/attachments/20110324/4272733f/attachment.bz2>
- Previous message (by thread): [PATCH] gas: blackfin: catch invalid dest dregs in dsp mult insns
- Next message (by thread): [PATCH] opcodes: blackfin: ignore (M) on MAC0-only dsp mac funcs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list