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

* gas/i860: New directory.
        * gas/i860/i860.exp: New file.
This commit is contained in:
Jason Eckhardt 2003-05-21 01:28:55 +00:00
parent 129b8c20a8
commit 6ccb204bf4
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-05-20 Jason Eckhardt <jle@rice.edu>
* gas/i860: New directory.
* gas/i860/i860.exp: New file.
2003-05-20 Michal Ludvig <mludvig@suse.cz>
* gas/cfi/cfi.exp: Testsuite for cfi machinery.

View File

@ -0,0 +1,12 @@
# i860 assembler testsuite.
if ![istarget i860-*-*] {
exit
}
foreach file [lsort [glob -nocomplain -- $srcdir/$subdir/*.s]] {
set file [file tail $file]
set file [file rootname $file]
run_dump_test "$file"
}