<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in kern.ldscript</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ce93b3da5702ce1edf4d46f9fb716f53daf32f23 - Don&apos;t mention stab and DWARF sections, because these (poorly mtaintained)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#ce93b3da5702ce1edf4d46f9fb716f53daf32f23</link>
        <description>Don&apos;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 asorphaned sections, sorted by section types and attributes.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Mon, 24 Aug 2015 08:13:07 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>220951d1d45123efa43bde0ad4355206a0866af2 - I bet setting search-directory for ld.so is useless in any kernel.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#220951d1d45123efa43bde0ad4355206a0866af2</link>
        <description>I bet setting search-directory for ld.so is useless in any kernel.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Fri, 21 Aug 2015 02:35:52 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>185745d477c63de409bfdcb5048ff07c0691c4dc - Indent with 2 spaces.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#185745d477c63de409bfdcb5048ff07c0691c4dc</link>
        <description>Indent with 2 spaces.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Thu, 20 Aug 2015 07:00:48 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2141bdc7f55931b15f5d1f3d52e9d3c484815c3f - make this look more like the latest elf32ppc.x.  tested on pegasosII.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#2141bdc7f55931b15f5d1f3d52e9d3c484815c3f</link>
        <description>make this look more like the latest elf32ppc.x.  tested on pegasosII.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Sun, 19 Jan 2014 02:32:21 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3e6c00ce66086f6972e60ba9ab1001ec8d991e8 - make sure that .text.startup and .text.unlikely end up in the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#c3e6c00ce66086f6972e60ba9ab1001ec8d991e8</link>
        <description>make sure that .text.startup and .text.unlikely end up in thetext section.  GCC 4.8 ofppc kernels now boot, though they areunable to load the symbol table correctly.also tested with GCC 4.5 and ofppc (pegasosII.)

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Sat, 16 Nov 2013 12:00:21 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e13c032f64da7ac86428716629b61f32d2280163 - When an OEA kernel is configured for multiple MMU types, use the new</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#e13c032f64da7ac86428716629b61f32d2280163</link>
        <description>When an OEA kernel is configured for multiple MMU types, use the newpowerpc fixup mechanism to bind the kernel to a particular MMU.  Thisavoids an indirect call for every pmap call.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Sat, 12 Feb 2011 18:23:09 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>88bcc3327b1fdafba1f41bae7f209ae45af825f5 - Add support for __read_mostly and __cacheline_aligned (using 32 bytes as</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#88bcc3327b1fdafba1f41bae7f209ae45af825f5</link>
        <description>Add support for __read_mostly and __cacheline_aligned (using 32 bytes asthe cacheline as its the most prevalent sized used even though IBM970 hasa 128 byte cacheline).

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Sun, 23 Jan 2011 17:38:37 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8ea2c8cad98dc73c67d62f5856235879ca7e5f0 - Add support for BookE Freescale MPC85xx (e500 core) processors.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/powerpc/conf/kern.ldscript#b8ea2c8cad98dc73c67d62f5856235879ca7e5f0</link>
        <description>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.

            List of files:
            /netbsd-src/sys/arch/powerpc/conf/kern.ldscript</description>
        <pubDate>Tue, 18 Jan 2011 01:02:52 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
