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. (cherry picked from commit 98a32ec5)
-
mentioned in commit d343325c
-
mentioned in commit 5313ebde
-
mentioned in commit ac954cc3
-
mentioned in commit dca7c67a
-
mentioned in commit 49d340a6
-
mentioned in commit 5df3ab39
-
mentioned in commit db69cc68
-
mentioned in commit f763a9ee
-
mentioned in commit 977986d9
-
mentioned in commit abd1a0cc
-
mentioned in commit f588755e
-
mentioned in commit 007bda17
-
mentioned in commit 56c1ecd2
-
mentioned in commit f4bc6f7c
-
mentioned in commit 9e8be49a
-
mentioned in commit 3bd1ca8d
Please register or sign in to comment