mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-10 12:40:14 +08:00
* config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Fix typo.
From-SVN: r55879
This commit is contained in:
parent
c608a68464
commit
714fb7104b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user