* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for

*-*-openbsd*.
* gdb.asm/openbsd.inc: New file.
This commit is contained in:
Mark Kettenis
2004-01-31 14:32:24 +00:00
parent f7f58dbed2
commit 53904d1e5f
3 changed files with 25 additions and 0 deletions

View File

@ -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