<?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 Makefile</title>
    <link>http://nxr.netbsd.org/rss/src/sys/arch/sparc/stand/bootxx/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}<br/><br/>Simplify CWARNFLAGS to use ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}<br/>which works for both clang and gcc, and remove compiler-specific<br/>equivalents.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.21</description>
    <pubDate>Sat Jun 03 21:26:28 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER<br/><br/>Provide a single variable<br/>	CC_WNO_ADDRESS_OF_PACKED_MEMBER<br/>with options for both clang and gcc, to replace<br/>	CLANG_NO_ADDR_OF_PACKED_MEMBER<br/>	CC_NO_ADDR_OF_PACKED_MEMBER<br/>	GCC_NO_ADDR_OF_PACKED_MEMBER<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.20</description>
    <pubDate>Sat Jun 03 08:52:57 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>add support for new GCC 9 warnings that may be too much to fix<br/>right now.  new address-of-packed-member and format-overflow<br/>warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd<br/>GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.<br/><br/>apply to a bunch of the tree.  mostly, these are real bugs that<br/>should be fixed, but in many cases, only by removing the 'packed'<br/>attribute from some structure that doesn't really need it.  (i<br/>looked at many different ones, and while perhaps 60-80% were<br/>already properly aligned, it wasn't clear to me that the uses<br/>were always coming from sane data vs network alignment, so it<br/>doesn't seem safe to remove packed without careful research for<br/>each affect struct.)  clang already warned (and was not erroring)<br/>for many of these cases, but gcc picked up dozens more.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.19</description>
    <pubDate>Sun Sep 06 07:20:29 UTC 2020</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>Uses LFS boot code</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.18</description>
    <pubDate>Thu Apr 23 00:11:29 UTC 2020</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.17.40;<br/>Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.<br/><br/>XXX: probabry we should have bsd.saprog.mk or something.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.17</description>
    <pubDate>Sun Jan 12 15:26:31 UTC 2014</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.16.112;  1.16.122;  1.16.128;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.16</description>
    <pubDate>Sun Dec 11 00:19:08 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link<br/>against them.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.15</description>
    <pubDate>Wed Jul 28 01:05:35 UTC 2004</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.14.10;<br/>Convert `bootxx' to raw binary format which is what the MI installboot(8)<br/>program needs.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.14</description>
    <pubDate>Tue May 07 11:32:44 UTC 2002</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>branches:  1.13.8;  1.13.12;<br/>bootxx links at 0x340000<br/>2nd-stage boot programs choices: 0x200000,0x300000,0x400000,0x700000 (default: 0x300000)</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.13</description>
    <pubDate>Mon Feb 21 15:07:34 UTC 2000</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>RELOC -&gt; RELOC_DEFAULT</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.12</description>
    <pubDate>Mon Feb 21 14:44:18 UTC 2000</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>branches:  1.11.2;<br/>Use ${SIZE}, ${OBJCOPY} rather than size and objcopy.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.11</description>
    <pubDate>Sat Aug 21 14:18:36 UTC 1999</pubDate>
    <dc:creator>sommerfeld</dc:creator>
</item>

<item>
    <title>Add -DLIBSA_NO_CLOSE</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.10</description>
    <pubDate>Wed Apr 28 13:27:18 UTC 1999</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;  1.9.4;<br/>Use `-Ttext' switch &amp; collect ld options in LINKFLAGS.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.9</description>
    <pubDate>Fri Mar 05 11:15:53 UTC 1999</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>Completely rearrange SPARC boot code, modeling it after alpha and hp300<br/>ports' boot programs.  Also added support for loading gzip'd kernels,<br/>useful for booting from floppy.  From Jason R. Thorpe &lt;thorpej@nas.nasa.gov&gt;,<br/>tested by Matthew Green &lt;mrg@eterna.com.au&gt; and Erik Fair &lt;fair@clock.org&gt;.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.8</description>
    <pubDate>Sun Jun 01 03:39:29 UTC 1997</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>STRIP -&gt; STRIPFLAG</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.7</description>
    <pubDate>Thu Apr 17 07:41:05 UTC 1997</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>remove header munging hack.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.6</description>
    <pubDate>Fri Nov 29 15:01:00 UTC 1996</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>We don't need `rem.o'.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.5</description>
    <pubDate>Tue Oct 10 20:07:54 UTC 1995</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>Brr.. libkern.o is way too big for our bootxx..</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.4</description>
    <pubDate>Mon Oct 09 23:25:57 UTC 1995</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>Make this work with OBJ dirs.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.3</description>
    <pubDate>Sat Sep 30 21:43:40 UTC 1995</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>Don't strip bootxx on installation.</title>
    <description>/src/sys/arch/sparc/stand/bootxx/Makefile - 1.2</description>
    <pubDate>Mon Sep 18 23:32:41 UTC 1995</pubDate>
    <dc:creator>pk</dc:creator>
</item>
</channel></rss>

