From 78e4c0f8c4bb6fcde040ec72d2c630d8cf516450 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 3 Jun 2016 03:24:55 -0400 Subject: nt64: crte.s: so_entry_point: protect 32-bit name-space (adds underscore). --- crt/nt64/crte.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crt') diff --git a/crt/nt64/crte.s b/crt/nt64/crte.s index 152004e..cdfd8a1 100644 --- a/crt/nt64/crte.s +++ b/crt/nt64/crte.s @@ -1,6 +1,6 @@ .text -.globl _so_entry_point -_so_entry_point: +.globl __so_entry_point +__so_entry_point: cmp $0x1,%edx jne dso_main_routine mov %edx,%eax @@ -14,7 +14,7 @@ __dso_main_routine: .set dso_main_routine,__dso_main_routine .section .midipix - .quad _so_entry_point + .quad __so_entry_point .quad dso_main_routine .quad 0 .quad 0 -- cgit v1.2.3