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: soft-fp functions support without using libgcc


On Wed, May 21, 2014 at 6:13 AM, Sheheryar Zahoor Qazi
<sheheryar.zahoor.qazi@gmail.com> wrote:
>>>Building libgcc is not optional.  It is required for all targets.
>
> So, irrespective whether i provide floating point implementation by
> soft-fp, fpu-bit or ieeelib, an error free libgcc build is a MUST?

Yes.

> What if I dont want to generate calls to libgcc.a but want want gcc to
> generate inline code?

libgcc also provides functionality that GCC requires that can not
reasonably be inlined, such as the stack unwind code used for
exception handling.

Ian


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