From 0f5685a2ffe65b6c6154f5500a26983852eaf1f3 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 19 Apr 2015 15:25:14 -0400 Subject: crte.s: add function .def to the weak symbol dso_main_routine. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- crt/nt64/crte.s | 1 + 1 file changed, 1 insertion(+) (limited to 'crt/nt64') diff --git a/crt/nt64/crte.s b/crt/nt64/crte.s index 9753213..69daee4 100644 --- a/crt/nt64/crte.s +++ b/crt/nt64/crte.s @@ -10,6 +10,7 @@ __dso_main_routine: ret .weak dso_main_routine + .def dso_main_routine; .scl 2; .type 32; .endef .set dso_main_routine,__dso_main_routine .section .midipix -- cgit v1.2.3