Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156949379
D45034.id137917.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
903 B
Referenced Files
None
Subscribers
None
D45034.id137917.diff
View Options
diff --git a/lib/libcompiler_rt/Makefile.inc b/lib/libcompiler_rt/Makefile.inc
--- a/lib/libcompiler_rt/Makefile.inc
+++ b/lib/libcompiler_rt/Makefile.inc
@@ -132,7 +132,6 @@
#
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
SRCF+= divxc3
-SRCF+= extendxftf2
SRCF+= fixxfdi
SRCF+= fixxfti
SRCF+= fixunsxfdi
@@ -142,7 +141,6 @@
SRCF+= floatuntixf
SRCF+= mulxc3
SRCF+= powixf2
-SRCF+= trunctfxf2
# Avoid using SSE2 instructions on i386, if unsupported.
.if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2)
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
@@ -199,7 +199,6 @@
__eqtf2;
__extenddftf2;
__extendsftf2;
- __extendxftf2;
__fixtfdi;
__fixtfsi;
__fixtfti;
@@ -221,7 +220,6 @@
__subtf3;
__trunctfdf2;
__trunctfsf2;
- __trunctfxf2;
__unordtf2;
};
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 2:16 PM (10 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33251794
Default Alt Text
D45034.id137917.diff (903 B)
Attached To
Mode
D45034: libgcc_s: Don't build __extendxftf2 and __trunctfxf2
Attached
Detach File
Event Timeline
Log In to Comment