Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include sync relocs with sparc64.
details: https://anonhg.NetBSD.org/src/rev/07bd8dad1ed9
branches: trunk
changeset: 500033:07bd8dad1ed9
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Dec 04 01:49:34 2000 +0000
description:
sync relocs with sparc64.
diffstat:
sys/arch/sparc/include/reloc.h | 31 ++++++++++++++++++++++++++++++-
1 files changed, 30 insertions(+), 1 deletions(-)
diffs (45 lines):
diff -r 182ee6a0ff0c -r 07bd8dad1ed9 sys/arch/sparc/include/reloc.h
--- a/sys/arch/sparc/include/reloc.h Mon Dec 04 01:39:04 2000 +0000
+++ b/sys/arch/sparc/include/reloc.h Mon Dec 04 01:49:34 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: reloc.h,v 1.2 1994/11/20 20:53:30 deraadt Exp $ */
+/* $NetBSD: reloc.h,v 1.3 2000/12/04 01:49:34 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -81,6 +81,35 @@
RELOC_GLOB_DAT, /* ? */
RELOC_JMP_SLOT, /* ? */
RELOC_RELATIVE, /* ? */
+ RELOC_UA_32,
+
+ /* The following are LP64 relocations */
+
+ RELOC_PLT32,
+ RELOC_HIPLT22,
+ RELOC_LOPLT10,
+ RELOC_LOPLT10,
+ RELOC_PCPLT22,
+ RELOC_PCPLT32,
+
+ RELOC_10,
+ RELOC_11,
+ RELOC_64,
+ RELOC_OLO10,
+ RELOC_HH22,
+
+ RELOC_HM10,
+ RELOC_LM22,
+ RELOC_PC_HH22,
+ RELOC_PC_HM10,
+ RELOC_PC_LM22,
+
+ RELOC_WDISP16,
+ RELOC_WDISP19,
+ RELOC_GLOB_JMP,
+ RELOC_7,
+ RELOC_5,
+ RELOC_6
};
/*
Home |
Main Index |
Thread Index |
Old Index