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/powerpc Fix start symbol for newer bi...
details: https://anonhg.NetBSD.org/src/rev/24f19b066a18
branches: trunk
changeset: 748388:24f19b066a18
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 22 21:56:13 2009 +0000
description:
Fix start symbol for newer binutils.
diffstat:
libexec/ld.elf_so/arch/powerpc/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 39fcf042aa90 -r 24f19b066a18 libexec/ld.elf_so/arch/powerpc/Makefile.inc
--- a/libexec/ld.elf_so/arch/powerpc/Makefile.inc Thu Oct 22 21:55:34 2009 +0000
+++ b/libexec/ld.elf_so/arch/powerpc/Makefile.inc Thu Oct 22 21:56:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2005/06/04 16:17:17 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.11 2009/10/22 21:56:13 skrll Exp $
SRCS+= rtld_start.S ppc_reloc.c
@@ -7,5 +7,5 @@
CPPFLAGS+= -DELFSIZE=32
-LDFLAGS+= -Wl,-e,.rtld_start
+LDFLAGS+= -Wl,-e,_rtld_start
LDFLAGS+= -Wl,--script,${.CURDIR}/arch/powerpc/ld.so.script
Home |
Main Index |
Thread Index |
Old Index