diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.h | 2 |
2 files changed, 5 insertions, 1 deletions
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 <rsandifo@redhat.com> + + * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo. + Tue Jul 30 18:31:31 2002 J"orn Rennecke <joern.rennecke@superh.com> * 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 |
