rts: don't build predefined GloblRegs for wasm PIC mode
This commit wraps the predefined GlobalRegs in Wasm.S under a CPP guard to prevent building for PIC mode. When building dynamic ways of RTS, the wasm globals that represent STG GlobalRegs will be created and supplied by dyld.mjs. The current wasm dylink convention doesn't properly support exporting relocatable wasm globals at all, any wasm global exported by a .so is assumed to be a GOT.mem entry.
Loading
-
mentioned in commit 7fbafbae
-
mentioned in commit 007bda17
-
mentioned in commit ea8ce286
-
mentioned in commit 45a9ae65
-
mentioned in commit e0daa366
-
mentioned in commit 6a364c0d
-
mentioned in commit 56c1ecd2
-
mentioned in commit f4bc6f7c
-
mentioned in commit f99809a3
-
mentioned in commit b1565457
-
mentioned in commit 9e8be49a
-
mentioned in commit 3bd1ca8d
-
mentioned in commit 096688c7
-
mentioned in commit 6543f8e2
-
mentioned in commit 700a9a2e
Please register or sign in to comment