summaryrefslogtreecommitdiffstats
path: root/lib/libc/quad
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit2a7306fdc570c474f76b95120a54af2235ed16da (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libc/quad
parentdd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff)
downloadFreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip
FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libc/quad')
-rw-r--r--lib/libc/quad/Symbol.map62
1 files changed, 33 insertions, 29 deletions
diff --git a/lib/libc/quad/Symbol.map b/lib/libc/quad/Symbol.map
index e1c1d30..30ad932 100644
--- a/lib/libc/quad/Symbol.map
+++ b/lib/libc/quad/Symbol.map
@@ -1,34 +1,38 @@
-# $FreeBSD$
+/*
+ * $FreeBSD$
+ */
FBSD_1.0 {
};
-# XXX - Do these really need to be exported???
-FBSDprivate {
- #__adddi3;
- #__anddi3;
- #__ashldi3;
- #__ashrdi3;
- #__cmpdi2;
- #__divdi3;
- #__fixdfdi;
- #__fixsfdi;
- #__fixunsdfdi;
- #__fixunssfdi;
- #__floatdidf;
- #__floatdisf;
- #__floatunsdidf;
- #__iordi3;
- #__lshldi3;
- #__lshrdi3;
- #__moddi3;
- #__muldi3;
- #__negdi2;
- #__one_cmpldi2;
- #__qdivrem;
- #__subdi3;
- #__ucmpdi2;
- #__udivdi3;
- #__umoddi3;
- #__xordi3;
+/* XXX - Do these really need to be exported??? */
+FBSDprivate_1.0 {
+#if 0
+ __adddi3;
+ __anddi3;
+ __ashldi3;
+ __ashrdi3;
+ __cmpdi2;
+ __divdi3;
+ __fixdfdi;
+ __fixsfdi;
+ __fixunsdfdi;
+ __fixunssfdi;
+ __floatdidf;
+ __floatdisf;
+ __floatunsdidf;
+ __iordi3;
+ __lshldi3;
+ __lshrdi3;
+ __moddi3;
+ __muldi3;
+ __negdi2;
+ __one_cmpldi2;
+ __qdivrem;
+ __subdi3;
+ __ucmpdi2;
+ __udivdi3;
+ __umoddi3;
+ __xordi3;
+#endif
};
OpenPOWER on IntegriCloud