Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102573946
D44243.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
723 B
Referenced Files
None
Subscribers
None
D44243.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,8 +5,10 @@
* broken and they expect to see them in libc. glibc exports
* them, but they do not appear to be exported in Solaris.
*/
+#ifndef __i386__
__adddi3;
__anddi3;
+#endif
__ashldi3;
__ashrdi3;
__cmpdi2;
@@ -17,18 +19,26 @@
__fixunssfdi;
__floatdidf;
__floatdisf;
+#ifndef __i386__
__floatunsdidf;
__iordi3;
__lshldi3;
+#endif
__lshrdi3;
__moddi3;
__muldi3;
__negdi2;
+#ifndef __i386__
__one_cmpldi2;
+#endif
__qdivrem;
+#ifndef __i386__
__subdi3;
+#endif
__ucmpdi2;
__udivdi3;
__umoddi3;
+#ifndef __i386__
__xordi3;
+#endif
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 6:11 AM (12 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14639157
Default Alt Text
D44243.diff (723 B)
Attached To
Mode
D44243: libc/quad: narrow list of symbols exposed on i386
Attached
Detach File
Event Timeline
Log In to Comment