diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-25 04:07:05 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-25 04:07:05 +0000 |
commit | 81bb3443544bff4a3cc386acc5d4f1a6339967da (patch) | |
tree | 3478e6ad3706a698b5ade9113f88d11ad5c16644 /gdb/testsuite/gdb.asm/asm-source.exp | |
parent | 007d08bb900a8baf152b4306e195ee20dff52e0c (diff) | |
download | gdb-81bb3443544bff4a3cc386acc5d4f1a6339967da.zip gdb-81bb3443544bff4a3cc386acc5d4f1a6339967da.tar.gz gdb-81bb3443544bff4a3cc386acc5d4f1a6339967da.tar.bz2 |
2004-05-24 Randolph Chung <tausq@debian.org>
* gdb.asm/asm-source.exp: Enable test for hppa-linux target.
* gdb.asm/pa.inc: New file.
Diffstat (limited to 'gdb/testsuite/gdb.asm/asm-source.exp')
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 75e64b4..8839349 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -112,6 +112,10 @@ switch -glob -- [istarget] { set asm-arch ia64 set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}" } + "hppa*-linux-*" { + set asm-arch pa + set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}" + } } if { "${asm-arch}" == "" } { |