Author: emaste
Date: Fri Dec  9 17:20:24 2016
New Revision: 309741
URL: https://svnweb.freebsd.org/changeset/base/309741

Log:
  MFC r309298: libm: remove duplicate version script entries
  
  These symbols already appear in the common lib/msun/Symbol.map.
  Duplicate entries produce an error with LLVM's LLD linker.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/lib/msun/arm/Symbol.map
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/msun/arm/Symbol.map
==============================================================================
--- stable/11/lib/msun/arm/Symbol.map   Fri Dec  9 17:17:37 2016        
(r309740)
+++ stable/11/lib/msun/arm/Symbol.map   Fri Dec  9 17:20:24 2016        
(r309741)
@@ -5,13 +5,8 @@ FBSD_1.0 {
 };
 
 FBSD_1.3 {
-       feclearexcept;
-       fegetexceptflag;
        fesetexceptflag;
        feraiseexcept;
-       fetestexcept;
-       fegetround;
-       fesetround;
        fegetenv;
        feholdexcept;
        feupdateenv;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to