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 | |
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')
-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 34643c4..04de4c3 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 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}" diff --git a/gdb/testsuite/gdb.asm/openbsd.inc b/gdb/testsuite/gdb.asm/openbsd.inc index 5f5f518..3969091 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 |