summaryrefslogtreecommitdiffhomepage
path: root/src/env/nt64
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-04-25 10:14:19 -0400
committermidipix <writeonce@midipix.org>2015-04-25 10:14:19 -0400
commit5085e91a323072e923f46bad4199e6abd9d12ae7 (patch)
tree1d007a1140fb6049186e0749a41f615060e834ab /src/env/nt64
parent0f5685a2ffe65b6c6154f5500a26983852eaf1f3 (diff)
downloadmmglue-5085e91a323072e923f46bad4199e6abd9d12ae7.tar.bz2
mmglue-5085e91a323072e923f46bad4199e6abd9d12ae7.tar.xz
complete/fix support of ctors/dtors and tls.
+ do not build libc.so with -DSHARED for the midipix targets. + provide surrogate init/fini arrays that allow invocation of the ctors/dtors iteration routines. + provide a builtin tls for the first thread. + update __copy_tls to match the layout of the simplified struct __tls. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'src/env/nt64')
-rw-r--r--src/env/nt64/__init_tls.s0
-rw-r--r--src/env/nt64/__reset_tls.s0
2 files changed, 0 insertions, 0 deletions
diff --git a/src/env/nt64/__init_tls.s b/src/env/nt64/__init_tls.s
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/env/nt64/__init_tls.s
diff --git a/src/env/nt64/__reset_tls.s b/src/env/nt64/__reset_tls.s
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/env/nt64/__reset_tls.s