summaryrefslogtreecommitdiff
path: root/rts/RtsSymbols.c
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-07-12 20:33:16 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-27 04:47:51 -0400
commitf6e366c058b136f0789a42222b8189510a3693d1 (patch)
treef62d8706954e40fa6f40d3271f92ae84aeeff7cc /rts/RtsSymbols.c
parent0e875c3f1d7373812ddae9962edfc9538465d2ed (diff)
downloadhaskell-f6e366c058b136f0789a42222b8189510a3693d1.tar.gz
rts: Drop allocateExec and friends
All uses of these now use ExecPage.
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r--rts/RtsSymbols.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c
index 170655a48c..678527e328 100644
--- a/rts/RtsSymbols.c
+++ b/rts/RtsSymbols.c
@@ -548,21 +548,11 @@
#define RTS_PROF_SYMBOLS /* empty */
#endif
-#if RTS_LINKER_USE_MMAP
-#define RTS_LINKER_USE_MMAP_SYMBOLS \
- SymI_HasProto(allocateWrite) \
- SymI_HasProto(freeWrite) \
- SymI_HasProto(markExec)
-#else
-#define RTS_LINKER_USE_MMAP_SYMBOLS /* empty */
-#endif
-
#define RTS_SYMBOLS \
Maybe_Stable_Names \
RTS_TICKY_SYMBOLS \
RTS_PROF_SYMBOLS \
RTS_LIBDW_SYMBOLS \
- RTS_LINKER_USE_MMAP_SYMBOLS \
SymI_HasProto(StgReturn) \
SymI_HasProto(stg_gc_noregs) \
SymI_HasProto(stg_ret_v_info) \
@@ -1020,7 +1010,6 @@
SymI_HasProto(registerInfoProvList) \
SymI_HasProto(lookupIPE) \
RTS_USER_SIGNALS_SYMBOLS \
- RTS_LINKER_USE_MMAP_SYMBOLS \
RTS_INTCHAR_SYMBOLS