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/alpha We don't use _GLOBAL_OFFSET_TAB...



details:   https://anonhg.NetBSD.org/src/rev/a747e9647567
branches:  trunk
changeset: 536237:a747e9647567
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 11 20:56:09 2002 +0000

description:
We don't use _GLOBAL_OFFSET_TABLE_ any more, so don't .global it.

diffstat:

 libexec/ld.elf_so/arch/alpha/rtld_start.S |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 54dd08e43e7f -r a747e9647567 libexec/ld.elf_so/arch/alpha/rtld_start.S
--- a/libexec/ld.elf_so/arch/alpha/rtld_start.S Wed Sep 11 20:48:21 2002 +0000
+++ b/libexec/ld.elf_so/arch/alpha/rtld_start.S Wed Sep 11 20:56:09 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld_start.S,v 1.11 2002/09/11 18:18:37 mycroft Exp $  */
+/*     $NetBSD: rtld_start.S,v 1.12 2002/09/11 20:56:09 mycroft Exp $  */
 
 /*
  * Copyright 1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -29,8 +29,6 @@
 
 #include <machine/asm.h>
 
-       .extern _GLOBAL_OFFSET_TABLE_
-
 /*
  * Note: we can call ourselves LEAF even though we use callee-saved
  * registers because we're the root of the call graph.



Home | Main Index | Thread Index | Old Index