Module Name:    src
Committed By:   skrll
Date:           Sat Sep 12 07:22:16 UTC 2009

Modified Files:
        src/libexec/ld.elf_so/arch/hppa: Makefile.inc

Log Message:
Fix the start symbol.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/libexec/ld.elf_so/arch/hppa/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/arch/hppa/Makefile.inc
diff -u src/libexec/ld.elf_so/arch/hppa/Makefile.inc:1.7 src/libexec/ld.elf_so/arch/hppa/Makefile.inc:1.8
--- src/libexec/ld.elf_so/arch/hppa/Makefile.inc:1.7	Sat Jun  4 16:17:17 2005
+++ src/libexec/ld.elf_so/arch/hppa/Makefile.inc	Sat Sep 12 07:22:16 2009
@@ -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'

Reply via email to