diff options
author | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 11:45:22 +0000 |
---|---|---|
committer | gavin <gavin@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-06 11:45:22 +0000 |
commit | bf02c19b0eac251543ecbdd501cc77a68abadd25 (patch) | |
tree | 875e70ae1e03759a49bde3a6d580870e307d4f93 /gcc/config/mips/r3900.h | |
parent | 96ce3eda611c8796322c2982a478d538cc2cbed7 (diff) | |
download | gcc-bf02c19b0eac251543ecbdd501cc77a68abadd25.tar.gz |
* config/mips/r3900.h (SUBTARGET_ASM_DEBUGGING_SPEC) :
Replace -gdwarf-2 with -g0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19578 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/r3900.h')
-rw-r--r-- | gcc/config/mips/r3900.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mips/r3900.h b/gcc/config/mips/r3900.h index 0e95c7d538e..3d7cac5edc1 100644 --- a/gcc/config/mips/r3900.h +++ b/gcc/config/mips/r3900.h @@ -58,13 +58,13 @@ Boston, MA 02111-1307, USA. */ #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG /* For the 'preferred' cases ("gN" and "ggdbN") we need to tell the - gnu assembler "dwarf-2" */ + gnu assembler not to generate debugging information. */ #define SUBTARGET_ASM_DEBUGGING_SPEC "\ %{!mmips-as: \ - %{g:-gdwarf-2} %{g0:-gdwarf-2} %{g1:-gdwarf-2} %{g2:-gdwarf-2} %{g3:-gdwarf-2} \ - %{ggdb:-gdwarf-2} %{ggdb0:-gdwarf-2} %{ggdb1:-gdwarf-2} %{ggdb2:-gdwarf-2} %{ggdb3:-gdwarf-2} \ - %{gdwarf-2*:-gdwarf-2}} \ + %{g:-g0} %{g0:-g0} %{g1:-g0} %{g2:-g0} %{g3:-g0} \ + %{ggdb:-g0} %{ggdb0:-g0} %{ggdb1:-g0} %{ggdb2:-g0} %{ggdb3:-g0} \ + %{gdwarf-2*:-g0}} \ %{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}" |