<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>HelenOS-historic &#x2013; /uspace/trunk/libc/arch/ppc64/_link.ld.in</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Fri, 10 Apr 2026 07:47:07 +0200</lastBuildDate><generator>WebSVN 2.8.4</generator><language>en</language><link>https://historic.helenos.org/log.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;max=40&amp;</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Mon, 22 May 2006 19:14:32 +0200</pubDate><dc:creator>jermar</dc:creator><title>Rev 1406 – Change linker scripts so that heap a dedicated address space ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Change linker scripts so that heap a dedicated address space area can be allocated for heap.&lt;br /&gt;
This will be essential in separating anonymous memory and memory backed by some other memory object.&lt;/div&gt;~ /uspace/trunk/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1406</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1406</guid></item>
<item><pubDate>Sun, 21 May 2006 23:25:25 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1402 – add missing stuff</title><description>&lt;div&gt;&lt;strong&gt;decky – 5 file(s) modified&lt;/strong&gt;&lt;br/&gt;add missing stuff&lt;/div&gt;~ /uspace/trunk/libc/arch/ppc64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc64/_link.ld.in&lt;br /&gt;+ /uspace/trunk/softfloat/arch/ppc64&lt;br /&gt;+ /uspace/trunk/softfloat/arch/ppc64/include&lt;br /&gt;+ /uspace/trunk/softfloat/arch/ppc64/include/functions.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1402</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1402</guid></item>
<item><pubDate>Sun, 21 May 2006 22:56:14 +0200</pubDate><dc:creator>decky</dc:creator><title>Rev 1400 – initial ppc64 support</title><description>&lt;div&gt;&lt;strong&gt;decky – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;initial ppc64 support&lt;/div&gt;~ /uspace/trunk/libc/arch/ppc32/include/endian.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc32/include/limits.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ppc32/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/atomic.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/context_offset.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/endian.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/limits.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/psthread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/regname.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/stackarg.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/thread.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src/psthread.S&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src/syscall.c&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src/thread.c&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/src/thread_entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ppc64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/uspace.config&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1400</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fppc64%2F_link.ld.in&amp;rev=1400</guid></item>
</channel></rss>