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] don't use chainon when building VMS descriptors in Ada FE


On Mon, Aug 09, 2010 at 12:50:17AM +0200, Eric Botcazou wrote:
> >         * gcc-interface/utils.c (make_descriptor_field): Add tree
> >         parameter.
> >         (build_vms_descriptor32): Adjust calls to it for new parameter.
> >         (build_vms_descriptor): Likewise.
> 
> OK if you rename the new parameter of make_descriptor_field into FIELD_LIST
> and document it in the head comment of the function.

Thanks.  This is the comment I committed.

/* Utility routine for above code to make a field.  FIELD_LIST is the
   list of decls being built; the new decl is chained on to the front of
   the list.  */

-Nathan


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