* 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:
Jonas Maebe 2015-05-20 17:45:59 +00:00
parent 8e9b246042
commit 095f308935
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -155,7 +155,7 @@ type
type type
TElfRelocInfo = record TElfRelocInfo = record
RelocType : byte; RelocType : longword;
SectionType : integer; SectionType : integer;
end; end;
(* (*