History log of /netbsd-src/sys/arch/powerpc/conf/kern.ldscript (Results 1 – 8 of 8)
Revision Date Author Comments
# ce93b3da 24-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Don't mention stab and DWARF sections, because these (poorly mtaintained)
lists only help to make them harder to read.

If those sections are found in inputs, they simply appear in outputs as
orphane

Don't mention stab and DWARF sections, because these (poorly mtaintained)
lists only help to make them harder to read.

If those sections are found in inputs, they simply appear in outputs as
orphaned sections, sorted by section types and attributes.

show more ...


# 220951d1 21-Aug-2015 uebayasi <uebayasi@NetBSD.org>

I bet setting search-directory for ld.so is useless in any kernel.


# 185745d4 20-Aug-2015 uebayasi <uebayasi@NetBSD.org>

Indent with 2 spaces.


# 2141bdc7 19-Jan-2014 mrg <mrg@NetBSD.org>

make this look more like the latest elf32ppc.x. tested on pegasosII.


# c3e6c00c 16-Nov-2013 mrg <mrg@NetBSD.org>

make sure that .text.startup and .text.unlikely end up in the
text section. GCC 4.8 ofppc kernels now boot, though they are
unable to load the symbol table correctly.

also tested with GCC 4.5 and o

make sure that .text.startup and .text.unlikely end up in the
text section. GCC 4.8 ofppc kernels now boot, though they are
unable to load the symbol table correctly.

also tested with GCC 4.5 and ofppc (pegasosII.)

show more ...


# e13c032f 12-Feb-2011 matt <matt@NetBSD.org>

When an OEA kernel is configured for multiple MMU types, use the new
powerpc fixup mechanism to bind the kernel to a particular MMU. This
avoids an indirect call for every pmap call.


# 88bcc332 23-Jan-2011 matt <matt@NetBSD.org>

Add support for __read_mostly and __cacheline_aligned (using 32 bytes as
the cacheline as its the most prevalent sized used even though IBM970 has
a 128 byte cacheline).


# b8ea2c8c 18-Jan-2011 matt <matt@NetBSD.org>

Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to u

Add support for BookE Freescale MPC85xx (e500 core) processors.
Add fast softint support for PowerPC (though only booke uses it).
Redo FPU/VEC support and add e500 SPE support.
Rework trap/intrs to use a common trapframe format.
Support SOFTFLOAT (no hardfloat or fpu emulation) for BookE.

show more ...