This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: armv4l bootstrap problem in libstdc++-v3
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: armv4l bootstrap problem in libstdc++-v3
- From: Rod Stewart <stewart at nexus dot carleton dot ca>
- Date: Tue, 19 Dec 2000 13:38:04 -0500 (EST)
- cc: Richard Earnshaw <rearnsha at arm dot com>, Rod Stewart <stewart at netwinder dot org>, mmitchel at codesourcery dot com, gcc-bugs at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
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