This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Generated libcalls
- To: pthomas at suse dot de
- Subject: Re: Generated libcalls
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 1 Mar 2000 00:59:03 +0100
- CC: gcc at gcc dot gnu dot org
- References: <20000229231752.L20805@Jeffreys.suse.de>
> As IMO this is important for any freestanding target, I think we
> need something like -ffreestanding, telling gcc to *not* generate
> such libcalls but instead stop with an error in such cases.
Based on our previous discussion, I'd say this looks like the right
thing.
There is an alternative interface to achieve the same effect, do I
dare say #pragma? :-)
Martin