[PATCH] Relax tail calls on SPARC if as/ld support it, unless -mno-relax

Richard Henderson rth@cygnus.com
Wed Jun 7 11:02:00 GMT 2000


On Wed, Jun 07, 2000 at 11:44:55AM +0200, Jakub Jelinek wrote:
>  #define ASM_SPEC "\
>  %| %{R} %{!pg:%{!p:%{fpic:-k} %{fPIC:-k}}} %{keep-local-as-symbols:-L} \
>  %(asm_cpu) \
> -"
> +" ASM_RELAX_SPEC

Don't use string concatenation.  Use EXTRA_SPECS and %(asm_relax).
Otherwise ok.


r~


More information about the Gcc-patches mailing list