mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 13:35:56 +00:00
2003-05-20 Jason Eckhardt <jle@rice.edu>
* gas/i860: New directory. * gas/i860/i860.exp: New file.
This commit is contained in:
parent
129b8c20a8
commit
6ccb204bf4
@ -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.
|
||||
|
12
gas/testsuite/gas/i860/i860.exp
Normal file
12
gas/testsuite/gas/i860/i860.exp
Normal 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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user