mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-24 18:38:39 +01:00
+ more relocation types added to the enum TWasmRelocationType
This commit is contained in:
parent
06917784d0
commit
dbc3e71eda
@ -114,7 +114,11 @@ type
|
||||
R_WASM_MEMORY_ADDR_I64 = 16,
|
||||
R_WASM_TABLE_INDEX_SLEB64 = 18,
|
||||
R_WASM_TABLE_INDEX_I64 = 19,
|
||||
R_WASM_TABLE_NUMBER_LEB = 20);
|
||||
R_WASM_TABLE_NUMBER_LEB = 20,
|
||||
R_WASM_FUNCTION_OFFSET_I64 = 22,
|
||||
R_WASM_MEMORY_ADDR_LOCREL_I32 = 23,
|
||||
R_WASM_TABLE_INDEX_REL_SLEB64 = 24,
|
||||
R_WASM_FUNCTION_INDEX_I32 = 26);
|
||||
|
||||
TWasmLinkingSubsectionType = (
|
||||
WASM_SEGMENT_INFO = 5,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user