alpha.c (va_list_skip_additions): Only define if TARGET_ABI_OSF.
authorRichard Henderson <rth@redhat.com>
Sun, 17 Apr 2005 19:29:01 +0000 (12:29 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 17 Apr 2005 19:29:01 +0000 (12:29 -0700)
commit3f620b5f2ba5930bf574d0b005078f1f7e8497ae
tree124cd813eb7186bfce104b9cb177db9730eca331
parentdeac22846847de2768528d9ef838b5d50359927b
alpha.c (va_list_skip_additions): Only define if TARGET_ABI_OSF.

        * config/alpha/alpha.c (va_list_skip_additions): Only define if
        TARGET_ABI_OSF.
        (TARGET_STDARG_OPTIMIZE_HOOK): Likewise.
        (alpha_stdarg_optimize_hook): Likewise.  Allow for one more round
        of indirection through ssa names while looking for the gpr counter
        field.
        (alpha_setup_incoming_varargs) <TARGET_ABI_OSF>: Make use of the
        saved va_list_gpr_size and va_list_fpr_size.

From-SVN: r98286
gcc/ChangeLog
gcc/config/alpha/alpha.c