Page MenuHomeFreeBSD

Publish fp[get][set]sticky() for ARMv6.
ClosedPublic

Authored by mmel on Feb 16 2017, 1:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 28 2023, 8:27 AM
Unknown Object (File)
Dec 20 2023, 2:31 AM
Unknown Object (File)
Aug 27 2023, 7:58 PM
Unknown Object (File)
Aug 27 2023, 7:57 PM
Unknown Object (File)
Aug 27 2023, 7:56 PM
Unknown Object (File)
Aug 27 2023, 7:46 PM
Unknown Object (File)
Aug 27 2023, 7:27 PM
Unknown Object (File)
Jul 10 2023, 8:09 PM
Subscribers

Details

Summary

Although fp[get][set]sticky() functions are obsolete, they are still
required for GNU fortran49 library.

MFC after: 2 months

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mmel retitled this revision from to Publish fp[get][set]sticky() for ARMv6..
mmel updated this object.
mmel edited the test plan for this revision. (Show Details)
mmel added reviewers: kib, dim.
mmel set the repository for this revision to rS FreeBSD src repository - subversion.
mmel added a subscriber: ARM.

Should the symbols go into FBSD_1.5 namespace instead ? Are they added anew for CURRENT-12, or they were already exported and then (erronously) removed from the version file ?

Hard to say.
I take this as fix for r264721 where group of fp* functions was been added, but only some are exported.
These functions are not a new, we just lacked their publishing.

In any case, I have no problem to put this to FBSD_1.5 if you prefer this way.

In D9634#199286, @meloun-miracle-cz wrote:

Hard to say.
I take this as fix for r264721 where group of fp* functions was been added, but only some are exported.
These functions are not a new, we just lacked their publishing.

In any case, I have no problem to put this to FBSD_1.5 if you prefer this way.

I do not see any export done in r264721. Anyway, by formal rules symbols should go into FBSD_1.5, but 1.0 would be fine as well, for several reasons.

mmel edited edge metadata.

Export symbols within FBSD_1.5 namespace.

kib edited edge metadata.
This revision is now accepted and ready to land.Feb 17 2017, 1:25 PM
This revision was automatically updated to reflect the committed changes.