Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147893405
D45052.1784707529.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
617 B
Referenced Files
None
Subscribers
None
D45052.1784707529.diff
View Options
diff --git a/lib/libgcc_s/Symbol.map b/lib/libgcc_s/Symbol.map
--- a/lib/libgcc_s/Symbol.map
+++ b/lib/libgcc_s/Symbol.map
@@ -191,15 +191,14 @@
__bswapsi2;
};
-#if defined(__aarch64__) || defined(__riscv)
GCC_4.6.0 {
+#if defined(__aarch64__) || defined(__riscv)
__addtf3;
__cmptf2;
__divtf3;
__eqtf2;
__extenddftf2;
__extendsftf2;
- __extendxftf2;
__fixtfdi;
__fixtfsi;
__fixtfti;
@@ -221,10 +220,13 @@
__subtf3;
__trunctfdf2;
__trunctfsf2;
- __trunctfxf2;
__unordtf2;
-};
#endif
+#if defined(__amd64__)
+ __extendxftf2;
+ __trunctfxf2;
+#endif
+};
GCC_7.0.0 {
#ifdef __i386__
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 8:05 AM (7 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29226119
Default Alt Text
D45052.1784707529.diff (617 B)
Attached To
Mode
D45052: libgcc_s: __extendxftf2 and __trunctfxf2 are amd64-only
Attached
Detach File
Event Timeline
Log In to Comment