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/ns32k Pull up revision 1.8 (req...



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

description:
Pull up revision 1.8 (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/ns32k/md.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f4e0ca7da990 -r 794609293e05 libexec/ld.aout_so/arch/ns32k/md.h
--- a/libexec/ld.aout_so/arch/ns32k/md.h        Sun Apr 01 15:50:46 2001 +0000
+++ b/libexec/ld.aout_so/arch/ns32k/md.h        Sun Apr 01 15:51:07 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.7 1999/01/15 07:48:07 matthias Exp $  */
+/*     $NetBSD: md.h,v 1.7.2.1 2001/04/01 15:51:07 he Exp $  */
 
 /*
  *     - ns32k dependent definitions
@@ -30,7 +30,6 @@
 #define RELOC_STATICS_THROUGH_GOT_P(r)         (1)
 #define JMPSLOT_NEEDS_RELOC                    (0)
 #define RELOC_INIT_SEGMENT_RELOC(r)            ((r)->r_disp = 2)
-#define        RELOC_SYMBOLICS_THROUGH_JMPSLOT         (1)
 #define        JMPSLOT_NONEXTERN_IS_INTERMODULE        (0)
 
 #define md_got_reloc(r)                        (0)



Home | Main Index | Thread Index | Old Index