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. --- src/thread/nt64/syscall_cp.s | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/thread/nt64') diff --git a/src/thread/nt64/syscall_cp.s b/src/thread/nt64/syscall_cp.s index b8b7039..0488e19 100644 --- a/src/thread/nt64/syscall_cp.s +++ b/src/thread/nt64/syscall_cp.s @@ -27,3 +27,20 @@ __cp_begin: __cp_end: ret + + + .section .got$__syscall_cp_asm + .global __imp___syscall_cp_asm +__imp___syscall_cp_asm: + .quad __syscall_cp_asm + + + .section .got$__cp_begin + .global __imp___cp_begin +__imp___cp_begin: + .quad __cp_begin + + .section .got$__cp_end + .global __imp___cp_end +__imp___cp_end: + .quad __cp_end -- cgit v1.2.3