* Fixed linking of non-PIC code to indirect functions in shared objects.

git-svn-id: trunk@27496 -
This commit is contained in:
sergei 2014-04-06 23:04:57 +00:00
parent 9f2e59de3a
commit e951887154

View File

@ -2521,7 +2521,7 @@ implementation
continue;
if ((exesym.ObjSymbol.refs and symref_plt)<>0) or
((exesym.ObjSymbol.typ=AT_FUNCTION) and (not IsSharedLibrary)) then
((exesym.ObjSymbol.typ in [AT_FUNCTION,AT_GNU_IFUNC]) and (not IsSharedLibrary)) then
begin
make_dynamic_if_undefweak(exesym);