linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
authorH.J. Lu <hjl@gnu.org>
Thu, 7 Feb 2002 17:05:40 +0000 (17:05 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 7 Feb 2002 17:05:40 +0000 (09:05 -0800)
2002-02-07  H.J. Lu <hjl@gnu.org>

* config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.

From-SVN: r49580

gcc/ChangeLog
gcc/config/mips/linux.h

index ecc844720ffc0ae95ab915e3045da3ce97c18028..3c3a0d28314541b7af52afba0a4c6cc19c195084 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-07  H.J. Lu <hjl@gnu.org>
+
+       * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
+
 2002-02-07  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
index 7d4fc9a32209c270eb183ac7655ee8eadb1b29e7..86001a50e0613018cfad79ae56f0636ebdaec9e9 100644 (file)
@@ -221,6 +221,9 @@ void FN ()                                                  \
 %{!fno-PIC:%{!fno-pic:-KPIC}} \
 %{fno-PIC:-non_shared} %{fno-pic:-non_shared}"
 
+#undef SUBTARGET_ASM_DEBUGGING_SPEC
+#define SUBTARGET_ASM_DEBUGGING_SPEC "-g0"
+
 /* The MIPS assembler has different syntax for .set. We set it to
    .dummy to trap any errors.  */
 #undef SET_ASM_OP