diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2001-11-09 23:04:52 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2001-11-09 23:04:52 +0000 |
commit | 322fe6e185b1a4470827b5ffbbda9fb1ecf0ea4b (patch) | |
tree | d13f729a151081eef2442a8852d30d36b8896ec0 /gcc | |
parent | 4192f0d20d07cee7e68a5a6c7398f1044849855e (diff) | |
download | gcc-322fe6e185b1a4470827b5ffbbda9fb1ecf0ea4b.zip gcc-322fe6e185b1a4470827b5ffbbda9fb1ecf0ea4b.tar.gz gcc-322fe6e185b1a4470827b5ffbbda9fb1ecf0ea4b.tar.bz2 |
stormy16.h (ASM_SPEC): Revert last change...
* config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
don't pass --gdwarf2 to the assembler if the compiler will also
provide debug info.
From-SVN: r46900
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cd38c8..0632c7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2001-11-09 Geoffrey Keating <geoffk@redhat.com> + * config/stormy16/stormy16.h (ASM_SPEC): Revert last change, + don't pass --gdwarf2 to the assembler if the compiler will also + provide debug info. + * config/stormy16/stormy16.c (xstormy16_expand_casesi): Don't change INDEX. diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 3a8b2ac..b0aaa01 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -114,7 +114,7 @@ Boston, MA 02111-1307, USA. */ Defined in svr4.h. */ #undef ASM_SPEC -#define ASM_SPEC "%{g:--gdwarf2}%{-gdwarf-2*:--gdwarf2}" +#define ASM_SPEC "" /* A C string constant that tells the GNU CC driver program how to run any programs which cleanup after the normal assembler. Normally, this is not |