mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
*-*-openbsd*. * gdb.asm/openbsd.inc: New file.
This commit is contained in:
12
gdb/testsuite/gdb.asm/openbsd.inc
Normal file
12
gdb/testsuite/gdb.asm/openbsd.inc
Normal 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
|
Reference in New Issue
Block a user