Re: [PATCH] hosthooks.h: Fix GCC_HOST_HOOKS_H typo

2024-09-23 Thread Jiawei
On Mon, Sep 23, 2024 at 10:12 AM Yangyu Chen wrote: >//>/The comment of the final endif in hosthooks.h is wrong, it should be />/GCC_HOST_HOOKS_H instead of GCC_LANG_HOOKS_H. / This looks obvious to me. Do you have push access or do you need someone to push this change for you? Thanks, Andrew

Re: [PATCH] hosthooks.h: Fix GCC_HOST_HOOKS_H typo

2024-09-23 Thread Andrew Pinski
On Mon, Sep 23, 2024 at 10:12 AM Yangyu Chen wrote: > > The comment of the final endif in hosthooks.h is wrong, it should be > GCC_HOST_HOOKS_H instead of GCC_LANG_HOOKS_H. This looks obvious to me. Do you have push access or do you need someone to push this change for you? Thanks, Andrew > > g

[PATCH] hosthooks.h: Fix GCC_HOST_HOOKS_H typo

2024-09-23 Thread Yangyu Chen
The comment of the final endif in hosthooks.h is wrong, it should be GCC_HOST_HOOKS_H instead of GCC_LANG_HOOKS_H. gcc/ChangeLog: * hosthooks.h (struct host_hooks): Fix GCC_HOST_HOOKS_H typo. Signed-off-by: Yangyu Chen --- gcc/hosthooks.h | 2 +- 1 file changed, 1 insertion(+), 1 delet