diff options
| author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 07:38:38 +0000 |
|---|---|---|
| committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-04 07:38:38 +0000 |
| commit | 932e2220ebdded1eed43fb55e97669b637077f71 (patch) | |
| tree | a03cd99103366d3d5a8df74fd79f927ddd2582e2 | |
| parent | 41798525aa84d13b4b86bfe13a1e66e53f5bba98 (diff) | |
| download | ppe42-gcc-932e2220ebdded1eed43fb55e97669b637077f71.tar.gz ppe42-gcc-932e2220ebdded1eed43fb55e97669b637077f71.zip | |
* config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46763 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 d955a324bf6..cf2859e6721 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 e3bedf56ba6..b7a5dde4e1d 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 |

