summary refs log tree commit diff
path: root/src/note.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/note.s')
-rw-r--r--src/note.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/note.s b/src/note.s deleted file mode 100644 index a8b606e..0000000 --- a/src/note.s +++ /dev/null
@@ -1,9 +0,0 @@
1.section .note.netbsd.ident, "a" # allocatable section.
2 .align 4
3 .int 7 # namesz = "NetBSD" = 7 bytes.
4 .int 4 # descsz = version = 4 bytes.
5 .int 1 # type = ELF_NOTE_TYPE_NETBSD_TAG.
6 .ascii "NetBSD" # name.
7 .byte 0 # null term for name.
8 .long 110000000 # desc = 11.0 (netbsd ver).
9 .align 4