From a8eba8571657c3302d48b978e1ac30af6667b20a Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 3 Jun 2016 01:52:44 -0400 Subject: nt32: crtn.s: _pei386_runtime_relocator(): add ABI's leading underscore. --- crt/nt32/crtn.s | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crt') diff --git a/crt/nt32/crtn.s b/crt/nt32/crtn.s index 8658d23..d639992 100644 --- a/crt/nt32/crtn.s +++ b/crt/nt32/crtn.s @@ -1,10 +1,10 @@ .text -.globl _pei386_runtime_relocator -_pei386_runtime_relocator: +.globl __pei386_runtime_relocator +__pei386_runtime_relocator: ret - .section .got$_pei386_runtime_relocator,"r" - .global __imp__pei386_runtime_relocator -__imp__pei386_runtime_relocator: - .long _pei386_runtime_relocator + .section .got$__pei386_runtime_relocator,"r" + .global __imp___pei386_runtime_relocator +__imp___pei386_runtime_relocator: + .long __pei386_runtime_relocator .linkonce discard -- cgit v1.2.3