From 0f5685a2ffe65b6c6154f5500a26983852eaf1f3 Mon Sep 17 00:00:00 2001 From: midipix Date: Apr 19 2015 19:25:14 +0000 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. --- diff --git a/crt/nt32/crte.s b/crt/nt32/crte.s index 56fa138..8f2573d 100644 --- a/crt/nt32/crte.s +++ b/crt/nt32/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 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