]> gcc.gnu.org Git - gcc.git/commitdiff
* config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
authorGeoffrey Keating <geoffk@redhat.com>
Sun, 4 Nov 2001 07:38:38 +0000 (07:38 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 4 Nov 2001 07:38:38 +0000 (07:38 +0000)
From-SVN: r46763

gcc/ChangeLog
gcc/config/stormy16/stormy16.h

index d955a324bf650c92c0644c9466c48669abb09bda..cf2859e67214c83eefecd7e347f9247e6fe16df6 100644 (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
index e3bedf56ba6e973bc709e0602b4d6854df362f45..b7a5dde4e1d4e72c6ec68c6e752614170114a5e0 100644 (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
This page took 0.089553 seconds and 5 git commands to generate.