Files for testing m32rx instruction set.

This commit is contained in:
Nick Clifton 1997-12-18 16:04:14 +00:00
parent 2a0b2e7f7b
commit 17f0d950f1
3 changed files with 23 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Thu Dec 18 11:10:42 1997 Nick Clifton <nickc@cygnus.com>
* gas/m32r/m32rx.d: New file.
* gas/m32r/m32rx.s: New file.
* gas/m32r/m32rx.exp: New file.
* gas/arm/inst.d: Updated to match latest disassembler changes.
* gas/arm/arm7t.d: Updated to match latest disassembler changes.

View File

@ -15,6 +15,13 @@
Do-first:
m32rx_files="m32rx.s m32rx.d m32rx.exp"
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
keep_these_too="${m32rx_files} ${keep_these_too}"
else
lose_these_too="${m32rx_files} ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the
# "Files-to-sed:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize
@ -36,6 +43,13 @@ uppercase.s
Things-to-lose:
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
fi
done
Do-last:
# End of file.

View File

@ -0,0 +1,5 @@
# M32Rx assembler testsuite.
if [istarget m32r*-*-*] {
run_dump_test "m32rx"
}