<?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>e4cacb6623c457bba19e60d44a51aee7eae2e4d8 - tests: move some files to the tests package</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#e4cacb6623c457bba19e60d44a51aee7eae2e4d8</link>
        <description>tests: move some files to the tests packagesome test support libraries had escaped confinement and were foundwandering around the utilities package:	/usr/tests/lib/csu/dynamiclib/libh_csu.so	/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so	/usr/tests/lib/libthr/dlopen/h_pthread_dlopen.so.1	/usr/tests/sys/vm/stack/libsoxstack.sothese aren&apos;t built using bsd.test.mk, so they don&apos;t get the defaultPACKAGE=tests option; set this by hand in their Makefiles to put themback where they belong.Reviewed by:	manu, des, emasteApproved by:	des (mentor)Differential Revision:	https://reviews.freebsd.org/D50147

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Mon, 05 May 2025 17:22:51 +0200</pubDate>
        <dc:creator>Lexi Winter &lt;ivy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>841856570e7b623c4f1283939936ffa005d2fcf4 - csu tests: Remove extra slash</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#841856570e7b623c4f1283939936ffa005d2fcf4</link>
        <description>csu tests: Remove extra slashRemove an extra slash that ends up in the metalog.  This double slashcan produce an invalid specification file if there are subdirectoriesdown the hierarchy when sorted.For example, consider the following metalog excerpt:    ./base/aaa type=dir    ./base//aaa/bbb type=dirIf sorted, would turn out:    ./base//aaa/bbb type=dir    ./base/aaa type=dirApparently missing the ./base/aaa directory in the specification.Luckily here are no subdirectories.Reviewed by:	imp, emasteApproved by:	emaste (mentor)MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D48778

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Tue, 04 Feb 2025 15:15:12 +0100</pubDate>
        <dc:creator>Jose Luis Duran &lt;jlduran@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/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/csu/tests/dso/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/csu/tests/dso/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/csu/tests/dso/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>4b50c451720d8b427757a6da1dd2bb4c52cd9e35 - Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#4b50c451720d8b427757a6da1dd2bb4c52cd9e35</link>
        <description>Revert r353140: Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundarichardson has an actual fix for the same issue that this was workingaround; given that we don&apos;t build with llvm today, go ahead and revert theworkaround in advance.

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Tue, 14 Jan 2020 18:50:13 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b3bc70a2b2d3889f9163e5e5a24747cea6417e6 - Merge ^/head r352764 through r353315.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#8b3bc70a2b2d3889f9163e5e5a24747cea6417e6</link>
        <description>Merge ^/head r352764 through r353315.

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Tue, 08 Oct 2019 20:17:02 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>036d2e814bf0f5d88ffb4b24c159320894541757 - Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it around</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#036d2e814bf0f5d88ffb4b24c159320894541757</link>
        <description>Re-add ALLOW_MIPS_SHARED_TEXTREL, sprinkle it aroundDiff partially stolen from CheriBSD; these bits need -Wl,-z,notext in orderto build in an LLVM world. They are needed for all flavors/sizes of MIPS.This will eventually get fixed in LLVM, but it&apos;s unclear when.Reported by:	arichardson, emasteDifferential Revision:	https://reviews.freebsd.org/D21696

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Sun, 06 Oct 2019 06:19:49 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a22df74e9fceaffd62ee437de08383d6cf8cfe0 - Merge ^/head r339813 through r340125.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#2a22df74e9fceaffd62ee437de08383d6cf8cfe0</link>
        <description>Merge ^/head r339813 through r340125.

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 16:49:06 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6ec0ee844c8c6b720d91ed832db25191fcdf9f9d - Run the csu tests on a DSO. This builds the tests into a shared library,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/dso/Makefile#6ec0ee844c8c6b720d91ed832db25191fcdf9f9d</link>
        <description>Run the csu tests on a DSO. This builds the tests into a shared library,then runs these from the base test programs. With this we can checkcrtbeginS.o and crtendS.o are working as expected.MFC with:	r339738Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd/lib/csu/tests/dso/Makefile</description>
        <pubDate>Tue, 30 Oct 2018 10:43:26 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
