From: David Edelsohn Date: Tue, 15 Jul 1997 20:04:40 +0000 (+0000) Subject: * gas/m32r/uppercase.[sd]: New testcase. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e528bfeca8d8155d71a0ff57b33df968e48f9921;p=binutils-gdb.git * gas/m32r/uppercase.[sd]: New testcase. * gas/m32r/m32r.exp: New file. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index cc61cc43a08..77198d6e318 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 15 13:03:17 1997 Doug Evans + + * gas/m32r/uppercase.[sd]: New testcase. + * gas/m32r/m32r.exp: New file. + Mon Jun 16 14:32:11 1997 Ian Lance Taylor * gas/m68k/pcrel.d: Update for m68k disassembler changes. diff --git a/gas/testsuite/gas/m32r/.Sanitize b/gas/testsuite/gas/m32r/.Sanitize index 9859a0b1429..75ddecb39ae 100644 --- a/gas/testsuite/gas/m32r/.Sanitize +++ b/gas/testsuite/gas/m32r/.Sanitize @@ -26,6 +26,9 @@ Things-to-keep: allinsn.exp allinsn.d allinsn.s +m32r.exp +uppercase.d +uppercase.s Things-to-lose: diff --git a/gas/testsuite/gas/m32r/uppercase.s b/gas/testsuite/gas/m32r/uppercase.s new file mode 100644 index 00000000000..eeeba7dc1af --- /dev/null +++ b/gas/testsuite/gas/m32r/uppercase.s @@ -0,0 +1,5 @@ + .text + .global foo +foo: + mv R0,R1 + mvfc R0,CBR