shithub: mc

Download patch

ref: edd7580d861f87f29b6fc8d6a11ad92cb37d6e13
parent: fb907237536db80a21dcb82d3eb11b880db4cfcb
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 22 16:14:14 EST 2016

Add OpenBSD note section.

--- a/rt/start-openbsd.s
+++ b/rt/start-openbsd.s
@@ -84,3 +84,12 @@
 	movq	$1,%rax
 	syscall
 
+
+.section ".note.openbsd.ident", "a"
+        .p2align 2
+        .long   8
+        .long   4
+        .long   1
+        .ascii "OpenBSD\0"
+        .long   0
+        .p2align 2