mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 05:55:23 +08:00
71507b5617
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.
13 lines
151 B
PHP
13 lines
151 B
PHP
comment "netbsd .note"
|
|
|
|
.section ".note.netbsd.ident", "a"
|
|
.p2align 2
|
|
|
|
.long 7
|
|
.long 4
|
|
.long 1
|
|
.ascii "NetBSD\0\0"
|
|
.long 105010000
|
|
|
|
.p2align 2
|