From: Richard Sandiford Date: Tue, 30 Jul 2002 19:08:23 +0000 (+0000) Subject: * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=714fb7104baa1579f4a0d4f34a8e773f52068b31;p=gcc.git * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo. From-SVN: r55879 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd1da7b7d4c..a7e5a6f3eff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-07-30 Richard Sandiford + + * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo. + Tue Jul 30 18:31:31 2002 J"orn Rennecke * sh.md (cond_delay_slot): New attribute. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index d5e96749a53..401528b143a 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1047,7 +1047,7 @@ extern int mips_abi; %{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} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3} \ -%{!gdwarf*:-mmdebug} %{gdwarf*:-mno-mdebug}" +%{!gdwarf*:-mdebug} %{gdwarf*:-no-mdebug}" #endif /* SUBTARGET_ASM_SPEC is always passed to the assembler. It may be