This is the mail archive of the gcc@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: [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>


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