Export _libc_arm_fpu_present as a private symbol to be used by other

system libraries, for example libm.
This commit is contained in:
andrew 2014-03-11 00:21:49 +00:00
parent 77aa58f7b4
commit 2f0e00e0e7

View File

@ -76,4 +76,6 @@ FBSDprivate_1.0 {
__fixunsdfsi;
__extendsfdf2;
__truncdfsf2;
_libc_arm_fpu_present;
};