summaryrefslogtreecommitdiffstats
path: root/contrib/compiler-rt
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2013-01-19 02:22:01 +0000
committerandrew <andrew@FreeBSD.org>2013-01-19 02:22:01 +0000
commita3828cafcafb4b83ec86dd76597b91ea2fa9641e (patch)
tree76c75ae125a7737719ce74d99f01a59bef753b38 /contrib/compiler-rt
parentfe9918fd5583c14112273668674d7275662c4961 (diff)
downloadFreeBSD-src-a3828cafcafb4b83ec86dd76597b91ea2fa9641e.zip
FreeBSD-src-a3828cafcafb4b83ec86dd76597b91ea2fa9641e.tar.gz
Add a newline at the end of the file to stop gcc from complaining
Diffstat (limited to 'contrib/compiler-rt')
-rw-r--r--contrib/compiler-rt/lib/arm/aeabi_uldivmod.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S b/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S
index 724049d..e061a6e 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}
+
OpenPOWER on IntegriCloud