summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-02-02 09:51:09 -0500
committermidipix <writeonce@midipix.org>2019-02-19 14:48:49 -0500
commitaed218a10cb654d2cf0e34e335c52cb73d548051 (patch)
tree1a48c1c3bf0007d24745cda99607ae1bb6088c8f /src
parentbf03fc48770a82832570488812c8beedc70c36e4 (diff)
downloadmmglue-aed218a10cb654d2cf0e34e335c52cb73d548051.tar.bz2
mmglue-aed218a10cb654d2cf0e34e335c52cb73d548051.tar.xz
weak hidden symbols: provide a strong __stdio_exit_needed().
Diffstat (limited to 'src')
-rw-r--r--src/stdio/nt32/__stdio_exit_needed.s8
-rw-r--r--src/stdio/nt64/__stdio_exit_needed.s8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/stdio/nt32/__stdio_exit_needed.s b/src/stdio/nt32/__stdio_exit_needed.s
new file mode 100644
index 0000000..e304853
--- /dev/null
+++ b/src/stdio/nt32/__stdio_exit_needed.s
@@ -0,0 +1,8 @@
+.text
+
+.def ___stdio_exit_needed; .scl 2; .type 32; .endef
+
+.globl ___stdio_exit_needed
+
+___stdio_exit_needed:
+ jmp ___stdio_exit
diff --git a/src/stdio/nt64/__stdio_exit_needed.s b/src/stdio/nt64/__stdio_exit_needed.s
new file mode 100644
index 0000000..9e3b279
--- /dev/null
+++ b/src/stdio/nt64/__stdio_exit_needed.s
@@ -0,0 +1,8 @@
+.text
+
+.def __stdio_exit_needed; .scl 2; .type 32; .endef
+
+.globl __stdio_exit_needed
+
+__stdio_exit_needed:
+ jmpq __stdio_exit