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 ld.elf_so has no textrels on arm, i386 or ...



details:   https://anonhg.NetBSD.org/src/rev/acdbfa41c85b
branches:  trunk
changeset: 536298:acdbfa41c85b
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Sep 12 19:43:03 2002 +0000

description:
ld.elf_so has no textrels on arm, i386 or vax -- and shouldn't on any platform,
but that's beside the point.

diffstat:

 libexec/ld.elf_so/rtld.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r b859c0b71941 -r acdbfa41c85b libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c  Thu Sep 12 19:23:45 2002 +0000
+++ b/libexec/ld.elf_so/rtld.c  Thu Sep 12 19:43:03 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtld.c,v 1.58 2002/09/12 17:45:41 mycroft Exp $         */
+/*     $NetBSD: rtld.c,v 1.59 2002/09/12 19:43:03 mycroft Exp $         */
 
 /*
  * Copyright 1996 John D. Polstra.
@@ -197,8 +197,7 @@
 #endif
        assert(objself.needed == NULL);
 
-#if !defined(__arm__) && !defined(__mips__) && !defined(__i386__) && \
-    !defined(__sh__) && !defined(__vax__)
+#if !defined(__mips__) && !defined(__sh__)
        /* no relocation for mips/i386 */
        assert(!objself.textrel);
 #endif



Home | Main Index | Thread Index | Old Index