summaryrefslogtreecommitdiffhomepage
path: root/src/internal/nolibc/nt32/ntux_compiler.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/nolibc/nt32/ntux_compiler.s')
-rw-r--r--src/internal/nolibc/nt32/ntux_compiler.s20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/internal/nolibc/nt32/ntux_compiler.s b/src/internal/nolibc/nt32/ntux_compiler.s
new file mode 100644
index 0000000..89e2840
--- /dev/null
+++ b/src/internal/nolibc/nt32/ntux_compiler.s
@@ -0,0 +1,20 @@
+############################################################
+## ntux: native translation und extension ##
+## Copyright (C) 2016 Z. Gilboa ##
+## Released under GPLv2 and GPLv3; see COPYING.NTUX. ##
+############################################################
+
+# ___chkstk_ms and _pei386_runtime_relocator are not needed by the framework
+# and are provided here in the form of no-op functions in order to satisfy
+# compiler-generated dependencies.
+
+.section .text
+
+.global _pei386_runtime_relocator
+.global ___chkstk_ms
+
+_pei386_runtime_relocatorr:
+ ret
+
+___chkstk_ms:
+ ret