<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile.compiler-rt</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>aba4095113dab424acf410b0c34802487aa21162 - avoid dependency on NETBSDSRCDIR being set.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#aba4095113dab424acf410b0c34802487aa21162</link>
        <description>avoid dependency on NETBSDSRCDIR being set.due to various things, non-build.sh builds don&apos;t have it set alreadyand it ends up defaulting to /usr/src, so if that doesn&apos;t exist oris the wrong version, building libkern fails.XXX: pullup-10, ..?

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Mon, 13 Nov 2023 19:07:00 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>749cec1f3131a7fc68474bfd25876b433e2369ee - PR port-arm/55897</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#749cec1f3131a7fc68474bfd25876b433e2369ee</link>
        <description>PR port-arm/55897Fix ABI mismatch for armhf runtime routines for floating-point arithmetics;For hard-float arm variants, provide(1) generic runtime routines with correct calling convention, and(2) EABI runtime routines at the same time.I&apos;ve confirmed that no binary changes for kernels.LGTM by skrll

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Wed, 16 Jun 2021 05:21:08 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be9cf2dcdf0a4aeee98789a5dbcac662119a6214 - For m68k, do not compile in {,u}divmodsi4 also, that are not used by</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#be9cf2dcdf0a4aeee98789a5dbcac662119a6214</link>
        <description>For m68k, do not compile in {,u}divmodsi4 also, that are not used bycodes generated by gcc (confirmed not only for kernel, but also allexecutables and libraries for userland).Fix build failure for MODULAR kernel, noticed by mlelstv.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Fri, 24 Apr 2020 00:22:57 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f33565b1ad6bc88580bdefbcbba49e5687193dbd - For m68k, do not compile in {,u}divsi3 and {,u}modsi3 since codes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#f33565b1ad6bc88580bdefbcbba49e5687193dbd</link>
        <description>For m68k, do not compile in {,u}divsi3 and {,u}modsi3 since codesgenerated by gcc do not depend on them.We should not have unused functions in libkern for MODULAR.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Thu, 23 Apr 2020 03:09:18 +0000</pubDate>
        <dc:creator>rin &lt;rin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21303c93e9e10dcd3c5bd8388b5d640b9df8df3d - convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#21303c93e9e10dcd3c5bd8388b5d640b9df8df3d</link>
        <description>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Sun, 29 Sep 2019 23:44:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49da5e3bf1005140dd7f3096967aaaeea46c9f68 - clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#49da5e3bf1005140dd7f3096967aaaeea46c9f68</link>
        <description>clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in theoptional CIX extension, and thus not used by the default compiler configuation).

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Fri, 05 Apr 2019 14:00:16 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b8d5ea7c057d8a91cbecd56db99c260b017bd61 - don&apos;t use -fnon-call-exceptions on arm.  not needed and triggers eh_frame generation.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#7b8d5ea7c057d8a91cbecd56db99c260b017bd61</link>
        <description>don&apos;t use -fnon-call-exceptions on arm.  not needed and triggers eh_frame generation.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Thu, 07 Feb 2019 10:44:54 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1143174b7de098c72e5f7e0201c56836aa1d0c9a - apply the previous to all GCC-7 platforms.  it affects vax as well.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#1143174b7de098c72e5f7e0201c56836aa1d0c9a</link>
        <description>apply the previous to all GCC-7 platforms.  it affects vax as well.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Thu, 07 Feb 2019 05:22:09 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d7172b93230ae42d105065b508eb26319c26e5 - for sh3 and GCC 7 pass -fnon-call-exceptions for udivmoddi4.c.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#11d7172b93230ae42d105065b508eb26319c26e5</link>
        <description>for sh3 and GCC 7 pass -fnon-call-exceptions for udivmoddi4.c.avoids it emitting a call to abort() for an explicit divide by zero.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Thu, 07 Feb 2019 04:33:24 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>547b3a3b01258cc76b6903d55f3bbdd59e7003a6 - Changes to existing files to enable building AARCH64 userland.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#547b3a3b01258cc76b6903d55f3bbdd59e7003a6</link>
        <description>Changes to existing files to enable building AARCH64 userland.evbarm64-elThis is clang only.  While gcc4.8 supports aarch64, no netbsd support hasbeen written for aarch64 with gcc4.8.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Sun, 10 Aug 2014 05:56:36 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a48c9687467c2f7c03a0b434877f25a185da70d9 - Update compiler-rt glue for the new source layout.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#a48c9687467c2f7c03a0b434877f25a185da70d9</link>
        <description>Update compiler-rt glue for the new source layout.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Wed, 26 Feb 2014 22:37:55 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9de82816fc76fd77aee8607e3960449d760aede2 - For ARM EABI, includ divide-by-0 trap handlers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#9de82816fc76fd77aee8607e3960449d760aede2</link>
        <description>For ARM EABI, includ divide-by-0 trap handlers.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Wed, 29 Jan 2014 22:30:24 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>329758262fd8bb72d3fe217d40adc5e5010439f2 - This is not libc, so don&apos;t check the libc arch macro.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#329758262fd8bb72d3fe217d40adc5e5010439f2</link>
        <description>This is not libc, so don&apos;t check the libc arch macro.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Fri, 17 Jan 2014 00:49:55 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab0f68f9e616e4e44b8a45cfc6039fe2d1956c72 - libkern build glue for compiler-rt.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/lib/libkern/Makefile.compiler-rt#ab0f68f9e616e4e44b8a45cfc6039fe2d1956c72</link>
        <description>libkern build glue for compiler-rt.

            List of files:
            /netbsd-src/sys/lib/libkern/Makefile.compiler-rt</description>
        <pubDate>Tue, 03 Dec 2013 16:15:22 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
