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/vax Pull up revision 1.11 (requ...
details: https://anonhg.NetBSD.org/src/rev/4c2b58d32be6
branches: netbsd-1-4
changeset: 471274:4c2b58d32be6
user: he <he%NetBSD.org@localhost>
date: Sun Apr 01 15:52:02 2001 +0000
description:
Pull up revision 1.11 (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/vax/md.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 234601ce7f11 -r 4c2b58d32be6 libexec/ld.aout_so/arch/vax/md.h
--- a/libexec/ld.aout_so/arch/vax/md.h Sun Apr 01 15:51:41 2001 +0000
+++ b/libexec/ld.aout_so/arch/vax/md.h Sun Apr 01 15:52:02 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.10 1999/03/13 22:15:25 ragge Exp $ */
+/* $NetBSD: md.h,v 1.10.2.1 2001/04/01 15:52:02 he Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -96,7 +96,6 @@
#define RELOC_STATICS_THROUGH_GOT_P(r) (1)
-#define RELOC_SYMBOLICS_THROUGH_JMPSLOT (0)
#define RELOC_EXTERNAL_DATA_THROUGH_GOT_P(r) (md_convert_textreloc(r))
#define JMPSLOT_NONEXTERN_ARE_INTERMODULE (1)
#define JMPSLOT_NEEDS_RELOC (0)
Home |
Main Index |
Thread Index |
Old Index