<?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</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1838bd0f4839006b42d41a02a787b7f578655223 - Merge llvm-project release/14.x llvmorg-14-init-18315-g190be5457c90</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#1838bd0f4839006b42d41a02a787b7f578655223</link>
        <description>Merge llvm-project release/14.x llvmorg-14-init-18315-g190be5457c90This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-14-init-18315-g190be5457c90.PR:		261742MFC after:	2 weeks

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Sat, 05 Feb 2022 23:51:07 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c00d345665366a89aaba7244d6f078dc756f4c53 - Install unwind.h into /usr/include</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#c00d345665366a89aaba7244d6f078dc756f4c53</link>
        <description>Install unwind.h into /usr/includeInstall headers from LLVM&apos;s libunwind in place of the headers fromlibcxxrt and allow C applications to use the library.As part of this, remove include/unwind.h and switch libthr over tousing the installed unwind.h.Reviewed by:	dim, emasteMFC after:	10 daysDifferential Revision: https://reviews.freebsd.org/D34065

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Thu, 10 Feb 2022 18:57:49 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e25152834cdf3b353892835a4f3b157e066a8ed4 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#e25152834cdf3b353892835a4f3b157e066a8ed4</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Thu, 27 Aug 2020 22:25:33 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b862b03998a292a18bcc7f9ac5b05c0303c5de3 - Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJS</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#0b862b03998a292a18bcc7f9ac5b05c0303c5de3</link>
        <description>Avoid adding duplicates to SRCS/OBJS/SOBJS/POBJSThis is a change in preparation for stopping to use lorder.sh (D26044) andinstead assume that we have a linker newer than ~1990. Without lorder.shduplicates end up being passed to the linker when building .so files and thiscan result in duplicate symbol definition errors.There is one minor change: libcompiler_rt.a will no longer providegcc_personality_v0 and instead we now only have it in libgcc_eh.a/libgcc_s.so.This matches GCC&apos;s behaviour.Reviewed By:	emaste, cemDifferential Revision: https://reviews.freebsd.org/D26042

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Mon, 24 Aug 2020 11:20:33 +0200</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>312809fe7fefbc8d5caa2b59089a5d9266378057 - Update dirdeps.mk and gendirdeps.mk</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#312809fe7fefbc8d5caa2b59089a5d9266378057</link>
        <description>Update dirdeps.mk and gendirdeps.mkThe env space consumed by exporting all libc&apos;s .meta filesleft little room for command line,so unexport when done.Update dirdeps.mk to latest and adddirdeps-targets.mk to simplify/update targets/MakefileMakefile changes to go with Makefile.depend changes in D22494Reviewed by:	 bdreweryMFC after:	1 weekSponsored by:   Juniper NetworksDifferential Revision:  https://reviews.freebsd.org/D22495

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Wed, 11 Dec 2019 18:38:15 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d - Merge ^/head r308491 through r308841.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d</link>
        <description>Merge ^/head r308491 through r308841.

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Sat, 19 Nov 2016 17:05:55 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ed1e385b00d98c25c11d6aa8183a20e44128e3d - libcc_{s,eh}: build without SSP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#2ed1e385b00d98c25c11d6aa8183a20e44128e3d</link>
        <description>libcc_{s,eh}: build without SSPAs in the gnu/lib/libgcc Makefile:    libgcc is linked in last and thus cannot depend on ssp    symbols coming from earlier libraries. Disable stack protection    for this library.Reviewed by:	dimSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Sat, 12 Nov 2016 00:28:07 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c - Merge ^/head r306906 through r307382.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c</link>
        <description>Merge ^/head r306906 through r307382.

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Sun, 16 Oct 2016 00:49:04 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49c5eacbbfd900aeb9f3e571e769d2b1ee48f212 - Introduce lib/libgcc_eh and lib/libgcc_s for LLVM&apos;s implementation</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libgcc_eh/Makefile#49c5eacbbfd900aeb9f3e571e769d2b1ee48f212</link>
        <description>Introduce lib/libgcc_eh and lib/libgcc_s for LLVM&apos;s implementationThey are not yet connected to the build, but I am adding them to allowfor easier testing, ports exp-runs, etc.Reviewed by:	edSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D8188

            List of files:
            /freebsd/lib/libgcc_eh/Makefile</description>
        <pubDate>Thu, 13 Oct 2016 20:57:18 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
