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

From-SVN: r46763
This commit is contained in:
Geoffrey Keating 2001-11-04 07:38:38 +00:00 committed by Geoffrey Keating
parent 52560c7b98
commit e06bc4e1fd
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
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
stormy16_asm_output_mi_thunk.
* config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New

View File

@ -114,6 +114,7 @@ Boston, MA 02111-1307, USA. */
Defined in svr4.h. */
#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
programs which cleanup after the normal assembler. Normally, this is not