This is the mail archive of the binutils@sources.redhat.com 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]

[Patch] New gas testsuite directory (i860)


I'd like to flesh out a new gas testsuite directory for the i860 target.
The tests will come in a separate patch if this is approved.

Ok?  (I accidentally "cvs add'ed" the i860 directory already, sorry about
that-- but its not committed yet).

Also, may I consider the new i860 test dir under my maintainership
(with the other i860 bits)?

2003-05-19  Jason Eckhardt  <jle@rice.edu>

        * gas/i860: New directory.
        * gas/i860/i860.exp: New file.


*** /dev/null	Fri Mar 23 22:37:44 2001
--- i860.exp	Mon May 19 19:42:40 2003
***************
*** 0 ****
--- 1,28 ----
+ # i860 assembler testsuite.
+
+ if [istarget i860-*-*] {
+     run_dump_test "bte"
+     run_dump_test "bitwise"
+     run_dump_test "fldst01"
+     run_dump_test "fldst02"
+     run_dump_test "fldst03"
+     run_dump_test "fldst04"
+     run_dump_test "fldst05"
+     run_dump_test "fldst06"
+     run_dump_test "fldst07"
+     run_dump_test "fldst08"
+     run_dump_test "form"
+     run_dump_test "iarith"
+     run_dump_test "ldst01"
+     run_dump_test "ldst02"
+     run_dump_test "ldst03"
+     run_dump_test "ldst04"
+     run_dump_test "ldst05"
+     run_dump_test "ldst06"
+     run_dump_test "pfam"
+     run_dump_test "pfmam"
+     run_dump_test "pfsm"
+     run_dump_test "pfmsm"
+     run_dump_test "regress01"
+     run_dump_test "shift"
+ }


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