stormy16: Support passing -g to assembler.

Richard Henderson rth@redhat.com
Tue Nov 6 22:43:00 GMT 2001


On Sat, Nov 03, 2001 at 11:26:10PM -0800, Geoffrey Keating wrote:
>  #undef ASM_SPEC
> +#define ASM_SPEC "%{g:--gdwarf2}%{-gdwarf-2*:--gdwarf2}"

This isn't right.  This will pass --gdwarf2 to the assembler for
a C file as well, which is not what we want.

I don't think there is a hook for assembler-only options.


r~



More information about the Gcc-patches mailing list