Pass correct -g<n> value for -gstabs, -gcoff, etc.
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 11 May 1993 21:07:56 +0000 (21:07 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 11 May 1993 21:07:56 +0000 (21:07 +0000)
From-SVN: r4426

gcc/config/mips/iris3.h
gcc/config/mips/mips.h
gcc/config/mips/news4.h
gcc/config/mips/ultrix.h

index 079da38..d807ccf 100644 (file)
@@ -46,7 +46,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{pipe: %e-pipe is not supported.} \
        %{mips1} %{mips2} %{mips3} \
        %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K}} \
+       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
+       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
+       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
+       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
+       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
 %{G*}"
 
 #define LINK_SPEC "\
index ae8a191..4597ed1 100644 (file)
@@ -550,7 +550,11 @@ while (0)
        %{EL: %e-EL not supported} \
        %{mips1} %{mips2} %{mips3} \
        %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K}} \
+       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
+       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
+       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
+       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
+       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
 %{G*}"
 
 #endif                         /* ASM_SPEC */
index c535830..ba3ad1c 100644 (file)
@@ -30,7 +30,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{EL: %e-EL not supported} \
        %{mips1} %{mips2} %{mips3} \
        %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g1} %{g2} %{g3} %{g0} %{v} %{K}} \
+       %{g} %{g1} %{g2} %{g3} %{g0} %{v} %{K} \
+       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
+       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
+       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
+       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
 %{G*}"
 
 #define SYSTEM_INCLUDE_DIR "/usr/include2.0"
index 46d0fb9..7b98ae3 100644 (file)
@@ -33,7 +33,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
        %{EB: %e-EB not supported} \
        %{mips1} %{mips2} %{mips3} \
        %{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3} \
-       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K}} \
+       %{g} %{g0} %{g1} %{g2} %{g3} %{v} %{K} \
+       %{ggdb:-g} %{ggdb0:-g0} %{ggdb1:-g1} %{ggdb2:-g2} %{ggdb3:-g3} \
+       %{gstabs:-g} %{gstabs0:-g0} %{gstabs1:-g1} %{gstabs2:-g2} %{gstabs3:-g3} \
+       %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \
+       %{gcoff:-g} %{gstabs0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3}} \
 %{G*}"
 #endif