This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: armv4l bootstrap problem in libstdc++-v3



On Tue, 19 Dec 2000, Benjamin Kosnik wrote:

> > void
> > arm_init_builtins()
> > {
> >   tree endlink = tree_cons (NULL_TREE, void_type_node, NULL_TREE);
> >   tree int_endlink = tree_cons (NULL_TREE, integer_type_node, endlink);
> >   tree pchar_type_node = build_pointer_type (char_type_node);
> > 
> >   tree int_ftype_int, void_ftype_pchar;
> > 
> >   /* void func (void *) */
> >   void_ftype_pchar
> >     = build_function_type (void_type_node,
> > 			   tree_cons (NULL_TREE, pchar_type_node, endlink));
> 
> was this every fixed?

No, still not building on ARM.

-Rms


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