mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:09:33 +02:00
* wasm internal object reader: convert R_WASM_TAG_INDEX_LEB relocations to relocation objects
This commit is contained in:
parent
3121f3f8a0
commit
07677f4214
@ -4492,10 +4492,7 @@ implementation
|
||||
R_WASM_GLOBAL_INDEX_LEB:
|
||||
ObjSec.ObjRelocations.Add(TWasmObjRelocation.CreateSymbol(RelocOffset-BaseSectionOffset,SymbolTable[RelocIndex].ObjSym,RELOC_GLOBAL_INDEX_LEB));
|
||||
R_WASM_TAG_INDEX_LEB:
|
||||
begin
|
||||
InputError('R_WASM_TAG_INDEX_LEB relocations not yet implemented');
|
||||
exit;
|
||||
end;
|
||||
ObjSec.ObjRelocations.Add(TWasmObjRelocation.CreateSymbol(RelocOffset-BaseSectionOffset,SymbolTable[RelocIndex].ObjSym,RELOC_TAG_INDEX_LEB));
|
||||
else
|
||||
internalerror(2023122802);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user