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 | eb8b296dbdc3806716a5a581e235067ba12cc806 (patch) | |
tree | 4200acd39c0d513581af983a19bab7616eee61f9 /gdb/testsuite | |
parent | 8e6457c3ec02b4839e6107b3640bd94583958fdd (diff) | |
download | gdb-eb8b296dbdc3806716a5a581e235067ba12cc806.tar.gz |
* gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
* gdb.asm/openbsd.inc: Indent commands.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/openbsd.inc | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 34643c42060..04de4c3e763 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-12-28 Mark Kettenis <kettenis@gnu.org> + + * gdb.asm/asm-source.exp (hppa-*-openbsd*): New. + * gdb.asm/openbsd.inc: Indent commands. + 2005-12-26 Mark Kettenis <kettenis@gnu.org> * gdb.base/freebpcmd.exp: Increase timeout. diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index eceeb5d4dd5..d1a4be8b256 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}" diff --git a/gdb/testsuite/gdb.asm/openbsd.inc b/gdb/testsuite/gdb.asm/openbsd.inc index 5f5f5187cc7..39690917c11 100644 --- a/gdb/testsuite/gdb.asm/openbsd.inc +++ b/gdb/testsuite/gdb.asm/openbsd.inc @@ -1,6 +1,6 @@ comment "openbsd .note" -.section ".note.openbsd.ident", "a" + .section ".note.openbsd.ident", "a" .p2align 2 .long 8 |