summaryrefslogtreecommitdiff
path: root/lib/floatundidf.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 05:59:48 +0000
committerEdward O'Callaghan <eocallaghan@auroraux.org>2009-08-03 05:59:48 +0000
commit6c307f0ec927c9eb8bfcee8a4b7f7b8e12ef56be (patch)
tree854c1f23f0ba5d2f643a571d082d53cffdceff5c /lib/floatundidf.c
parent880cafccfc68095d42cb61de71d1d31db330b705 (diff)
downloadcompiler-rt-6c307f0ec927c9eb8bfcee8a4b7f7b8e12ef56be.tar.gz
compiler-rt-6c307f0ec927c9eb8bfcee8a4b7f7b8e12ef56be.tar.bz2
compiler-rt-6c307f0ec927c9eb8bfcee8a4b7f7b8e12ef56be.tar.xz
Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@77958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/floatundidf.c')
-rw-r--r--lib/floatundidf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/floatundidf.c b/lib/floatundidf.c
index f019d693..708d614a 100644
--- a/lib/floatundidf.c
+++ b/lib/floatundidf.c
@@ -98,4 +98,4 @@ __floatundidf(du_int a)
fb.u.low = (su_int)a; // mantissa-low
return fb.f;
}
-#endif \ No newline at end of file
+#endif