summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-03-11 00:21:49 +0000
committerandrew <andrew@FreeBSD.org>2014-03-11 00:21:49 +0000
commit2f0e00e0e753d486d5bc968976144bdb7bca26e8 (patch)
treebaab072e68fea5a306e99bfb841e1653625240b0
parent77aa58f7b4e861ae31bcc0429e9f3568617f95a2 (diff)
downloadFreeBSD-src-2f0e00e0e753d486d5bc968976144bdb7bca26e8.zip
FreeBSD-src-2f0e00e0e753d486d5bc968976144bdb7bca26e8.tar.gz
Export _libc_arm_fpu_present as a private symbol to be used by other
system libraries, for example libm.
-rw-r--r--lib/libc/arm/Symbol.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/arm/Symbol.map b/lib/libc/arm/Symbol.map
index 1c83b0a..a58d443 100644
--- a/lib/libc/arm/Symbol.map
+++ b/lib/libc/arm/Symbol.map
@@ -76,4 +76,6 @@ FBSDprivate_1.0 {
__fixunsdfsi;
__extendsfdf2;
__truncdfsf2;
+
+ _libc_arm_fpu_present;
};
OpenPOWER on IntegriCloud