Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170829596
D55658.id173220.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D55658.id173220.diff
View Options
diff --git a/lib/libc/quad/Symbol.map b/lib/libc/quad/Symbol.map
--- a/lib/libc/quad/Symbol.map
+++ b/lib/libc/quad/Symbol.map
@@ -5,54 +5,49 @@
* broken and they expect to see them in libc. glibc exports
* them, but they do not appear to be exported in Solaris.
*/
-#ifndef __i386__
+#ifdef __i386__
+ __cmpdi2;
+ __divdi3;
+ __moddi3;
+ __qdivrem;
+ __ucmpdi2;
+ __udivdi3;
+ __umoddi3;
+#elif defined(__arm__)
+ __adddi3;
+ __anddi3;
+ __floatunsdidf;
+ __iordi3;
+ __lshldi3;
+ __one_cmpldi2;
+ __qdivrem;
+ __subdi3;
+ __xordi3;
+#else
__adddi3;
__anddi3;
-#ifndef __arm__
__ashldi3;
__ashrdi3;
-#endif
-#endif
-#ifndef __arm__
__cmpdi2;
__divdi3;
-#endif
-#ifndef __i386__
-#ifndef __arm__
__fixdfdi;
__fixsfdi;
__fixunsdfdi;
__fixunssfdi;
__floatdidf;
__floatdisf;
-#endif
__floatunsdidf;
__iordi3;
__lshldi3;
-#ifndef __arm__
__lshrdi3;
-#endif
-#endif
-#ifndef __arm__
__moddi3;
-#endif
-#ifndef __i386__
-#ifndef __arm__
__muldi3;
__negdi2;
-#endif
__one_cmpldi2;
-#endif
__qdivrem;
-#ifndef __i386__
__subdi3;
-#endif
-#ifndef __arm__
__ucmpdi2;
__udivdi3;
__umoddi3;
-#endif
-#ifndef __i386__
__xordi3;
-#endif
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 7, 9:38 PM (2 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38457054
Default Alt Text
D55658.id173220.diff (1 KB)
Attached To
Mode
D55658: libc/quad: Switch to per-arch lists of symbols
Attached
Detach File
Event Timeline
Log In to Comment