<?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/csu/arm/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/arm/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/arm/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/csu/arm/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>51015e6d0f570239b0c2088dc6cf2b018928375d - csu: move common code to libc</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#51015e6d0f570239b0c2088dc6cf2b018928375d</link>
        <description>csu: move common code to libcWhy? Most trivial point, it shaves around 600 bytes from the dynamicbinaries on amd64. Less trivial, the removed code is no longer part ofthe ABI, and we can ship updates to it with libc updates. Right now mostof the csu is linked into the binaries and require us to do somewhattricky ABI compat when it needs to change. For instance, the init_arraychange would be much simpler and does not require note tagging if wehave init calling code in libc.This could be improved more, by splitting dynamic and staticinitialization. For instance, &amp;_DYNAMIC tests can be removed then.Such change, nonetheless, would require building libc three times.I left this for later, after this change stabilizes, if ever.Reviewed by:	markjDiscussed with:	jrtc27 (some objections, see the review), impTested by:	markj (aarch64)Sponsored by:	The FreeBSD FoundationMFC after:	3 weeksDifferential revision:	https://reviews.freebsd.org/D37220

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Mon, 31 Oct 2022 00:47:44 +0100</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b0ee263dbd3552d5b1776be0efc1c2d105f873b1 - Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#b0ee263dbd3552d5b1776be0efc1c2d105f873b1</link>
        <description>Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.Reviewed by:	kibSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25537

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Fri, 03 Jul 2020 02:09:41 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dc319d05aec8408641320dc12ff93370b6640265 - Stop using STATIC_CFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#dc319d05aec8408641320dc12ff93370b6640265</link>
        <description>Stop using STATIC_CFLAGS.This was added in r293648 to pass -mlong-calls for crt1.o and gcrt1.o.The use of -mlong-calls was removed in r358851 for LLVM 10.0, leavingSTATIC_CFLAGS empty.Sponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25305

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Mon, 29 Jun 2020 19:19:08 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85a2ea3f5785a299db029b84eee6d33d174e38da - Only include object files from .ALLSRC when linking crt1 objects.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#85a2ea3f5785a299db029b84eee6d33d174e38da</link>
        <description>Only include object files from .ALLSRC when linking crt1 objects.Reported by:	np, peterjReviewed by:	kib, emasteSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25469

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Fri, 26 Jun 2020 21:46:30 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99db5849f7506e765c43f4e69a7105cc888e8d5e - Always compile the brand and ignore init ELF notes standalone.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#99db5849f7506e765c43f4e69a7105cc888e8d5e</link>
        <description>Always compile the brand and ignore init ELF notes standalone.Reviewed by:	kibSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25374

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Wed, 24 Jun 2020 19:54:24 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99282790b7d01ec3c4072621d46a0d7302517ad4 - Remove the sed hack for ABI tag notes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#99282790b7d01ec3c4072621d46a0d7302517ad4</link>
        <description>Remove the sed hack for ABI tag notes.The ELF notes compiled in C were placed in a section with the wrong type(SHT_PROGBITS instead of SHT_NOTE).  Previously, sed was used on thegenerated assembly to rewrite the section type.  Instead, write the notesin assembly which permits setting the correct section type directly.While here, move inline assembly entry points out of C and into assemblyfor aarch64, arm, and riscv.Reviewed by:	kibTested on:	amd64 (cirrus-ci), riscv64Sponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D25211

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Mon, 15 Jun 2020 21:38:48 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b27928474e6a4103d65b347544705c40c9618fd - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#5b27928474e6a4103d65b347544705c40c9618fd</link>
        <description>Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp10.0.0-rc3 c290cb61fdc.Release notes for llvm, clang, lld and libc++ 10.0.0 will becomeavailable here:https://releases.llvm.org/10.0.0/docs/ReleaseNotes.htmlhttps://releases.llvm.org/10.0.0/tools/clang/docs/ReleaseNotes.htmlhttps://releases.llvm.org/10.0.0/tools/lld/docs/ReleaseNotes.htmlhttps://releases.llvm.org/10.0.0/projects/libcxx/docs/ReleaseNotes.htmlPR:		244251MFC after:	6 weeks

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Tue, 10 Mar 2020 19:17:17 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>da759cfa320d5076b075d15ff3f00ab3ba5634fd - Remove -mlong-calls vhen building arm libraries and llvm.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#da759cfa320d5076b075d15ff3f00ab3ba5634fd</link>
        <description>Remove -mlong-calls vhen building arm libraries and llvm.Clang from 9.0.0 onwards already has the necessary relocation rangeextenders, so this workaround is no longer needed (it produces longerand slower code). Tested on real hardware, and in cross-compileenvironment.Submitted by:	mmel

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Tue, 10 Mar 2020 07:49:43 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdafb02fcb88389fd1ab684cfe734cb429d35618 - Process irelocs for statically linked binaries from crt1 on x86.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#bdafb02fcb88389fd1ab684cfe734cb429d35618</link>
        <description>Process irelocs for statically linked binaries from crt1 on x86.This makes statically linked binaries with ifuncs operational.Reported and tested by:	mjgReviewed by:	emaste, markjSponsored by:	The FreeBSD FoundationApproved by:	re (rgrimes)Differential revision:	https://reviews.freebsd.org/D17363

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Sun, 14 Oct 2018 01:52:55 +0200</pubDate>
        <dc:creator>Konstantin Belousov &lt;kib@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5944f899a2519c6321bac3c17cc076418643a088 - Rework r234502 to include a modified CFLAGS along with ACFLAGS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#5944f899a2519c6321bac3c17cc076418643a088</link>
        <description>Rework r234502 to include a modified CFLAGS along with ACFLAGS.On most architectures crt objects are compiled in a multiple-step processso that sed can be run on the generated assembly.  As the final step,the C compiler generates an object file from the modified assembly output.Currently this last step uses $CC with only $ACFLAGS.  However, for otheruses in the tree, $ACFLAGS is meant to include assembly-specific compilerflags that are in addition to $CFLAGS (see default .S.o rulesbsd.suffixes.mk).  In particular, external toolchains may requireadditional flags to select a non-default target which will be presentin CFLAGS but not ACFLAGS.  To support this while still mitigating theissue with CFLAGS described in r234502, include a modified CFLAGS thatexcludes &quot;-g&quot; when assembling the modified assembly files.Note that normally an assembler ($AS) is used to assemble .s flags toobject files (see bsd.suffixes.mk).  However, llvm-based toolchains donot currently have a stand-alone assembler.Reviewed by:	impSponsored by:	DARPA / AFRLDifferential Revision:	https://reviews.freebsd.org/D10085

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Fri, 07 Apr 2017 21:53:14 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 19:06:09 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 17:05:13 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23f6875a43f7ce365f2d52cf857da010c47fb03b - Use SRCTOP-relative paths and .CURDIR with :H instead of &quot;..&quot; specified paths</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#23f6875a43f7ce365f2d52cf857da010c47fb03b</link>
        <description>Use SRCTOP-relative paths and .CURDIR with :H instead of &quot;..&quot; specified pathsThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:52:16 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>009e81b16465ea457c0e63fd49fe77f47cc27a5a - MFH @r294567</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#009e81b16465ea457c0e63fd49fe77f47cc27a5a</link>
        <description>MFH @r294567

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 16:11:40 +0100</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e60680024afe8ec84ded577e77965e9a44595f2b - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#e60680024afe8ec84ded577e77965e9a44595f2b</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Tue, 12 Jan 2016 02:23:45 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>89d3f0ea4e8855563263f5d05289538d9ce0e3de - Merge ^/head r293430 through r293685.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#89d3f0ea4e8855563263f5d05289538d9ce0e3de</link>
        <description>Merge ^/head r293430 through r293685.

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Mon, 11 Jan 2016 20:36:44 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84eacaf728a102612d83861d73c3aaa353ca3dc2 - Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler to</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/arm/Makefile#84eacaf728a102612d83861d73c3aaa353ca3dc2</link>
        <description>Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler togenerate code to branch based on an address in a register. This allows usto have binaries larger than the 32MiB limit of a branch instruction.The main use of this is with clang. Clang 3.8.0 has been shown to be largerthan the above limit.

            List of files:
            /freebsd/lib/csu/arm/Makefile</description>
        <pubDate>Mon, 11 Jan 2016 00:41:31 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
