From 9df8be501ad64cbc36adec649f037fac3c8e9881 Mon Sep 17 00:00:00 2001 From: sergei Date: Tue, 11 Oct 2011 09:11:32 +0000 Subject: [PATCH] - Removed outdated FPC_HAS_RIP_RELATIVE defines, these seem to be the last ones in RTL. git-svn-id: trunk@19464 - --- rtl/solaris/x86_64/start.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtl/solaris/x86_64/start.inc b/rtl/solaris/x86_64/start.inc index 95bc2679db..ab2f157a4e 100644 --- a/rtl/solaris/x86_64/start.inc +++ b/rtl/solaris/x86_64/start.inc @@ -214,7 +214,7 @@ asm movq _environ@GOTPCREL(%rip),%rcx movq (%rcx),%rcx {$else FPC_PIC} - movq _environ{$ifdef FPC_HAS_RIP_RELATIVE}(%rip){$endif},%rcx + movq _environ(%rip),%rcx {$endif FPC_PIC} testq %rcx,%rcx jne .Label3 @@ -224,14 +224,14 @@ asm movq _environ@GOTPCREL(%rip),%rbx movq %rcx,(%rbx) {$else FPC_PIC} - movq %rcx,_environ{$ifdef FPC_HAS_RIP_RELATIVE}(%rip){$endif} + movq %rcx,_environ(%rip) {$endif FPC_PIC} // Specific to Free Pascal {$ifdef FPC_PIC} movq envp@GOTPCREL(%rip),%rbx movq %rcx,(%rbx) {$else FPC_PIC} - movq %rcx,envp{$ifdef FPC_HAS_RIP_RELATIVE}(%rip){$endif} + movq %rcx,envp(%rip) {$endif FPC_PIC} (* @@ -247,7 +247,7 @@ asm movq ___Argv@GOTPCREL(%rip),%rbx movq %rdx,(%rbx) {$else FPC_PIC} - movq %rdx,___Argv{$ifdef FPC_HAS_RIP_RELATIVE}(%rip){$endif} + movq %rdx,___Argv(%rip) {$endif FPC_PIC} {$ifdef FPC_PIC} movq argv@GOTPCREL(%rip),%rbx