diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:59:17 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-03-08 08:59:17 +0000 |
commit | be46087ebca4fa12c073313129d078db08143d31 (patch) | |
tree | 32908951005bd166ab20e486fdc990be3d77b6ca /gdb/testsuite/gdb.asm/asm-source.exp | |
parent | edece23776d06c405e0b71b38cfcc80b501bac15 (diff) | |
download | gdb-be46087ebca4fa12c073313129d078db08143d31.zip gdb-be46087ebca4fa12c073313129d078db08143d31.tar.gz gdb-be46087ebca4fa12c073313129d078db08143d31.tar.bz2 |
* gdb.asm/asm-source.exp: Add iq2000 case.
* gdb.asm/iq2000.inc: New file.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 60650ce..6f4821e 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -122,6 +122,9 @@ switch -glob -- [istarget] { set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" set debug-flags "-gdwarf-2" } + "iq2000-*-*" { + set asm-arch iq2000 + } "hppa*-linux-*" { set asm-arch pa set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" |