mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 05:00:07 +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
|
||||
private
|
||||
fList : TFPList;
|
||||
fRelocType : byte;
|
||||
fRelocType : longword;
|
||||
fEntrySize : integer;
|
||||
fSectionType : integer;
|
||||
fSectionName : string;
|
||||
|
@ -155,7 +155,7 @@ type
|
||||
|
||||
type
|
||||
TElfRelocInfo = record
|
||||
RelocType : byte;
|
||||
RelocType : longword;
|
||||
SectionType : integer;
|
||||
end;
|
||||
(*
|
||||
|
Loading…
Reference in New Issue
Block a user