mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use it to create the appropriate note.inc. * gdb.asm/asmsrc1.s: Include "note.inc". * gdb.asm/netbsd.inc: New file. * gdb.asm/empty.inc: New file.
This commit is contained in:
12
gdb/testsuite/gdb.asm/netbsd.inc
Normal file
12
gdb/testsuite/gdb.asm/netbsd.inc
Normal file
@ -0,0 +1,12 @@
|
||||
comment "netbsd .note"
|
||||
|
||||
.section ".note.netbsd.ident", "a"
|
||||
.p2align 2
|
||||
|
||||
.long 7
|
||||
.long 4
|
||||
.long 1
|
||||
.ascii "NetBSD\0\0"
|
||||
.long 105010000
|
||||
|
||||
.p2align 2
|
Reference in New Issue
Block a user