<?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.powerpc</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.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:
            /freebsd/sys/conf/ldscript.powerpc</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.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:
            /freebsd/sys/conf/ldscript.powerpc</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.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:
            /freebsd/sys/conf/ldscript.powerpc</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.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:
            /freebsd/sys/conf/ldscript.powerpc</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.powerpc#71625ec9ad2a9bc8c09784fbd23b759830e0ee5f</link>
        <description>sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</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>9411e24df3c518227a10206ce2bae2e2f05a901c - [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 07 May 2020 21:32:49 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 14 Nov 2019 05:34:17 +0100</pubDate>
        <dc:creator>Brandon Bergren &lt;bdragon@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 04 Jun 2019 15:07:10 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>27067774dce3388702a4cf744d7096c6fb71b688 - Merge ^/head r303250 through r304235.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#27067774dce3388702a4cf744d7096c6fb71b688</link>
        <description>Merge ^/head r303250 through r304235.

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 16 Aug 2016 22:19:05 +0200</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://kernelsources.org:8080/source/history/freebsd/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:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Thu, 28 Jul 2016 15:54:46 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>477129542c073f9c1e46c12e27da454b82ac8ff3 - Merge ^/head r277327 through r277718.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#477129542c073f9c1e46c12e27da454b82ac8ff3</link>
        <description>Merge ^/head r277327 through r277718.

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Mon, 26 Jan 2015 00:43:12 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>51dd214c84efceda87c2ac10d34b7e3ee5b6c28f - MFhead @ r277403</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#51dd214c84efceda87c2ac10d34b7e3ee5b6c28f</link>
        <description>MFhead @ r277403

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Mon, 19 Jan 2015 23:18:00 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb808254355827820e391e61dcc61e7085be11ab - Refactor PowerPC (especially AIM) init sequence to be less baroque.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#bb808254355827820e391e61dcc61e7085be11ab</link>
        <description>Refactor PowerPC (especially AIM) init sequence to be less baroque.MFC after:	2 months

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Sun, 18 Jan 2015 19:32:43 +0100</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a382033b5c379d4d57f4030f6045bbd5527a1e9 - Reintegrate head@r273095</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#2a382033b5c379d4d57f4030f6045bbd5527a1e9</link>
        <description>Reintegrate head@r273095Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 14 Oct 2014 17:37:19 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f1a52b6917ddc19687e98277a273cb18a4056025 - IFC @r273066</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#f1a52b6917ddc19687e98277a273cb18a4056025</link>
        <description>IFC @r273066

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Tue, 14 Oct 2014 05:39:31 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c81ab40b6a5ceb35a5b0464cdc8108e5023ff76b - Merge HEAD@r272944.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/conf/ldscript.powerpc#c81ab40b6a5ceb35a5b0464cdc8108e5023ff76b</link>
        <description>Merge HEAD@r272944.

            List of files:
            /freebsd/sys/conf/ldscript.powerpc</description>
        <pubDate>Sat, 11 Oct 2014 19:16:18 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
