From 6d99152f4bfb8a145c6b498975bcc715fe34ee13 Mon Sep 17 00:00:00 2001 From: tom_at_work Date: Sun, 19 Mar 2006 10:54:52 +0000 Subject: [PATCH] * fixed wrong method of disabling stabs debug info in 2956 git-svn-id: trunk@2965 - --- compiler/options.pas | 5 ----- compiler/powerpc64/cputarg.pas | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/compiler/options.pas b/compiler/options.pas index 25ee90fdf6..986567fe68 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -793,12 +793,7 @@ begin end; 's' : begin - { stabs debug information not supported } - {$ifdef powerpc64} - IllegalPara(opt); - {$else} paratargetdbg:=dbg_stabs; - {$endif} end; 'v' : begin diff --git a/compiler/powerpc64/cputarg.pas b/compiler/powerpc64/cputarg.pas index 412ec516eb..269ecf0928 100644 --- a/compiler/powerpc64/cputarg.pas +++ b/compiler/powerpc64/cputarg.pas @@ -59,9 +59,7 @@ implementation Debuginfo **************************************} - {$ifndef NoDbgStabs} - ,dbgstabs - {$endif NoDbgStabs} +{ stabs debug info are not supported, so do not include them here} {$ifndef NoDbgDwarf} ,dbgdwarf {$endif NoDbgDwarf}