This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 regression?] flag_hosted and back-ends
On Fri, Mar 14, 2003 at 05:38:36PM -0800, cgd at broadcom dot com wrote:
> > * Random applications should not have to know about internal
> > routines in libgcc.
>
> however, random applications, if freestanding, may have provide
> certain functions that would otherwise be implemented by the hosted
> environment, if they want to use all of GCC's features.
Err, "sort of". The MIPS cache flush routine isn't supplied by
libgcc, but rather by the OS-supplied run-time. I'm talking about
something that is normally supplied by libgcc.
--
-- Jason R. Thorpe <thorpej at wasabisystems dot com>