File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -930,13 +930,15 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
930
930
# gcc_personality_v0.c depends on libunwind, which don't include by default.
931
931
'gcc_personality_v0.c' ,
932
932
# bfloat16
933
+ 'extendbfsf2.c' ,
933
934
'truncdfbf2.c' ,
934
935
'truncsfbf2.c' ,
935
936
# We provide our own crt
936
937
'crtbegin.c' ,
937
938
'crtend.c' ,
938
- # 80-bit long double
939
+ # 80-bit long double (xf_float)
939
940
'divxc3.c' ,
941
+ 'extendxftf2.c' ,
940
942
'fixxfdi.c' ,
941
943
'fixxfti.c' ,
942
944
'fixunsxfdi.c' ,
@@ -948,6 +950,7 @@ class libcompiler_rt(MTLibrary, SjLjLibrary):
948
950
'floatuntixf.c' ,
949
951
'mulxc3.c' ,
950
952
'powixf2.c' ,
953
+ 'trunctfxf2.c' ,
951
954
]
952
955
src_files = glob_in_path (src_dir , '*.c' , excludes = excludes )
953
956
src_files += files_in_path (
You can’t perform that action at this time.
0 commit comments