From 1fabb209db4ee826ce88a353dc6003b64d5fe9d6 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 27 May 2015 21:00:01 -0400 Subject: adjust arch-specific files to match musl version 1.1.9. --- src/ldso/nt64/start.s | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/ldso/nt64/start.s (limited to 'src/ldso/nt64/start.s') diff --git a/src/ldso/nt64/start.s b/src/ldso/nt64/start.s deleted file mode 100644 index e710319..0000000 --- a/src/ldso/nt64/start.s +++ /dev/null @@ -1,21 +0,0 @@ -# standard dynamic loader is not required -# optional dynamic loader [to be] provided by libldso/libpsxscl - -.section .data - -.globl __init_array_start -.globl __init_array_end -.globl __fini_array_start -.globl __fini_array_end - -__init_array_start: - .quad 0 - -__init_array_end: - .quad 0 - -__fini_array_start: - .quad 0 - -__fini_array_end: - .quad 0 -- cgit v1.2.3