]> gcc.gnu.org Git - gcc.git/commitdiff
linux64.h (CC1_SPEC): If compiling -m32 with -g but no -g option specifying debugging...
authorJakub Jelinek <jakub@redhat.com>
Thu, 27 Jan 2000 08:42:56 +0000 (09:42 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 27 Jan 2000 08:42:56 +0000 (09:42 +0100)
* config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
no -g option specifying debugging format, default to -gstabs+.

From-SVN: r31641

gcc/ChangeLog
gcc/config/sparc/linux64.h

index 6801c8872504c6a483ae0f105bad6b6b805ac01d..41f8f7bb4d775c95b6741332cbbc49eace9df88f 100644 (file)
@@ -1,3 +1,8 @@
+2000-01-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/sparc/linux64.h (CC1_SPEC): If compiling -m32 with -g but
+       no -g option specifying debugging format, default to -gstabs+.
+
 Wed Jan 26 22:19:14 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * calls.c (special_function_p): New argument fork_or_exec.
index d8969a888d4e91b4809ab0012cd9164fc1d4c642..4426017c7f817b7ca20965a379ba9906ca4d67d5 100644 (file)
@@ -230,6 +230,7 @@ Boston, MA 02111-1307, USA.  */
 %{m64:-mptr64 -mstack-bias \
   %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:-mcpu=ultrasparc}}}}}}} \
   %{!mno-vis:%{!mcpu=v9:-mvis}}} \
+%{!m64:%{g*:%{!gs*:%{!gd*:%{!gx*:%{!gc*:-gstabs+}}}}}} \
 "
 #else
 #define CC1_SPEC "\
@@ -238,7 +239,8 @@ Boston, MA 02111-1307, USA.  */
 %{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \
 %{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \
 %{m32:-mptr32 -mno-stack-bias \
-  %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:-mcpu=cypress}}}}}}}} \
+  %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:-mcpu=cypress}}}}}}} \
+  %{g*:%{!gs*:%{!gd*:%{!gx*:%{!gc*:-gstabs+}}}}}} \
 %{!m32:%{!mcpu*:-mcpu=ultrasparc}} \
 %{!mno-vis:%{!m32:%{!mcpu=v9:-mvis}}} \
 "
This page took 0.19638 seconds and 5 git commands to generate.