Browse Source
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.cagney_bigcore-20040122-branch
5 changed files with 34 additions and 0 deletions
@ -0,0 +1 @@ |
|||
comment "empty" |
|||
@ -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 |
|||
Loading…
Reference in new issue