Remove extraneous semicolons outside of functions. This fixes a large
number of -pedantic warnings.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/floatdisf.c b/lib/floatdisf.c
index 6607307..3e47580 100644
--- a/lib/floatdisf.c
+++ b/lib/floatdisf.c
@@ -22,7 +22,7 @@
 
 #include "int_lib.h"
 
-ARM_EABI_FNALIAS(l2f, floatdisf);
+ARM_EABI_FNALIAS(l2f, floatdisf)
 
 COMPILER_RT_ABI float
 __floatdisf(di_int a)