From 4553b95516176d578aa6ce81499509f6ec099bdb Mon Sep 17 00:00:00 2001 From: Geng Qi Date: Fri, 30 Apr 2021 21:03:33 +0800 Subject: [PATCH] C-SKY: Delete definition TARGET_PROMOTE_PROTOTYPES, just use the default definition. gcc/ChangeLog: * config/csky/csky.c (TARGET_PROMOTE_PROTOTYPES): Delete. --- gcc/config/csky/csky.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/csky/csky.c b/gcc/config/csky/csky.c index 7f2af82749b6..2b44edf25495 100644 --- a/gcc/config/csky/csky.c +++ b/gcc/config/csky/csky.c @@ -512,9 +512,6 @@ csky_cpu_cpp_builtins (cpp_reader *pfile) #undef TARGET_SPLIT_COMPLEX_ARG #define TARGET_SPLIT_COMPLEX_ARG hook_bool_const_tree_true -#undef TARGET_PROMOTE_PROTOTYPES -#define TARGET_PROMOTE_PROTOTYPES hook_bool_const_tree_true - #undef TARGET_MUST_PASS_IN_STACK #define TARGET_MUST_PASS_IN_STACK must_pass_in_stack_var_size -- 2.47.3