diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-01-31 14:32:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-01-31 14:32:24 +0000 |
commit | 53904d1e5f3bd49eb1c0a8cd11db85c702f69e6c (patch) | |
tree | 095b8421e606351327b14f44da4f1a6823197a4a /gdb/testsuite/gdb.asm/openbsd.inc | |
parent | f7f58dbed2321ff1c42e9de614823af25897ba68 (diff) | |
download | gdb-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.inc | 12 |
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 |