mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* Section-offsets have 64 bits in the Dwarf-64 format
This commit is contained in:
parent
00efaece74
commit
e547284588
@ -1354,6 +1354,9 @@ implementation
|
|||||||
append_labelentry_addr_ref(sym)
|
append_labelentry_addr_ref(sym)
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
|
if use_64bit_headers then
|
||||||
|
AddConstToAbbrev(ord(DW_FORM_ref8))
|
||||||
|
else
|
||||||
AddConstToAbbrev(ord(DW_FORM_ref4));
|
AddConstToAbbrev(ord(DW_FORM_ref4));
|
||||||
current_asmdata.asmlists[al_dwarf_info].concat(tai_const.create_rel_sym(offsetreltype,current_asmdata.DefineAsmSymbol(target_asm.labelprefix+'debug_info0',AB_LOCAL,AT_METADATA,voidpointertype),sym));
|
current_asmdata.asmlists[al_dwarf_info].concat(tai_const.create_rel_sym(offsetreltype,current_asmdata.DefineAsmSymbol(target_asm.labelprefix+'debug_info0',AB_LOCAL,AT_METADATA,voidpointertype),sym));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user