summary refs log tree commit diff
path: root/src/note.s
blob: a8b606e2b3e73449206ee5dead70f6798881ab64 (plain)
1
2
3
4
5
6
7
8
9
.section .note.netbsd.ident, "a" # allocatable section.
	.align 4
	.int 7 # namesz = "NetBSD" = 7 bytes.
	.int 4 # descsz = version = 4 bytes.
	.int 1 # type = ELF_NOTE_TYPE_NETBSD_TAG.
	.ascii "NetBSD" # name.
	.byte 0 # null term for name.
	.long 110000000 # desc = 11.0 (netbsd ver).
	.align 4