Commit 15fae023 by H.J. Lu Committed by H.J. Lu

linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.

2002-02-07  H.J. Lu <hjl@gnu.org>

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

From-SVN: r49580
parent 3adb9cb9
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> 2002-02-07 Ulrich Weigand <uweigand@de.ibm.com>
* testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option. * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option.
......
...@@ -221,6 +221,9 @@ void FN () \ ...@@ -221,6 +221,9 @@ void FN () \
%{!fno-PIC:%{!fno-pic:-KPIC}} \ %{!fno-PIC:%{!fno-pic:-KPIC}} \
%{fno-PIC:-non_shared} %{fno-pic:-non_shared}" %{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 /* The MIPS assembler has different syntax for .set. We set it to
.dummy to trap any errors. */ .dummy to trap any errors. */
#undef SET_ASM_OP #undef SET_ASM_OP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment