diff options
author | Richard Henderson <rth@redhat.com> | 2004-07-16 16:25:51 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-07-16 16:25:51 -0700 |
commit | 77c9db7751b8239833f152701b7cde02569859e0 (patch) | |
tree | 736540023a0461568858dfe8fec7b2c58a7dd59d /gcc/config/alpha | |
parent | 3f7d210dfb6639949b9b2f0f6dc04cb4124d85b6 (diff) | |
download | gcc-77c9db7751b8239833f152701b7cde02569859e0.zip gcc-77c9db7751b8239833f152701b7cde02569859e0.tar.gz gcc-77c9db7751b8239833f152701b7cde02569859e0.tar.bz2 |
builtins.c (std_expand_builtin_va_arg): Remove.
* builtins.c (std_expand_builtin_va_arg): Remove.
(expand_builtin_va_arg): Remove.
* expr.h: Don't declare them.
* gimplify.c (mark_decls_volatile_r): Remove.
(copy_if_shared_r): Don't call it.
* target-def.h: Don't test EXPAND_BUILTIN_VA_ARG.
* expr.c (expand_expr_real_1): Don't handle VA_ARG_EXPR.
* gimple-low.c (lower_stmt): Likewise.
* tree-cfg.c (cfg_remove_useless_stmts_bb): Likewise.
* tree-gimple.c (is_gimple_tmp_rhs, is_gimple_stmt): Likewise.
* tree-ssa-operands.c (get_expr_operands): Likewise.
* doc/tm.texi (TARGET_GIMPLIFY_VA_ARG_EXPR): Don't mention
EXPAND_BUILTIN_VA_ARG.
* system.h (EXPAND_BUILTIN_VA_ARG): Poison.
* config/alpha/alpha.h, config/alpha/unicosmk.h, config/i386/i386.h,
config/ia64/ia64.h, config/rs6000/rs6000.h, config/s390/s390.h,
config/sparc/sparc.h (EXPAND_BUILTIN_VA_ARG): Remove.
From-SVN: r84842
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.h | 3 | ||||
-rw-r--r-- | gcc/config/alpha/unicosmk.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index b77a9bc..15b3a09 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -1675,9 +1675,6 @@ do { \ /* Implement `va_start' for varargs and stdarg. */ #define EXPAND_BUILTIN_VA_START(valist, nextarg) \ alpha_va_start (valist, nextarg) - -/* Implement `va_arg'. */ -#define EXPAND_BUILTIN_VA_ARG(valist, type) (abort (), NULL_RTX) /* Tell collect that the object format is ECOFF. */ #define OBJECT_FORMAT_COFF diff --git a/gcc/config/alpha/unicosmk.h b/gcc/config/alpha/unicosmk.h index 7c9a607..c0aac53 100644 --- a/gcc/config/alpha/unicosmk.h +++ b/gcc/config/alpha/unicosmk.h @@ -483,6 +483,5 @@ ssib_section (void) \ #define LIB_SPEC "-L/opt/ctl/craylibs/craylibs -lu -lm -lc -lsma" #undef EXPAND_BUILTIN_VA_START -#undef EXPAND_BUILTIN_VA_ARG #define EH_FRAME_IN_DATA_SECTION 1 |