From c00c94a763b256f7ff8c0e6ae568119cb11995e6 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 8 Jun 2015 01:06:59 -0400 Subject: add manual .got entries to assembly files. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- crt/nt64/crtn.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crt') diff --git a/crt/nt64/crtn.s b/crt/nt64/crtn.s index b2c7790..6e28aac 100644 --- a/crt/nt64/crtn.s +++ b/crt/nt64/crtn.s @@ -11,3 +11,9 @@ pop %r10 or %r10,%rax ret + + .section .got$_pei386_runtime_relocator,"r" + .global __imp__pei386_runtime_relocator +__imp__pei386_runtime_relocator: + .quad _pei386_runtime_relocator + .linkonce discard -- cgit v1.2.3