svn commit: r245641 - head/contrib/compiler-rt/lib/arm

Andrew Turner andrew at FreeBSD.org
Sat Jan 19 02:22:02 UTC 2013


Author: andrew
Date: Sat Jan 19 02:22:01 2013
New Revision: 245641
URL: http://svnweb.freebsd.org/changeset/base/245641

Log:
  Add a newline at the end of the file to stop gcc from complaining

Modified:
  head/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S

Modified: head/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S
==============================================================================
--- head/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S	Sat Jan 19 01:18:22 2013	(r245640)
+++ head/contrib/compiler-rt/lib/arm/aeabi_uldivmod.S	Sat Jan 19 02:22:01 2013	(r245641)
@@ -27,4 +27,5 @@ DEFINE_COMPILERRT_FUNCTION(__aeabi_uldiv
         ldr	r2, [sp, #8]
         ldr	r3, [sp, #12]
         add	sp, sp, #16
-        pop	{r11, pc}
\ No newline at end of file
+        pop	{r11, pc}
+


More information about the svn-src-all mailing list