Commit e06bc4e1 by Geoffrey Keating Committed by Geoffrey Keating

* config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.

From-SVN: r46763
parent 52560c7b
2001-11-03 Geoffrey Keating <geoffk@redhat.com> 2001-11-03 Geoffrey Keating <geoffk@redhat.com>
* config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
* config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call
stormy16_asm_output_mi_thunk. stormy16_asm_output_mi_thunk.
* config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New * config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New
......
...@@ -114,6 +114,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -114,6 +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}"
/* 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