Commit 322fe6e1 by Geoffrey Keating Committed by Geoffrey Keating

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
parent 4192f0d2
2001-11-09 Geoffrey Keating <geoffk@redhat.com> 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): * config/stormy16/stormy16.c (xstormy16_expand_casesi):
Don't change INDEX. Don't change INDEX.
......
...@@ -114,7 +114,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -114,7 +114,7 @@ Boston, MA 02111-1307, USA. */
Defined in svr4.h. */ Defined in svr4.h. */
#undef ASM_SPEC #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 /* 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 programs which cleanup after the normal assembler. Normally, this is not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment