This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch c i386]: Re: Replace target macro TARGET_ENUM_VA_LIST by target hook


2010/5/28 Joern Rennecke <joern.rennecke@embecosm.com>:
> Why have you introduced another target hook initializer macro name that
> does not match the targetm member name?
> It should either be enum_va_list and TARGET_ENUM_VA_LIST or
> enum_va_list_p and TARGET_ENUM_VA_LIST_P.
>
> Also, in tm.texi, you got the type for the ptype hook parameter wrong.
>

ChangeLog

2010-05-28  Kai Tietz

        * c-common.c (c_common_nodes_and_builtins): Rename enum_va_list
        to enum_va_list_p.
        * target.h (gcc_target): Likewise.
        * doc/tm.texi: Correct parameter of TARGE_ENUM_VA_LIST_P.
        And replace macro by hook in its description.

Ok for apply?

Regards,
Kai

-- 
|  (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination

Attachment: fix_docname.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]