From a9ee479d011738566282dae93f10763a98e084d2 Mon Sep 17 00:00:00 2001 From: rsandifo Date: Tue, 30 Jul 2002 19:08:23 +0000 Subject: [PATCH] * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55879 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/mips.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd1da7b..a7e5a6f 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 d5e9674..401528b 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 -- 2.7.4