Page MenuHomeFreeBSD

sys/arm: add fp[gs]et* prototypes to <ieeefp.h>
ClosedPublic

Authored by fuz on Fri, Oct 17, 9:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 12:57 AM
Unknown Object (File)
Fri, Nov 7, 9:22 PM
Unknown Object (File)
Thu, Nov 6, 4:31 AM
Unknown Object (File)
Sun, Nov 2, 5:23 AM
Unknown Object (File)
Sat, Nov 1, 10:57 PM
Unknown Object (File)
Thu, Oct 30, 5:33 AM
Unknown Object (File)
Wed, Oct 29, 10:24 PM
Unknown Object (File)
Wed, Oct 29, 7:38 PM
Subscribers

Details

Summary

We have provided implementations for hard float of these for
a while now. Add them to the header to make things official.
This is required for a bunch of legacy programs in ports.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fuz requested review of this revision.Fri, Oct 17, 9:33 AM

I plan to MFC this one to 14. Is it appropriate to ask releng to have this included into 15.0?

Approved.

In D53156#1216344, @fuz wrote:

I plan to MFC this one to 14. Is it appropriate to ask releng to have this included into 15.0?

I think that would be ok.

BTW, can we remove the .if !defined(CPUTYPE) ... guard in lib/libc/arm/gen/Makefile.inc? I presume that that condition is always true (including on 14)?

This revision is now accepted and ready to land.Wed, Oct 22, 1:29 PM

BTW, can we remove the .if !defined(CPUTYPE) ... guard in lib/libc/arm/gen/Makefile.inc? I presume that that condition is always true (including on 14)?

I'm pretty sure we can. ARM softfp is dead. I'll submit another review for that.

This revision was automatically updated to reflect the committed changes.