diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/config/stormy16/stormy16.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d955a32..cf2859e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index e3bedf5..b7a5dde 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -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 |
