<?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/ia64/_link.ld.in</title><description>WebSVN RSS feed &#x2013; HelenOS-historic</description><lastBuildDate>Sun, 05 Apr 2026 10:45:46 +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%2Fia64%2F_link.ld.in&amp;max=40&amp;peg=1371</link><atom:link href="https://historic.helenos.org/rss.php?path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;peg=1371&amp;repname=HelenOS-historic" rel="self" type="application/rss+xml" />
<item><pubDate>Fri, 24 Mar 2006 15:29:19 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 1129 – Completed support for TLS in GCC (modifier __thread) for ia32,amd64,ia64 ...</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 23 file(s) modified&lt;/strong&gt;&lt;br/&gt;Completed support for TLS in GCC (modifier __thread) for ia32,amd64,ia64 and mips.&lt;/div&gt;~ /uspace/trunk/init/init.c&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/amd64/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ia32/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/include/thread.h&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/mips32/src/thread.c&lt;br /&gt;~ /uspace/trunk/libc/arch/mips32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/generic/libc.c&lt;br /&gt;~ /uspace/trunk/libc/generic/psthread.c&lt;br /&gt;~ /uspace/trunk/libc/generic/thread.c&lt;br /&gt;~ /uspace/trunk/libc/include/psthread.h&lt;br /&gt;~ /uspace/trunk/libc/include/thread.h&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=1129&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=1129&amp;peg=1371</guid></item>
<item><pubDate>Thu, 16 Mar 2006 13:39:23 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 1043 – Fix _gp to point to the beginning of .got section ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Fix _gp to point to the beginning of .got section in ia64 linker script.&lt;/div&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=1043&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=1043&amp;peg=1371</guid></item>
<item><pubDate>Tue, 14 Mar 2006 17:34:17 +0100</pubDate><dc:creator>palkovsky</dc:creator><title>Rev 985 – Added malloc implementation.</title><description>&lt;div&gt;&lt;strong&gt;palkovsky – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added malloc implementation.&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/generic/mmap.c&lt;br /&gt;+ /uspace/trunk/libc/include/errno.h&lt;br /&gt;~ /uspace/trunk/libc/include/malloc.h&lt;br /&gt;~ /uspace/trunk/libc/include/stdio.h&lt;br /&gt;+ /uspace/trunk/libc/include/stdlib.h&lt;br /&gt;+ /uspace/trunk/libc/include/string.h&lt;br /&gt;+ /uspace/trunk/libc/include/sys&lt;br /&gt;+ /uspace/trunk/libc/include/sys/types.h&lt;br /&gt;~ /uspace/trunk/libc/include/unistd.h&lt;br /&gt;~ /uspace/trunk/libc/Makefile&lt;br /&gt;~ /uspace/trunk/libc/malloc/malloc.c&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=985&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=985&amp;peg=1371</guid></item>
<item><pubDate>Mon, 13 Mar 2006 13:29:56 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 948 – Unify init linker scripts to contain two properly aligned and ...</title><description>&lt;div&gt;&lt;strong&gt;jermar – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Unify init linker scripts to contain two properly aligned and properly flagged segments.&lt;/div&gt;~ /uspace/trunk/libc/arch/amd64/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/amd64/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/Makefile.inc&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia32/_link.ld.in&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&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;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=948&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=948&amp;peg=1371</guid></item>
<item><pubDate>Thu, 09 Mar 2006 13:38:00 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 917 – ia64 work. Changes to make userspace work (uspace part).</title><description>&lt;div&gt;&lt;strong&gt;jermar – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;ia64 work.&lt;br /&gt;
Changes to make userspace work (uspace part).&lt;/div&gt;~ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/src/syscall.c&lt;br /&gt;~ /uspace/trunk/libc/arch/ia64/_link.ld.in&lt;br /&gt;</description><link>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=917&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=917&amp;peg=1371</guid></item>
<item><pubDate>Fri, 03 Mar 2006 15:07:37 +0100</pubDate><dc:creator>jermar</dc:creator><title>Rev 908 – Start ia64 uspace.</title><description>&lt;div&gt;&lt;strong&gt;jermar – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Start ia64 uspace.&lt;/div&gt;+ /uspace/trunk/libc/arch/ia64&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/include/types.h&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/Makefile.inc&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src/entry.s&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/src/syscall.c&lt;br /&gt;+ /uspace/trunk/libc/arch/ia64/_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%2Fia64%2F_link.ld.in&amp;rev=908&amp;peg=1371</link><guid>https://historic.helenos.org/revision.php?repname=HelenOS-historic&amp;path=%2Fuspace%2Ftrunk%2Flibc%2Farch%2Fia64%2F_link.ld.in&amp;rev=908&amp;peg=1371</guid></item>
</channel></rss>