History log of /netbsd/sys/arch/powerpc/include/elf_machdep.h (Results 1 – 16 of 16)
Revision Date Author Comments
# ce9873e5 08-Dec-2019 uwe <uwe@NetBSD.org>

Fix typo in the definition of #ha() in a comment.


# aa5f21c0 06-Nov-2017 christos <christos@NetBSD.org>

handle ppc64


# 8ad7f8ea 06-Nov-2017 christos <christos@NetBSD.org>

Cleanup and clarify the ELFSIZE mess:

We now have 2 variables automatically set in elf_machdep.h:

ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries

Cleanup and clarify the ELFSIZE mess:

We now have 2 variables automatically set in elf_machdep.h:

ARCH_ELFSIZE: the size for userland binaries
KERN_ELFSIZE: the size for the kernel binaries

DB_ELFSIZE has been deleted and KERN_ELFSIZE should have always the
same values DB_ELFSIZE used to have.

In sys/exec_elf.h, if ELFSIZE is not set, it is set to KERN_ELFSIZE
for the kernel and ARCH_ELFSIZE for userland. These defaults should
eliminate the need for most manual ELFSIZE setting.

show more ...


# 3d7596d7 10-Aug-2017 joerg <joerg@NetBSD.org>

Add IRELATIVE support for ARM, X86 and PowerPC.


# 8e96bda0 07-Mar-2014 matt <matt@NetBSD.org>

Don't define ARCH_ELFSIZE if it's already defined.


# c0cf7c97 06-Mar-2014 matt <matt@NetBSD.org>

Add PowerPC64 DTs


# 6ef29dd2 06-Mar-2014 matt <matt@NetBSD.org>

More comments.
rest of powerpc64 relocs


# 62580bf4 15-Jan-2011 matt <matt@NetBSD.org>

Add some more reloc types as well as DT_PPC_GOT


# e0397662 30-May-2009 skrll <skrll@NetBSD.org>

Add TLS relocation definitions.


# 24a77a11 25-Nov-2006 freza <freza@NetBSD.org>

PR toolchain/35105: Don't include reloc.h, instead provide R_PPC_* defines
and make R_TYPE() use them. This is more consistent with other ports, too.

Suggested by Manuel Bouyer, ok'd by Matt Thomas.


# dd8ab8ab 08-Jul-2006 ross <ross@NetBSD.org>

add new split personality for ELF64


# 51535d4b 09-Dec-2001 thorpej <thorpej@NetBSD.org>

Add support for dumping ELF-cormat core files.


# 78b10569 02-Apr-2000 minoura <minoura@NetBSD.org>

Move dl* function definitions to libc on ELF.
Based on the patch supplied by Takuya Shiozaki <tshiozak@astec.co.jp>.
See http://mail-index.netbsd.org/tech-userlevel/2000/02/23/0000.html.


# 522cbf02 25-Oct-1999 kleink <kleink@NetBSD.org>

Update to match new SVR4-style definition names in <sys/exec_elf.h>.


# ac7d3e64 24-Nov-1998 tsubai <tsubai@NetBSD.org>

Add PIC definitions.


# 36a0d584 16-Apr-1997 thorpej <thorpej@NetBSD.org>

Machine-dependent definitions for Elf on NetBSD/powerpc.