summaryrefslogtreecommitdiffhomepage
path: root/src/thread
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-06-08 01:06:59 -0400
committermidipix <writeonce@midipix.org>2015-07-18 20:11:03 -0400
commitc00c94a763b256f7ff8c0e6ae568119cb11995e6 (patch)
treefedad971fefa3962e29f78e6267df5a987a9cbfe /src/thread
parent51d2a078cef514252bd12a1dd16dcfa456b1f296 (diff)
downloadmmglue-c00c94a763b256f7ff8c0e6ae568119cb11995e6.tar.bz2
mmglue-c00c94a763b256f7ff8c0e6ae568119cb11995e6.tar.xz
add manual .got entries to assembly files.
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'src/thread')
-rw-r--r--src/thread/nt64/syscall_cp.s17
1 files changed, 17 insertions, 0 deletions
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