mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 05:29:30 +02:00
+ added the WASM_SYM_TLS symbol flag constant
This commit is contained in:
parent
8363c48863
commit
9859125c7b
@ -105,6 +105,7 @@ const
|
|||||||
WASM_SYM_EXPORTED = $20;
|
WASM_SYM_EXPORTED = $20;
|
||||||
WASM_SYM_EXPLICIT_NAME = $40;
|
WASM_SYM_EXPLICIT_NAME = $40;
|
||||||
WASM_SYM_NO_STRIP = $80;
|
WASM_SYM_NO_STRIP = $80;
|
||||||
|
WASM_SYM_TLS = $100;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user