Author: ian
Date: Wed Jul 10 19:32:50 2019
New Revision: 349891
URL: https://svnweb.freebsd.org/changeset/base/349891

Log:
  Reorganize the SRCS lists as one file per line, and then alphabetize them.
  No functional changes.

Modified:
  head/lib/libc/arm/gen/Makefile.inc

Modified: head/lib/libc/arm/gen/Makefile.inc
==============================================================================
--- head/lib/libc/arm/gen/Makefile.inc  Wed Jul 10 17:42:04 2019        
(r349890)
+++ head/lib/libc/arm/gen/Makefile.inc  Wed Jul 10 19:32:50 2019        
(r349891)
@@ -1,13 +1,31 @@
 #      @(#)Makefile.inc        8.1 (Berkeley) 6/4/93
 # $FreeBSD$
 
-SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \
-       infinity.c ldexp.c makecontext.c \
-       __aeabi_read_tp.S setjmp.S signalcontext.c sigsetjmp.S flt_rounds.c \
+SRCS+= \
+       __aeabi_read_tp.S \
+       _ctx_start.S \
+       _set_tp.c \
+       _setjmp.S \
+       alloca.S \
        arm_initfini.c \
-       getcontextx.c
+       fabs.c \
+       flt_rounds.c \
+       getcontextx.c \
+       infinity.c \
+       ldexp.c \
+       makecontext.c \
+       setjmp.S \
+       signalcontext.c \
+       sigsetjmp.S \
 
 .if ${MACHINE_ARCH:Marmv[67]*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == 
"")
-SRCS+= fpgetmask_vfp.c fpgetround_vfp.c fpgetsticky_vfp.c fpsetmask_vfp.c \
-       fpsetround_vfp.c fpsetsticky_vfp.c
+
+SRCS+= \
+       fpgetmask_vfp.c \
+       fpgetround_vfp.c \
+       fpgetsticky_vfp.c \
+       fpsetmask_vfp.c \
+       fpsetround_vfp.c \
+       fpsetsticky_vfp.c \
+
 .endif
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to