From 3eace1b98bf441ef2f9393d6a0bd32542ba004f9 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sat, 19 Jan 2013 02:22:01 +0000 Subject: [PATCH] Add a newline at the end of the file to stop gcc from complaining --- contrib/compiler-rt/lib/arm/aeabi_uldivmod.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S b/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S index 724049dd9ccd..e061a6e1300d 100644 --- a/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S +++ b/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S @@ -27,4 +27,5 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_uldivmod) ldr r2, [sp, #8] ldr r3, [sp, #12] add sp, sp, #16 - pop {r11, pc} \ No newline at end of file + pop {r11, pc} +