From 2a9a46e0b0a1f7e0e21b1152aa2529d94c57db35 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 5 Apr 2015 16:21:51 -0400 Subject: nt32: initial commit of the bits that manually export weak symbols; this works around a limitation in binutils, where weak symbols are correctly resolved within the linked image, yet not exported via --export-all-symbols. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- arch/nt32/weak/nt32/__pthread_once_sym.s | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 arch/nt32/weak/nt32/__pthread_once_sym.s (limited to 'arch/nt32/weak/nt32/__pthread_once_sym.s') diff --git a/arch/nt32/weak/nt32/__pthread_once_sym.s b/arch/nt32/weak/nt32/__pthread_once_sym.s new file mode 100644 index 0000000..c3c2a63 --- /dev/null +++ b/arch/nt32/weak/nt32/__pthread_once_sym.s @@ -0,0 +1,3 @@ + .globl _pthread_once +_pthread_once: + jmp ___pthread_once -- cgit v1.2.3