diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2015-03-30 14:28:31 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2015-03-30 14:28:31 +0000 |
| commit | b4a5ecf64c6a1bcdb0c1af6ea3fcf25cf08f0dd4 (patch) | |
| tree | dfbd63b023b3dd41e7bbeee4006309fbc9655546 /lib/libcompiler_rt/Makefile | |
| parent | 9c793fa870b5d377244dbd2683106fee61a07add (diff) | |
Notes
Diffstat (limited to 'lib/libcompiler_rt/Makefile')
| -rw-r--r-- | lib/libcompiler_rt/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index a237399890750..5c5e11042d2c0 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -37,6 +37,7 @@ SRCF= absvdi2 \ clzti2 \ cmpdi2 \ cmpti2 \ + comparetf2 \ ctzdi2 \ ctzsi2 \ ctzti2 \ @@ -50,6 +51,8 @@ SRCF= absvdi2 \ divxc3 \ enable_execute_stack \ eprintf \ + extenddftf2 \ + extendsftf2 \ ffsdi2 \ ffsti2 \ fixdfdi \ @@ -76,6 +79,7 @@ SRCF= absvdi2 \ floatdidf \ floatdisf \ floatdixf \ + floatsitf \ floattidf \ floattisf \ floattixf \ @@ -127,6 +131,8 @@ SRCF= absvdi2 \ subvsi3 \ subvti3 \ trampoline_setup \ + trunctfdf2 \ + trunctfsf2 \ ucmpdi2 \ ucmpti2 \ udivdi3 \ |
