Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144500258
D45034.1775028276.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
903 B
Referenced Files
None
Subscribers
None
D45034.1775028276.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
Wed, Apr 1, 7:24 AM (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28237956
Default Alt Text
D45034.1775028276.diff (903 B)
Attached To
Mode
D45034: libgcc_s: Don't build __extendxftf2 and __trunctfxf2
Attached
Detach File
Event Timeline
Log In to Comment