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]

Re: backend porting question


> I'm not sure why this is causing problems.  The only thing I can think
> of is that it's related to BITS_PER_UNIT being 32 rather than 8, but I
> cannot tell what special in the 1750a, c4x, or dsp16xx back-ends
> (which are the distributed back-ends with BITS_PER_UNIT > 8) tells GCC
> how to do the appropriate type translations.

Nothing.  They just don't use fp-bit.c.  You would really have to hack that
file to make it usable for targets with BITS_PER_UNIT != 8.

> Can anyone tell me how I should get GCC to compile the rest of libgcc2?

Just don't include rules to use fp-bit.c .

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