From a1b06f3564a44e113063ec06d7794063670e5a76 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 28 Dec 2005 10:36:00 +0000 Subject: [PATCH] * gdb.asm/asm-source.exp (hppa-*-openbsd*): New. * gdb.asm/openbsd.inc: Indent commands. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.asm/asm-source.exp | 5 +++++ gdb/testsuite/gdb.asm/openbsd.inc | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 + + * gdb.asm/asm-source.exp (hppa-*-openbsd*): New. + * gdb.asm/openbsd.inc: Indent commands. + 2005-12-26 Mark Kettenis * 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 -- 2.30.2