<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ldscript.powerpc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3e76d05231b0aa77d922bdbc9abf62d9747a91ab - kernel: Add defination of .init_array and .fini_array for all other platforms</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Mon, 02 Sep 2024 04:26:48 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 01 Aug 2024 04:21:11 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 29 Feb 2024 16:30:37 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Fri, 26 Jan 2024 00:19:02 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Wed, 16 Aug 2023 17:54:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9411e24df3c518227a10206ce2bae2e2f05a901c - [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#9411e24df3c518227a10206ce2bae2e2f05a901c</link>
        <description>[PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.This is a general cleanup of the relocatable kernel support on powerpc,needed to enable kernel ifuncs. * Fix some relocatable issues in the kernel linker, and change to using   a RELOCATABLE_KERNEL #define instead of #ifdef __powerpc__ for parts that   other platforms can use in the future if they wish to have ET_DYN kernels. * Get rid of the DB_STOFFS hack now that the kernel is relocated to the DMAP   properly across the board on powerpc64. * Add powerpc64 and powerpc32 ifunc functionality. * Allow AIM64 virtual mode OF kernels to run from the DMAP like other AIM64   by implementing a virtual mode restart. This fixes the runtime address on   PowerMac G5. * Fix symbol relocation problems on post-relocation kernels by relocating   the symbol table. * Add an undocumented method for supplying kernel symbols on powernv and   other powerpc machines using linux-style kernel/initrd loading -- If   you pass the kernel in as the initrd as well, the copy resident in initrd   will be used as a source for symbols when initializing the debugger.   This method is subject to removal once we have a better way of doing this.Approved by:	jhibbitsRelnotes:	yesSponsored by:	Tag1 Consulting, Inc.Differential Revision:	https://reviews.freebsd.org/D23156

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 07 May 2020 19:32:49 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d515b0cc7415205f67edb622dffc8ec9f8c65b7 - powerpc: Kernel fixes for ppc32 and powerpcspe w/ lld</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#6d515b0cc7415205f67edb622dffc8ec9f8c65b7</link>
        <description>powerpc: Kernel fixes for ppc32 and powerpcspe w/ lldFix wrong section ordering that was causing a &quot;.got is not contiguous withother relro sections&quot; lld error. This also brings ldscript.powerpc andldscript.powerpcspe closer to ldscript.powerpc64.Also, remove unnecessary text relocs from the ppc32 AIM trap code.Approved by: jhibbits (mentor)Differential Revision: https://reviews.freebsd.org/D22349

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 14 Nov 2019 04:34:17 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74cd06b42ea6f7b46f4782c511757bdfc038d6e8 - Expose the kernel&apos;s build-ID through sysctl</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#74cd06b42ea6f7b46f4782c511757bdfc038d6e8</link>
        <description>Expose the kernel&apos;s build-ID through sysctlAfter our migration (of certain architectures) to lld the kernel is builtwith a unique build-ID.  Make it available via a sysctl and uname(1) toallow the user to identify their running kernel.Submitted by:	Ali Mashtizadeh &lt;ali_mashtizadeh.com&gt;MFC after:	2 weeksRelnotes:	YesEvent:		Waterloo Hackathon 2019Differential Revision:	https://reviews.freebsd.org/D20326

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 04 Jun 2019 13:07:10 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3e76d05231b0aa77d922bdbc9abf62d9747a91ab - kernel: Add defination of .init_array and .fini_array for all other platforms</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Mon, 02 Sep 2024 04:26:48 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 01 Aug 2024 04:21:11 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 29 Feb 2024 16:30:37 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#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:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Fri, 26 Jan 2024 00:19:02 +0000</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://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Wed, 16 Aug 2023 17:54:24 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9411e24df3c518227a10206ce2bae2e2f05a901c - [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#9411e24df3c518227a10206ce2bae2e2f05a901c</link>
        <description>[PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.This is a general cleanup of the relocatable kernel support on powerpc,needed to enable kernel ifuncs. * Fix some relocatable issues in the kernel linker, and change to using   a RELOCATABLE_KERNEL #define instead of #ifdef __powerpc__ for parts that   other platforms can use in the future if they wish to have ET_DYN kernels. * Get rid of the DB_STOFFS hack now that the kernel is relocated to the DMAP   properly across the board on powerpc64. * Add powerpc64 and powerpc32 ifunc functionality. * Allow AIM64 virtual mode OF kernels to run from the DMAP like other AIM64   by implementing a virtual mode restart. This fixes the runtime address on   PowerMac G5. * Fix symbol relocation problems on post-relocation kernels by relocating   the symbol table. * Add an undocumented method for supplying kernel symbols on powernv and   other powerpc machines using linux-style kernel/initrd loading -- If   you pass the kernel in as the initrd as well, the copy resident in initrd   will be used as a source for symbols when initializing the debugger.   This method is subject to removal once we have a better way of doing this.Approved by:	jhibbitsRelnotes:	yesSponsored by:	Tag1 Consulting, Inc.Differential Revision:	https://reviews.freebsd.org/D23156

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 07 May 2020 19:32:49 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d515b0cc7415205f67edb622dffc8ec9f8c65b7 - powerpc: Kernel fixes for ppc32 and powerpcspe w/ lld</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#6d515b0cc7415205f67edb622dffc8ec9f8c65b7</link>
        <description>powerpc: Kernel fixes for ppc32 and powerpcspe w/ lldFix wrong section ordering that was causing a &quot;.got is not contiguous withother relro sections&quot; lld error. This also brings ldscript.powerpc andldscript.powerpcspe closer to ldscript.powerpc64.Also, remove unnecessary text relocs from the ppc32 AIM trap code.Approved by: jhibbits (mentor)Differential Revision: https://reviews.freebsd.org/D22349

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 14 Nov 2019 04:34:17 +0000</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 06 Jun 2019 16:20:50 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74cd06b42ea6f7b46f4782c511757bdfc038d6e8 - Expose the kernel&apos;s build-ID through sysctl</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#74cd06b42ea6f7b46f4782c511757bdfc038d6e8</link>
        <description>Expose the kernel&apos;s build-ID through sysctlAfter our migration (of certain architectures) to lld the kernel is builtwith a unique build-ID.  Make it available via a sysctl and uname(1) toallow the user to identify their running kernel.Submitted by:	Ali Mashtizadeh &lt;ali_mashtizadeh.com&gt;MFC after:	2 weeksRelnotes:	YesEvent:		Waterloo Hackathon 2019Differential Revision:	https://reviews.freebsd.org/D20326

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 04 Jun 2019 13:07:10 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27067774dce3388702a4cf744d7096c6fb71b688 - Merge ^/head r303250 through r304235.</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#27067774dce3388702a4cf744d7096c6fb71b688</link>
        <description>Merge ^/head r303250 through r304235.

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 16 Aug 2016 20:19:05 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>45eff3df965297ade6e5781a488d9ede7b87f909 - remove CONSTRUCTORS from kernel linker scripts</title>
        <link>http://opengrok.net:8080/history/src/sys/conf/ldscript.powerpc#45eff3df965297ade6e5781a488d9ede7b87f909</link>
        <description>remove CONSTRUCTORS from kernel linker scriptsThe linker script CONSTRUCTORS keyword is only meaningful &quot;when linkingobject file formats which do not support arbitrary sections, such asECOFF and XCOFF&quot;[1] and is ignored for other object file formats.LLVM&apos;s lld does not yet accept (and ignore) CONSTRUCTORS, so just removeCONSTRUCTORS from the linker scripts as it has no effect.[1] https://sourceware.org/binutils/docs/ld/Output-Section-Keywords.htmlReviewed by:	kibSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D7343

            List of files:
            /src/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 28 Jul 2016 13:54:46 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
