[Clfs-commits] commit: r3824 - in /trunk/BOOK: final-system/alpha/glibc.xml introduction/alpha/changelog.xml materials/alpha/patches.xml patches.ent

svn at cross-lfs.org svn at cross-lfs.org
Thu Dec 20 19:04:10 PST 2007


Author: jciccone
Date: Fri Dec 21 03:04:10 2007
New Revision: 3824

Log:
Removed the alpha ioperm fix patch and added the alpha PTR_MANGLE fix patch.

Modified:
    trunk/BOOK/final-system/alpha/glibc.xml
    trunk/BOOK/introduction/alpha/changelog.xml
    trunk/BOOK/materials/alpha/patches.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/final-system/alpha/glibc.xml
==============================================================================
--- trunk/BOOK/final-system/alpha/glibc.xml (original)
+++ trunk/BOOK/final-system/alpha/glibc.xml Fri Dec 21 03:04:10 2007
@@ -37,9 +37,10 @@
     href="../common/glibc.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
-    <para os="a1">The following patch fixes some inline assembler in Glibc:</para>
+    <para os="a1">The following patch moves PTR_MANGLE and ensures that
+    PTR_MANGLE is defined in all cases:</para>
 
-<screen os="a2"><userinput>patch -Np1 -i ../&glibc-ioperm_fix-patch;</userinput></screen>
+<screen os="a2"><userinput>patch -Np1 -i ../&glibc-alpha_ptr_mangle_fix-patch;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/glibc.xml"

Modified: trunk/BOOK/introduction/alpha/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/alpha/changelog.xml (original)
+++ trunk/BOOK/introduction/alpha/changelog.xml Fri Dec 21 03:04:10 2007
@@ -34,6 +34,16 @@
 -->
 
     <listitem>
+      <para>December 21, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Added a patch to Glibc that works around compile
+          errors with PTR_MANGLE.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>February 17, 2007</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/materials/alpha/patches.xml
==============================================================================
--- trunk/BOOK/materials/alpha/patches.xml (original)
+++ trunk/BOOK/materials/alpha/patches.xml Fri Dec 21 03:04:10 2007
@@ -26,11 +26,11 @@
     xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
 
     <varlistentry>
-      <term>Glibc ioperm Fix Patch - <token>&glibc-ioperm_fix-patch-size;</token>:</term>
+      <term>Glibc PTR_MANGLE Fix Patch - <token>&glibc-alpha_ptr_mangle_fix-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink
-        url="&patches-root;&glibc-ioperm_fix-patch;"/></para>
-        <para>MD5 sum: <literal>&glibc-ioperm_fix-patch-md5;</literal></para>
+        url="&patches-root;&glibc-alpha_ptr_mangle_fix-patch;"/></para>
+        <para>MD5 sum: <literal>&glibc-alpha_ptr_mangle_fix-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Fri Dec 21 03:04:10 2007
@@ -146,9 +146,9 @@
 <!ENTITY aboot-alpha-patch-md5 "2b83c5aa0c6edada9ab04cb6331b0806">
 <!ENTITY aboot-alpha-patch-size "100 KB">
 
-<!ENTITY glibc-ioperm_fix-patch "glibc-&glibc-version;-alpha_ioperm_fix-1.patch">
-<!ENTITY glibc-ioperm_fix-patch-md5 "1e8ace798cf67d3ecd2f6d0e0748c7cd">
-<!ENTITY glibc-ioperm_fix-patch-size "4 KB">
+<!ENTITY glibc-alpha_ptr_mangle_fix-patch "glibc-&glibc-version;-alpha_PTR_MANGLE_fix-1.patch">
+<!ENTITY glibc-alpha_ptr_mangle_fix-patch-md5 "9c13080aa4a17796815a7e814e18584c">
+<!ENTITY glibc-alpha_ptr_mangle_fix-patch-size "4 KB">
 
 <!-- Start of mips/mips64 patches -->
 




More information about the Clfs-commits mailing list