From 53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 31 Jan 2004 14:32:24 +0000 Subject: * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for *-*-openbsd*. * gdb.asm/openbsd.inc: New file. --- gdb/testsuite/gdb.asm/openbsd.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gdb/testsuite/gdb.asm/openbsd.inc (limited to 'gdb/testsuite/gdb.asm/openbsd.inc') diff --git a/gdb/testsuite/gdb.asm/openbsd.inc b/gdb/testsuite/gdb.asm/openbsd.inc new file mode 100644 index 0000000..90e3dbd --- /dev/null +++ b/gdb/testsuite/gdb.asm/openbsd.inc @@ -0,0 +1,12 @@ + comment "openbsd .note" + +.section ".note.openbsdbsd.ident", "a" + .p2align 2 + + .long 8 + .long 4 + .long 1 + .ascii "OpenBSD\0\0" + .long 200311 + + .p2align 2 -- cgit v1.1