mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* changed ELF relocation type to longword, as required for 64 bit targets
(patch by Edmund Grimley Evans) git-svn-id: trunk@30889 -
This commit is contained in:
parent
8e9b246042
commit
095f308935
@ -27,7 +27,7 @@ type
|
|||||||
_TElfRelocTable_= class
|
_TElfRelocTable_= class
|
||||||
private
|
private
|
||||||
fList : TFPList;
|
fList : TFPList;
|
||||||
fRelocType : byte;
|
fRelocType : longword;
|
||||||
fEntrySize : integer;
|
fEntrySize : integer;
|
||||||
fSectionType : integer;
|
fSectionType : integer;
|
||||||
fSectionName : string;
|
fSectionName : string;
|
||||||
|
@ -155,7 +155,7 @@ type
|
|||||||
|
|
||||||
type
|
type
|
||||||
TElfRelocInfo = record
|
TElfRelocInfo = record
|
||||||
RelocType : byte;
|
RelocType : longword;
|
||||||
SectionType : integer;
|
SectionType : integer;
|
||||||
end;
|
end;
|
||||||
(*
|
(*
|
||||||
|
Loading…
Reference in New Issue
Block a user