mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:08:52 +02:00
Add missing swaping in case of different endianess of stab entry inside TInternalAssembler.WriteStab
This commit is contained in:
parent
262904b8c1
commit
144ee6d51d
@ -1628,6 +1628,7 @@ Implementation
|
||||
write a the value field with relocation }
|
||||
oldsec:=ObjData.CurrObjSec;
|
||||
ObjData.SetSection(ObjData.StabsSec);
|
||||
MaybeSwapStab(stab);
|
||||
ObjData.Writebytes(stab,sizeof(TObjStabEntry)-4);
|
||||
ObjData.Writereloc(stab.nvalue,4,relocsym,RELOC_ABSOLUTE32);
|
||||
ObjData.setsection(oldsec);
|
||||
|
@ -757,6 +757,7 @@ interface
|
||||
function align_aword(v:aword;a:longword):aword;
|
||||
function align_qword(v:qword;a:longword):qword;
|
||||
function align_objsecofs(v:TObjSectionOfs;a:longword):TObjSectionOfs;
|
||||
procedure MaybeSwapStab(var v:TObjStabEntry);
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user