Blame src/ldso/nt64/dlstart.s

860627
# standard dynamic loader is not required
860627
# optional dynamic loader [to be] provided by libldso/libpsxscl
5085e9
5085e9
.section .data
5085e9
5085e9
.globl __init_array_start
5085e9
.globl __init_array_end
5085e9
.globl __fini_array_start
5085e9
.globl __fini_array_end
5085e9
5085e9
__init_array_start:
5085e9
	.quad  0
5085e9
5085e9
__init_array_end:
5085e9
	.quad  0
5085e9
5085e9
__fini_array_start:
5085e9
	.quad  0
5085e9
5085e9
__fini_array_end:
5085e9
	.quad  0