diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2001-11-04 07:38:38 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2001-11-04 07:38:38 +0000 |
commit | e06bc4e1fd1e3f7cb939a704bcc3601fcc8aeccb (patch) | |
tree | a03cd99103366d3d5a8df74fd79f927ddd2582e2 /gcc | |
parent | 52560c7b98c6fe25b891b558029b456437802125 (diff) | |
download | gcc-e06bc4e1fd1e3f7cb939a704bcc3601fcc8aeccb.zip gcc-e06bc4e1fd1e3f7cb939a704bcc3601fcc8aeccb.tar.gz gcc-e06bc4e1fd1e3f7cb939a704bcc3601fcc8aeccb.tar.bz2 |
* config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
From-SVN: r46763
Diffstat (limited to 'gcc')
-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 |