public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] C-SKY: Use default for TARGET_PROMOTE_PROTOTYPES.
@ 2021-04-30 13:03 Geng Qi
  2021-05-26  6:38 ` Cooper Qu
  0 siblings, 1 reply; 2+ messages in thread
From: Geng Qi @ 2021-04-30 13:03 UTC (permalink / raw)
  To: gcc-patches, cooper.qu; +Cc: Geng Qi

gcc/ChangeLog:

	* config/csky/csky.c (TARGET_PROMOTE_PROTOTYPES): Use default.
---
 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 67cdf9c..e4c92fe 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.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] C-SKY: Use default for TARGET_PROMOTE_PROTOTYPES.
  2021-04-30 13:03 [PATCH] C-SKY: Use default for TARGET_PROMOTE_PROTOTYPES Geng Qi
@ 2021-05-26  6:38 ` Cooper Qu
  0 siblings, 0 replies; 2+ messages in thread
From: Cooper Qu @ 2021-05-26  6:38 UTC (permalink / raw)
  To: Geng Qi, gcc-patches

Pushed.

On 4/30/21 9:03 PM, Geng Qi wrote:
> gcc/ChangeLog:
>
> 	* config/csky/csky.c (TARGET_PROMOTE_PROTOTYPES): Use default.
> ---
>   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 67cdf9c..e4c92fe 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
>   

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-26  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 13:03 [PATCH] C-SKY: Use default for TARGET_PROMOTE_PROTOTYPES Geng Qi
2021-05-26  6:38 ` Cooper Qu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).