<?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 ldscript.powerpc64le</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3e76d05231b0aa77d922bdbc9abf62d9747a91ab - kernel: Add defination of .init_array and .fini_array for all other platforms</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#3e76d05231b0aa77d922bdbc9abf62d9747a91ab</link>
        <description>kernel: Add defination of .init_array and .fini_array for all other platformsCurrently these sections are not used but defined only for amd64 andi386. Added them for all other platforms to keep all platforms in sync.There should be no functional change.This change is extracted from a bigger patch [1] of hselasky, withadditional fix for the order of .fini_array section.1. https://reviews.freebsd.org/D40467Obtained from:	hselaskyMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D45214

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Mon, 02 Sep 2024 06:26:48 +0200</pubDate>
        <dc:creator>Zhenlei Huang &lt;zlei@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>37d6d682af59ba8b868515c835e433ec85900f6d - kernel: Move the debug stuff into a common script</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#37d6d682af59ba8b868515c835e433ec85900f6d</link>
        <description>kernel: Move the debug stuff into a common scriptMove a copy of amd64&apos;s debug code into debug.ldscript. Make all thekernels use this. This has the effect of modernizing the STABS forpowerpc as the others were almost already in sync. For the ones thatweren&apos;t this adds the DWARF 3 debug symbols from i386/amd64.Sponsored by:		NetflixDifferential Revision:	https://reviews.freebsd.org/D44071

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Thu, 01 Aug 2024 06:21:11 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23dff4fdba987a56f4118f065cdb534cb6faba37 - kernel: Sync ldscript files wrt gnu.attributes and .note.GNU-stack</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#23dff4fdba987a56f4118f065cdb534cb6faba37</link>
        <description>kernel: Sync ldscript files wrt gnu.attributes and .note.GNU-stackBring the keeping of .gnu.attributes to all architectures. Also discard.note.GNU-stack on all archtiectures. Plus delete obsolete comment thatwas removed from i386 in 2010.Sponsored by:		NetflixReviewed by:		kibDifferential Revision:	https://reviews.freebsd.org/D44069

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Thu, 29 Feb 2024 17:30:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3896a6cc0a8e774f33e6381ecc73be6e51dc6a53 - ldscript.powerpc*: Only put .dynamic in PT_DYNAMIC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#3896a6cc0a8e774f33e6381ecc73be6e51dc6a53</link>
        <description>ldscript.powerpc*: Only put .dynamic in PT_DYNAMICCurrently there are a few output sections left as implicitly using:kernel :dynamic before :kernel on its own is used again, which meansthey end up in both the PT_LOAD and the PT_DYNAMIC segments, an unusualsituation which the new libelf-based kldxref initially treated asinvalid. Thus, hoist the :kernel to the very next section to ensure only.dynamic is in PT_DYNAMIC, as is more normal.Whilst here, sync ldscript.powerpc64le with ldscript.powerpc64 to pickup various fixes that were presumably made between the start of thepowerpc64le port and it being committed and got missed.Reviewed by:	jhibbits, jhbDifferential Revision:	https://reviews.freebsd.org/D43066

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Fri, 26 Jan 2024 01:19:02 +0100</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71625ec9ad2a9bc8c09784fbd23b759830e0ee5f - sys: Remove $FreeBSD$: one-line .c comment pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Wed, 16 Aug 2023 19:54:24 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b75abea4d0879c9e650928edf74ed90a0a790dfe - [PowerPC64LE] Set up powerpc.powerpc64le architecture</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc64le#b75abea4d0879c9e650928edf74ed90a0a790dfe</link>
        <description>[PowerPC64LE] Set up powerpc.powerpc64le architectureThis is the initial set up for PowerPC64LE.The current plan is for this arch to remain experimental for FreeBSD 13.This started as a weekend learning project for me and kinda snowballed fromthere.(More to follow momentarily.)Reviewed by:	imp (earlier version), emasteSponsored by:	Tag1 Consulting, Inc.Differential Revision:	https://reviews.freebsd.org/D26399

            List of files:
            /freebsd/sys/conf/ldscript.powerpc64le</description>
        <pubDate>Wed, 23 Sep 2020 01:49:30 +0200</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
