Bläddra i källkod

* fixed wrong method of disabling stabs debug info in 2956

git-svn-id: trunk@2965 -
tom_at_work 19 år sedan
förälder
incheckning
6d99152f4b
2 ändrade filer med 1 tillägg och 8 borttagningar
  1. 0 5
      compiler/options.pas
  2. 1 3
      compiler/powerpc64/cputarg.pas

+ 0 - 5
compiler/options.pas

@@ -793,12 +793,7 @@ begin
                        end;
                        end;
                      's' :
                      's' :
                        begin
                        begin
-                         { stabs debug information not supported }
-                         {$ifdef powerpc64}
-                         IllegalPara(opt);
-                         {$else}
                          paratargetdbg:=dbg_stabs;
                          paratargetdbg:=dbg_stabs;
-                         {$endif}
                        end;
                        end;
                      'v' :
                      'v' :
                        begin
                        begin

+ 1 - 3
compiler/powerpc64/cputarg.pas

@@ -59,9 +59,7 @@ implementation
              Debuginfo
              Debuginfo
 **************************************}
 **************************************}
 
 
-  {$ifndef NoDbgStabs}
-      ,dbgstabs
-  {$endif NoDbgStabs}
+{ stabs debug info are not supported, so do not include them here}
   {$ifndef NoDbgDwarf}
   {$ifndef NoDbgDwarf}
       ,dbgdwarf
       ,dbgdwarf
   {$endif NoDbgDwarf}
   {$endif NoDbgDwarf}