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/hppa Fix the start symbol.
details: https://anonhg.NetBSD.org/src/rev/ae443453416d
branches: trunk
changeset: 747356:ae443453416d
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Sep 12 07:22:16 2009 +0000
description:
Fix the start symbol.
diffstat:
libexec/ld.elf_so/arch/hppa/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 4310e739b009 -r ae443453416d libexec/ld.elf_so/arch/hppa/Makefile.inc
--- a/libexec/ld.elf_so/arch/hppa/Makefile.inc Sat Sep 12 07:21:09 2009 +0000
+++ b/libexec/ld.elf_so/arch/hppa/Makefile.inc Sat Sep 12 07:22:16 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.7 2005/06/04 16:17:17 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.8 2009/09/12 07:22:16 skrll Exp $
SRCS+= rtld_start.S hppa_reloc.c
@@ -11,4 +11,4 @@
#CPPFLAGS+= -DRTLD_DEBUG_RELOC
#CPPFLAGS+= -DRTLD_DEBUG_HPPA
-LDFLAGS+= -Wl,-e,'$$$$rtld_start'
+LDFLAGS+= -Wl,-e,'$$rtld_start'
Home |
Main Index |
Thread Index |
Old Index