Blame crt/nt64/crte.s

860627
.text
860627
.globl _so_entry_point
860627
_so_entry_point:
860627
	cmp	$0x1,%edx
860627
	jne	dso_main_routine
860627
	mov	%edx,%eax
860627
	ret
860627
860627
__dso_main_routine:
860627
	ret
860627
860627
	.weak	dso_main_routine
0f5685
	.def    dso_main_routine; .scl 2; .type 32; .endef
860627
	.set	dso_main_routine,__dso_main_routine
860627
860627
.section .midipix
860627
	.quad	dso_main_routine
860627
	.quad	_so_entry_point