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 match EXIT() with LEAF_ENTRY() s...
details: https://anonhg.NetBSD.org/src/rev/a4bfec7e86da
branches: trunk
changeset: 770006:a4bfec7e86da
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Sep 30 03:05:43 2011 +0000
description:
match EXIT() with LEAF_ENTRY() so that sizes are actually constants.
fixes binutils 2.21 build issues reported by he and chuq.
diffstat:
libexec/ld.elf_so/arch/hppa/rtld_start.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 968e3fc0aae8 -r a4bfec7e86da libexec/ld.elf_so/arch/hppa/rtld_start.S
--- a/libexec/ld.elf_so/arch/hppa/rtld_start.S Fri Sep 30 01:32:21 2011 +0000
+++ b/libexec/ld.elf_so/arch/hppa/rtld_start.S Fri Sep 30 03:05:43 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.10 2011/03/10 12:53:42 skrll Exp $ */
+/* $NetBSD: rtld_start.S,v 1.11 2011/09/30 03:05:43 mrg Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -139,7 +139,7 @@
stw %arg0, -8(%arg1)
bv %r0(%rp)
stw %r19, -4(%arg1)
-EXIT(__rtld_hppa_setup_pltgot)
+EXIT(__rtld_setup_hppa_pltgot)
/*
* In order to support lazy binding, this implementation of _rtld_bind_start is
Home |
Main Index |
Thread Index |
Old Index