<?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 stand.ldscript</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/mips/conf/stand.ldscript</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Merge the .text.* sections into the .text section on MIPS, SPARC and<br/>SPARC64 as is done on all other ports.  Mostly costmetic, but does mean<br/>that main() now appears before the _etext symbol instead of after it.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.8</description>
    <pubDate>Fri Apr 23 08:42:25 UTC 2021</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>.rel/.rela should not be generated in kernels.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.7</description>
    <pubDate>Sat Aug 22 23:49:54 UTC 2015</pubDate>
    <dc:creator>uebayasi</dc:creator>
</item>

<item>
    <title>Indent with 2 spaces.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.6</description>
    <pubDate>Thu Aug 20 07:00:49 UTC 2015</pubDate>
    <dc:creator>uebayasi</dc:creator>
</item>

<item>
    <title>branches:  1.5.6;<br/>discard eh sections</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.5</description>
    <pubDate>Fri Oct 04 15:02:43 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.4.8;  1.4.18;  1.4.22;<br/>Merge .rodata.* sections (like .rodata.str1.4) into .rodata section.<br/>Newer binutils creates such sections and old firmware might be confused.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.4</description>
    <pubDate>Tue May 04 15:00:39 UTC 2010</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.3.4;  1.3.126;  1.3.146;  1.3.148;<br/>Use a single ldscript instead of separate scripts for either endianness;<br/>  use command line parameters to ld(1) instead to set the endian format.<br/>Clean up some endian decisions in mips/conf/Makefile.mips.<br/>Wrap some long lines.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3</description>
    <pubDate>Fri Oct 05 05:03:27 UTC 2001</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.2.2;  1.2.4;<br/>Also share BE ldscripts.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.2</description>
    <pubDate>Sun May 21 02:50:13 UTC 2000</pubDate>
    <dc:creator>soren</dc:creator>
</item>

<item>
    <title>branches:  1.1.2;  1.1.20;<br/>GNU ld script for linking standalone MIPS code (e.g., bootblocks).</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.1</description>
    <pubDate>Sun Oct 05 22:17:56 UTC 1997</pubDate>
    <dc:creator>jonathan</dc:creator>
</item>

<item>
    <title>Remove files that are no longer on the trunck</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.1.20.1</description>
    <pubDate>Mon Nov 20 22:16:49 UTC 2000</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>Update marc-pcmcia branch from trunk.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.1.2.2</description>
    <pubDate>Tue Oct 14 10:17:20 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>file stand.ldscript was added on branch marc-pcmcia on 1997-10-14 10:17:20 +0000</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.1.2.1</description>
    <pubDate>Sun Oct 05 22:17:56 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Catch up with -current. Fix some bogons in the sparc64 kbd/ms<br/>attach code. cd18xx conversion provided by mrg.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.2.4.1</description>
    <pubDate>Thu Oct 11 00:01:47 UTC 2001</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>Sync kqueue branch with -current.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.2.2.1</description>
    <pubDate>Thu Jan 10 19:45:58 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3.148.1</description>
    <pubDate>Sun May 30 05:16:58 UTC 2010</pubDate>
    <dc:creator>rmind</dc:creator>
</item>

<item>
    <title>Sync with HEAD.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3.146.1</description>
    <pubDate>Tue Aug 17 06:44:51 UTC 2010</pubDate>
    <dc:creator>uebayasi</dc:creator>
</item>

<item>
    <title>sync with head.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3.126.1</description>
    <pubDate>Wed Aug 11 22:52:22 UTC 2010</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Use a single ldscript instead of separate scripts for either endianness;<br/>  use command line parameters to ld(1) instead to set the endian format.<br/>Clean up some endian decisions in mips/conf/Makefile.mips.<br/>Wrap some long lines.</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3.4.2</description>
    <pubDate>Fri Oct 05 05:03:28 UTC 2001</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>file stand.ldscript was added on branch nathanw_sa on 2001-10-05 05:03:28 +0000</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.3.4.1</description>
    <pubDate>Fri Oct 05 05:03:27 UTC 2001</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.4.22.1</description>
    <pubDate>Sun May 18 17:45:17 UTC 2014</pubDate>
    <dc:creator>rmind</dc:creator>
</item>

<item>
    <title>update from HEAD</title>
    <description>/src/sys/arch/mips/conf/stand.ldscript - 1.4.18.2</description>
    <pubDate>Sun Dec 03 11:36:27 UTC 2017</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>
</channel></rss>

