9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit add45a1c7a65c351cf0d0df46036530f17fc66bb
parent 607dfdf14d353eeb0257db513cb2a4da6778cd91
Author: Joel Hutton <Joel.Hutton@Arm.com>
Date:   Mon, 12 Nov 2018 14:48:46 +0000

Add crt file for netbsd

Change-Id: I2dcb11516191d3af00e58fde3a4fa15aed9339bb
Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com>

Diffstat:
March/amd64/crt-netbsd.s | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/arch/amd64/crt-netbsd.s b/arch/amd64/crt-netbsd.s @@ -1,2 +1,12 @@ .file "crt-netbsd.s" - .include "crt-posix.s" + + .section ".note.netbsd.ident", "a" + .p2align 2 + + .long 7 + .long 4 + .long 1 + .ascii "NetBSD\0\0" + .long 800000000 + + .include "crt-posix.s"