diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-12-28 10:36:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-12-28 10:36:00 +0000 |
commit | a1b06f3564a44e113063ec06d7794063670e5a76 (patch) | |
tree | 804894ea8d7183f6d4f646df83bbf0f7d6f00f68 /gdb/testsuite/gdb.asm/asm-source.exp | |
parent | cdc34721c45ba23a37cb9870b6f122a8e3e3ced0 (diff) | |
download | gdb-a1b06f3564a44e113063ec06d7794063670e5a76.zip gdb-a1b06f3564a44e113063ec06d7794063670e5a76.tar.gz gdb-a1b06f3564a44e113063ec06d7794063670e5a76.tar.bz2 |
* gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
* gdb.asm/openbsd.inc: Indent commands.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index eceeb5d..d1a4be8 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -144,6 +144,11 @@ switch -glob -- [istarget] { set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" set debug-flags "-gdwarf-2" } + "hppa-*-openbsd*" { + set asm-arch pa + set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" + set debug-flags "-gdwarf-2" + } "hppa64-*-hpux*" { set asm-arch pa64 set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}" |