Blame src/ldso/nt32/dlstart.s

296178
# standard dynamic loader is not required
296178
# 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
	.long  0
5085e9
5085e9
___init_array_end:
5085e9
	.long  0
5085e9
5085e9
___fini_array_start:
5085e9
	.long  0
5085e9
5085e9
___fini_array_end:
5085e9
	.long  0