Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include Add PowerPC64 DTs



details:   https://anonhg.NetBSD.org/src/rev/387c62844d72
branches:  trunk
changeset: 327399:387c62844d72
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Mar 06 19:30:39 2014 +0000

description:
Add PowerPC64 DTs

diffstat:

 sys/arch/powerpc/include/elf_machdep.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 063193d60a58 -r 387c62844d72 sys/arch/powerpc/include/elf_machdep.h
--- a/sys/arch/powerpc/include/elf_machdep.h    Thu Mar 06 19:19:40 2014 +0000
+++ b/sys/arch/powerpc/include/elf_machdep.h    Thu Mar 06 19:30:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: elf_machdep.h,v 1.10 2014/03/06 07:48:25 matt Exp $    */
+/*     $NetBSD: elf_machdep.h,v 1.11 2014/03/06 19:30:39 matt Exp $    */
 
 #ifndef _POWERPC_ELF_MACHDEP_H_
 #define _POWERPC_ELF_MACHDEP_H_
@@ -24,6 +24,10 @@
 
 /* Specify the value of _GLOBAL_OFFSET_TABLE_ */
 #define        DT_PPC_GOT              DT_LOPROC
+#define        DT_PPC64_GLINK          (DT_LOPROC + 0)
+#define        DT_PPC64_OPD            (DT_LOPROC + 1)
+#define        DT_PPC64_OPDSZ          (DT_LOPROC + 2)
+#define        DT_PPC64_TLSOPT         (DT_LOPROC + 3)
 
 // A = the addend used to compute the value of relocatable field
 // B = the base address of the shared object



Home | Main Index | Thread Index | Old Index