Author: mmel
Date: Sun Apr 16 05:17:48 2017
New Revision: 316999
URL: https://svnweb.freebsd.org/changeset/base/316999
Log:
MFC r313873:
Publish fp[get][set]sticky() for ARMv6.
Modified:
stable/11/lib/libc/arm/Symbol_vfp.map
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/lib/libc/arm/Symbol_vfp.map
==============================================================================
--- stable/11/lib/libc/arm/Symbol_vfp.map Sun Apr 16 05:14:42 2017
(r316998)
+++ stable/11/lib/libc/arm/Symbol_vfp.map Sun Apr 16 05:17:48 2017
(r316999)
@@ -8,3 +8,8 @@ FBSD_1.0 {
fpsetmask;
fpsetround;
};
+
+FBSD_1.5 {
+ fpgetsticky;
+ fpsetsticky;
+};
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"