aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-29 01:51:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-29 01:51:28 +0000
commitf2f61ee79ce0a21f469a7da55575f134effc1548 (patch)
treec7eb9ee085258d155dcf14f8c385fc630ebb421a /gcc/config
parentfb7bc7fb8a42a1c87c51240388ba3100ec097ad3 (diff)
downloadgcc-f2f61ee79ce0a21f469a7da55575f134effc1548.zip
gcc-f2f61ee79ce0a21f469a7da55575f134effc1548.tar.gz
gcc-f2f61ee79ce0a21f469a7da55575f134effc1548.tar.bz2
* config/stormy16/stormy16.c
(TARGET_BUILD_BUILTIN_VA_LIST_TYPE): Rename to TARGET_BUILD_BUILTIN_VA_LIST. From-SVN: r76832
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/stormy16/stormy16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c
index 88b885e..fe518c6 100644
--- a/gcc/config/stormy16/stormy16.c
+++ b/gcc/config/stormy16/stormy16.c
@@ -2208,8 +2208,8 @@ xstormy16_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
#undef TARGET_ADDRESS_COST
#define TARGET_ADDRESS_COST xstormy16_address_cost
-#undef TARGET_BUILD_BUILTIN_VA_LIST_TYPE
-#define TARGET_BUILD_BUILTIN_VA_LIST_TYPE xstormy16_build_builtin_va_list
+#undef TARGET_BUILD_BUILTIN_VA_LIST
+#define TARGET_BUILD_BUILTIN_VA_LIST xstormy16_build_builtin_va_list
#undef TARGET_PROMOTE_FUNCTION_ARGS
#define TARGET_PROMOTE_FUNCTION_ARGS hook_bool_tree_true