Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/libexec/ld.aout_so/arch/sparc Pull up revision 1.17 (re...



details:   https://anonhg.NetBSD.org/src/rev/234601ce7f11
branches:  netbsd-1-4
changeset: 471273:234601ce7f11
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 01 15:51:41 2001 +0000

description:
Pull up revision 1.17 (requested by itohy):
  Several changes to consolidate with main trunk:
   o Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT as it's always true.

diffstat:

 libexec/ld.aout_so/arch/sparc/md.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6f88e367f47e -r 234601ce7f11 libexec/ld.aout_so/arch/sparc/md.h
--- a/libexec/ld.aout_so/arch/sparc/md.h        Sun Apr 01 15:51:23 2001 +0000
+++ b/libexec/ld.aout_so/arch/sparc/md.h        Sun Apr 01 15:51:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.16 1998/12/15 21:22:52 pk Exp $       */
+/*     $NetBSD: md.h,v 1.16.2.1 2001/04/01 15:51:41 he Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -110,7 +110,6 @@
 
 #define RELOC_STATICS_THROUGH_GOT_P(r)         (1)
 #define JMPSLOT_NEEDS_RELOC                    (1)
-#define        RELOC_SYMBOLICS_THROUGH_JMPSLOT         (1)
 #define        JMPSLOT_NONEXTERN_IS_INTERMODULE        (0)
 
 /*



Home | Main Index | Thread Index | Old Index