aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm/openbsd.inc
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-01-31 14:32:24 +0000
committerMark Kettenis <kettenis@gnu.org>2004-01-31 14:32:24 +0000
commit53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c (patch)
tree095b8421e606351327b14f44da4f1a6823197a4a /gdb/testsuite/gdb.asm/openbsd.inc
parentf7f58dbed2321ff1c42e9de614823af25897ba68 (diff)
downloadgdb-53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c.zip
gdb-53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c.tar.gz
gdb-53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c.tar.bz2
* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
*-*-openbsd*. * gdb.asm/openbsd.inc: New file.
Diffstat (limited to 'gdb/testsuite/gdb.asm/openbsd.inc')
-rw-r--r--gdb/testsuite/gdb.asm/openbsd.inc12
1 files changed, 12 insertions, 0 deletions
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