Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch Whitespace.
details: https://anonhg.NetBSD.org/src/rev/50863f6ecbfd
branches: trunk
changeset: 558654:50863f6ecbfd
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Feb 20 20:58:24 2004 +0000
description:
Whitespace.
diffstat:
libexec/ld.elf_so/arch/alpha/Makefile.inc | 12 ++++++------
libexec/ld.elf_so/arch/arm/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/hppa/Makefile.inc | 20 ++++++++++----------
libexec/ld.elf_so/arch/i386/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/m68k/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/mips/Makefile.inc | 12 ++++++------
libexec/ld.elf_so/arch/powerpc/Makefile.inc | 12 ++++++------
libexec/ld.elf_so/arch/sh3/Makefile.inc | 8 ++++----
libexec/ld.elf_so/arch/sh5/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/sparc/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/sparc64/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/vax/Makefile.inc | 10 +++++-----
libexec/ld.elf_so/arch/x86_64/Makefile.inc | 10 +++++-----
13 files changed, 72 insertions(+), 72 deletions(-)
diffs (260 lines):
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/alpha/Makefile.inc
--- a/libexec/ld.elf_so/arch/alpha/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/alpha/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.9 2002/09/11 18:20:47 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.10 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S alpha_reloc.c
+SRCS+= rtld_start.S alpha_reloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic -mno-fp-regs
+CPPFLAGS+= -fpic -mno-fp-regs
-CPPFLAGS+= -DELFSIZE=64
-#CPPFLAGS+= -DRTLD_DEBUG_ALPHA
+CPPFLAGS+= -DELFSIZE=64
+#CPPFLAGS+= -DRTLD_DEBUG_ALPHA
-LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/arm/Makefile.inc
--- a/libexec/ld.elf_so/arch/arm/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/arm/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.8 2002/09/24 12:12:07 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.9 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/hppa/Makefile.inc
--- a/libexec/ld.elf_so/arch/hppa/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/hppa/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile.inc,v 1.2 2002/09/24 12:12:08 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.3 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S hppa_reloc.c
+SRCS+= rtld_start.S hppa_reloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
-#CPPFLAGS+= -DRTLD_DEBUG
-#CPPFLAGS+= -DRTLD_DEBUG_RELOC
-#CPPFLAGS+= -DRTLD_DEBUG_HPPA
+CPPFLAGS+= -DELFSIZE=32
+#CPPFLAGS+= -DRTLD_DEBUG
+#CPPFLAGS+= -DRTLD_DEBUG_RELOC
+#CPPFLAGS+= -DRTLD_DEBUG_HPPA
-LDFLAGS+= -Bshareable -Bsymbolic -e '$$rtld_start'
-LDFLAGS+= --script ${.CURDIR}/arch/hppa/ld.so.script
+LDFLAGS+= -Bshareable -Bsymbolic -e '$$rtld_start'
+LDFLAGS+= --script ${.CURDIR}/arch/hppa/ld.so.script
# XXX fredette - the libgcc millicode is needed here:
-LDADD=`$(CC) -print-libgcc-file-name`
+LDADD= `$(CC) -print-libgcc-file-name`
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/i386/Makefile.inc
--- a/libexec/ld.elf_so/arch/i386/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/i386/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/09/11 17:23:23 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.8 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/m68k/Makefile.inc
--- a/libexec/ld.elf_so/arch/m68k/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/m68k/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:09 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.8 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/mips/Makefile.inc
--- a/libexec/ld.elf_so/arch/mips/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/mips/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.12 2002/09/24 01:59:44 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.13 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mips_reloc.c
+SRCS+= rtld_start.S mips_reloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -mabicalls -G0 -fPIC
+CPPFLAGS+= -mabicalls -G0 -fPIC
-CPPFLAGS+= -DELFSIZE=32
-CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
+CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/powerpc/Makefile.inc
--- a/libexec/ld.elf_so/arch/powerpc/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/powerpc/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:09 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.8 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S ppc_reloc.c
+SRCS+= rtld_start.S ppc_reloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic -msoft-float
+CPPFLAGS+= -fpic -msoft-float
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
-LDFLAGS+= --script ${.CURDIR}/arch/powerpc/ld.so.script
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= --script ${.CURDIR}/arch/powerpc/ld.so.script
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/sh3/Makefile.inc
--- a/libexec/ld.elf_so/arch/sh3/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/sh3/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.inc,v 1.3 2002/09/24 12:12:09 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.4 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
-CPPFLAGS+= -fpic -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+CPPFLAGS+= -fpic -DELFSIZE=32
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/sh5/Makefile.inc
--- a/libexec/ld.elf_so/arch/sh5/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/sh5/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.1 2003/03/25 13:11:54 scw Exp $
+# $NetBSD: Makefile.inc,v 1.2 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/sparc/Makefile.inc
--- a/libexec/ld.elf_so/arch/sparc/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/sparc/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.7 2002/09/24 12:12:10 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.8 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/sparc64/Makefile.inc
--- a/libexec/ld.elf_so/arch/sparc64/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/sparc64/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.5 2002/09/24 12:12:10 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.6 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=64
+CPPFLAGS+= -DELFSIZE=64
-LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/vax/Makefile.inc
--- a/libexec/ld.elf_so/arch/vax/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/vax/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.6 2002/09/24 01:58:44 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.7 2004/02/20 20:58:24 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fpic
+CPPFLAGS+= -fpic
-CPPFLAGS+= -DELFSIZE=32
+CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
diff -r ce5217d2f74a -r 50863f6ecbfd libexec/ld.elf_so/arch/x86_64/Makefile.inc
--- a/libexec/ld.elf_so/arch/x86_64/Makefile.inc Fri Feb 20 20:22:10 2004 +0000
+++ b/libexec/ld.elf_so/arch/x86_64/Makefile.inc Fri Feb 20 20:58:24 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.4 2002/11/24 18:16:45 fvdl Exp $
+# $NetBSD: Makefile.inc,v 1.5 2004/02/20 20:58:25 skrll Exp $
-SRCS+= rtld_start.S mdreloc.c
+SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
-CPPFLAGS+= -fPIC
+CPPFLAGS+= -fPIC
-CPPFLAGS+= -DELFSIZE=64
+CPPFLAGS+= -DELFSIZE=64
-LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
+LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
Home |
Main Index |
Thread Index |
Old Index