|
@@ -956,8 +956,7 @@ unit cgx86;
|
|
|
end
|
|
|
{$ifdef x86_64}
|
|
|
else if (target_info.system in (systems_all_windows+[system_x86_64_darwin]))
|
|
|
- or ((target_info.system = system_x86_64_solaris) and
|
|
|
- (cs_create_pic in current_settings.moduleswitches))
|
|
|
+ or (cs_create_pic in current_settings.moduleswitches)
|
|
|
then
|
|
|
begin
|
|
|
{ Win64 and Darwin/x86_64 always require RIP-relative addressing }
|