Index: stable/11/lib/libc/aarch64/Makefile.inc =================================================================== --- stable/11/lib/libc/aarch64/Makefile.inc (revision 315043) +++ stable/11/lib/libc/aarch64/Makefile.inc (revision 315044) @@ -1,9 +1,9 @@ # $FreeBSD$ # # Machine dependent definitions for the arm 64-bit architecture. # # Long double is quad precision GDTOASRCS+=strtorQ.c -MDSRCS+=machdep_ldisQ.c +SRCS+=machdep_ldisQ.c SYM_MAPS+=${LIBC_SRCTOP}/aarch64/Symbol.map Index: stable/11/lib/libc/amd64/Makefile.inc =================================================================== --- stable/11/lib/libc/amd64/Makefile.inc (revision 315043) +++ stable/11/lib/libc/amd64/Makefile.inc (revision 315044) @@ -1,9 +1,9 @@ # $FreeBSD$ # # Machine dependent definitions for the amd64 architecture. # # Long double is 80 bits GDTOASRCS+=strtorx.c -MDSRCS+=machdep_ldisx.c +SRCS+=machdep_ldisx.c SYM_MAPS+=${LIBC_SRCTOP}/amd64/Symbol.map Index: stable/11/lib/libc/amd64/string/Makefile.inc =================================================================== --- stable/11/lib/libc/amd64/string/Makefile.inc (revision 315043) +++ stable/11/lib/libc/amd64/string/Makefile.inc (revision 315044) @@ -1,4 +1,13 @@ # $FreeBSD$ -MDSRCS+= bcmp.S bcopy.S bzero.S memcmp.S memcpy.S memmove.S memset.S \ - strcat.S strcmp.S stpcpy.S strcpy.c +MDSRCS+= \ + bcmp.S \ + bcopy.S \ + bzero.S \ + memcmp.S \ + memcpy.S \ + memmove.S \ + memset.S \ + strcat.S \ + strcmp.S \ + stpcpy.S Index: stable/11/lib/libc/arm/Makefile.inc =================================================================== --- stable/11/lib/libc/arm/Makefile.inc (revision 315043) +++ stable/11/lib/libc/arm/Makefile.inc (revision 315044) @@ -1,17 +1,17 @@ # $FreeBSD$ # # Machine dependent definitions for the arm architecture. # SOFTFLOAT_BITS=32 # Long double is just double precision. -MDSRCS+=machdep_ldisd.c +SRCS+=machdep_ldisd.c SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map .include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc" .if ${MACHINE_ARCH:Marmv6*} && (!defined(CPUTYPE) || ${CPUTYPE:M*soft*} == "") SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map .endif Index: stable/11/lib/libc/arm/string/Makefile.inc =================================================================== --- stable/11/lib/libc/arm/string/Makefile.inc (revision 315043) +++ stable/11/lib/libc/arm/string/Makefile.inc (revision 315044) @@ -1,6 +1,13 @@ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -MDSRCS+=bcmp.c bcopy.S bzero.S ffs.S memchr.c memcmp.S memcpy.S \ - memmove.S memset.S strcat.c strchr.c strcmp.S strcpy.c strlen.S \ - strncmp.S strrchr.c swab.c wcschr.c wcscmp.c wcslen.c wmemchr.c +MDSRCS+= \ + bcopy.S \ + bzero.S \ + ffs.S \ + memcmp.S \ + memcpy.S \ + memmove.S \ + memset.S \ + strcmp.S \ + strlen.S \ + strncmp.S Index: stable/11/lib/libc/i386/Makefile.inc =================================================================== --- stable/11/lib/libc/i386/Makefile.inc (revision 315043) +++ stable/11/lib/libc/i386/Makefile.inc (revision 315044) @@ -1,6 +1,6 @@ # $FreeBSD$ # Long double is 80 bits GDTOASRCS+=strtorx.c -MDSRCS+=machdep_ldisx.c +SRCS+=machdep_ldisx.c SYM_MAPS+=${LIBC_SRCTOP}/i386/Symbol.map Index: stable/11/lib/libc/i386/string/Makefile.inc =================================================================== --- stable/11/lib/libc/i386/string/Makefile.inc (revision 315043) +++ stable/11/lib/libc/i386/string/Makefile.inc (revision 315044) @@ -1,6 +1,23 @@ -# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # $FreeBSD$ -MDSRCS+=bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S memcpy.S memmove.S \ - memset.S strcat.S strchr.S strcmp.S strcpy.S strncmp.S strrchr.S \ - swab.S wcschr.S wcscmp.S wcslen.S wmemchr.S +MDSRCS+= \ + bcmp.S \ + bcopy.S \ + bzero.S \ + ffs.S \ + memchr.S \ + memcmp.S \ + memcpy.S \ + memmove.S \ + memset.S \ + strcat.S \ + strchr.S \ + strcmp.S \ + strcpy.S \ + strncmp.S \ + strrchr.S \ + swab.S \ + wcschr.S \ + wcscmp.S \ + wcslen.S \ + wmemchr.S Index: stable/11/lib/libc/mips/gdtoa/Makefile.inc =================================================================== --- stable/11/lib/libc/mips/gdtoa/Makefile.inc (revision 315043) +++ stable/11/lib/libc/mips/gdtoa/Makefile.inc (nonexistent) @@ -1,4 +0,0 @@ -# $NetBSD: Makefile.inc,v 1.1 2006/03/15 17:35:18 kleink Exp $ -# $FreeBSD$ - -SRCS+= strtof.c Property changes on: stable/11/lib/libc/mips/gdtoa/Makefile.inc ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: stable/11/lib/libc/mips/gdtoa/arith.h =================================================================== --- stable/11/lib/libc/mips/gdtoa/arith.h (revision 315043) +++ stable/11/lib/libc/mips/gdtoa/arith.h (nonexistent) @@ -1,10 +0,0 @@ -/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */ -/* $FreeBSD$ */ - -#include - -#if BYTE_ORDER == BIG_ENDIAN -#define IEEE_BIG_ENDIAN -#else -#define IEEE_LITTLE_ENDIAN -#endif Property changes on: stable/11/lib/libc/mips/gdtoa/arith.h ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: stable/11/lib/libc/mips/Makefile.inc =================================================================== --- stable/11/lib/libc/mips/Makefile.inc (revision 315043) +++ stable/11/lib/libc/mips/Makefile.inc (revision 315044) @@ -1,7 +1,7 @@ # $NetBSD: Makefile.inc,v 1.7 2005/09/17 11:49:39 tsutsui Exp $ # $FreeBSD$ CFLAGS+=-DSOFTFLOAT -MDSRCS+= machdep_ldisd.c +SRCS+= machdep_ldisd.c SYM_MAPS+= ${LIBC_SRCTOP}/mips/Symbol.map Index: stable/11/lib/libc/mips/string/Makefile.inc =================================================================== --- stable/11/lib/libc/mips/string/Makefile.inc (revision 315043) +++ stable/11/lib/libc/mips/string/Makefile.inc (revision 315044) @@ -1,8 +1,13 @@ -# $NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $ # $FreeBSD$ -SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.c memset.c \ - memcpy.S memmove.S \ - strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \ - strncat.c strncmp.c strncpy.c strrchr.S strpbrk.c strsep.c \ - strspn.c strstr.c swab.c +MDSRCS+= \ + bcmp.S \ + bcopy.S \ + bzero.S \ + ffs.S \ + memcpy.S \ + memmove.S \ + strchr.S \ + strcmp.S \ + strlen.S \ + strrchr.S Index: stable/11/lib/libc/powerpc/Makefile.inc =================================================================== --- stable/11/lib/libc/powerpc/Makefile.inc (revision 315043) +++ stable/11/lib/libc/powerpc/Makefile.inc (revision 315044) @@ -1,7 +1,7 @@ # $FreeBSD$ SRCS+= trivial-vdso_tc.c # Long double is 64-bits -MDSRCS+=machdep_ldisd.c +SRCS+=machdep_ldisd.c SYM_MAPS+=${LIBC_SRCTOP}/powerpc/Symbol.map Index: stable/11/lib/libc/powerpc64/Makefile.inc =================================================================== --- stable/11/lib/libc/powerpc64/Makefile.inc (revision 315043) +++ stable/11/lib/libc/powerpc64/Makefile.inc (revision 315044) @@ -1,7 +1,7 @@ # $FreeBSD$ SRCS+= trivial-vdso_tc.c # Long double is 64-bits -MDSRCS+=machdep_ldisd.c +SRCS+=machdep_ldisd.c SYM_MAPS+=${LIBC_SRCTOP}/powerpc64/Symbol.map Index: stable/11/lib/libc/riscv/Makefile.inc =================================================================== --- stable/11/lib/libc/riscv/Makefile.inc (revision 315043) +++ stable/11/lib/libc/riscv/Makefile.inc (revision 315044) @@ -1,9 +1,9 @@ # $FreeBSD$ # # Machine dependent definitions for the RISC-V architecture. # # Long double is quad precision GDTOASRCS+=strtorQ.c -MDSRCS+=machdep_ldisQ.c +SRCS+=machdep_ldisQ.c SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map Index: stable/11/lib/libc/sparc64/string/Makefile.inc =================================================================== --- stable/11/lib/libc/sparc64/string/Makefile.inc (revision 315043) +++ stable/11/lib/libc/sparc64/string/Makefile.inc (nonexistent) @@ -1 +0,0 @@ -# $FreeBSD$ Property changes on: stable/11/lib/libc/sparc64/string/Makefile.inc ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: stable/11/lib/libc/sparc64/Makefile.inc =================================================================== --- stable/11/lib/libc/sparc64/Makefile.inc (revision 315043) +++ stable/11/lib/libc/sparc64/Makefile.inc (revision 315044) @@ -1,13 +1,13 @@ # $FreeBSD$ # # Machine dependent definitions for the ultra sparc architecture. # .include "fpu/Makefile.inc" SRCS+= trivial-vdso_tc.c # Long double is quad precision GDTOASRCS+=strtorQ.c -MDSRCS+=machdep_ldisQ.c +SRCS+=machdep_ldisQ.c SYM_MAPS+=${LIBC_SRCTOP}/sparc64/Symbol.map Index: stable/11 =================================================================== --- stable/11 (revision 315043) +++ stable/11 (revision 315044) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r314556-314558