diff options
author | H.J. Lu <hjl@gnu.org> | 2002-02-07 17:05:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2002-02-07 09:05:40 -0800 |
commit | 15fae023eaa2a91d153a2f573bb0986ef9ae5242 (patch) | |
tree | 5ce050ba0ddaf6ccbf939a3ba2532a42bce86e9f | |
parent | 3adb9cb9af7fc3ae9d857bb11eb6e8a530718d5a (diff) | |
download | gcc-15fae023eaa2a91d153a2f573bb0986ef9ae5242.zip gcc-15fae023eaa2a91d153a2f573bb0986ef9ae5242.tar.gz gcc-15fae023eaa2a91d153a2f573bb0986ef9ae5242.tar.bz2 |
linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
2002-02-07 H.J. Lu <hjl@gnu.org>
* config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined.
From-SVN: r49580
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/linux.h | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ecc84472..3c3a0d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-07 H.J. Lu <hjl@gnu.org> + + * config/mips/linux.h (SUBTARGET_ASM_DEBUGGING_SPEC): Defined. + 2002-02-07 Ulrich Weigand <uweigand@de.ibm.com> * testsuite/gcc.dg/cpp/charconst-2.c: Add -fsigned-char option. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 7d4fc9a..86001a5 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -221,6 +221,9 @@ void FN () \ %{!fno-PIC:%{!fno-pic:-KPIC}} \ %{fno-PIC:-non_shared} %{fno-pic:-non_shared}" +#undef SUBTARGET_ASM_DEBUGGING_SPEC +#define SUBTARGET_ASM_DEBUGGING_SPEC "-g0" + /* The MIPS assembler has different syntax for .set. We set it to .dummy to trap any errors. */ #undef SET_ASM_OP |