* 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:
Mark Kettenis
2003-11-29 13:55:17 +00:00
parent f81f93f75e
commit 71507b5617
5 changed files with 34 additions and 0 deletions

View 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