Changeset d78c820


Ignore:
Timestamp:
Dec 20, 2007, 7:04:10 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd88a5f
Parents:
92413f9
Message:

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

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/alpha/glibc.xml

    r92413f9 rd78c820  
    3838    xpointer="xpointer(//*[@os='p2'])"/>
    3939
    40     <para os="a1">The following patch fixes some inline assembler in Glibc:</para>
     40    <para os="a1">The following patch moves PTR_MANGLE and ensures that
     41    PTR_MANGLE is defined in all cases:</para>
    4142
    42 <screen os="a2"><userinput>patch -Np1 -i ../&glibc-ioperm_fix-patch;</userinput></screen>
     43<screen os="a2"><userinput>patch -Np1 -i ../&glibc-alpha_ptr_mangle_fix-patch;</userinput></screen>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/alpha/changelog.xml

    r92413f9 rd78c820  
    3535
    3636    <listitem>
     37      <para>December 21, 2007</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jciccone] - Added a patch to Glibc that works around compile
     41          errors with PTR_MANGLE.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>February 17, 2007</para>
    3848      <itemizedlist>
  • BOOK/materials/alpha/patches.xml

    r92413f9 rd78c820  
    2727
    2828    <varlistentry>
    29       <term>Glibc ioperm Fix Patch - <token>&glibc-ioperm_fix-patch-size;</token>:</term>
     29      <term>Glibc PTR_MANGLE Fix Patch - <token>&glibc-alpha_ptr_mangle_fix-patch-size;</token>:</term>
    3030      <listitem>
    3131        <para>Download: <ulink
    32         url="&patches-root;&glibc-ioperm_fix-patch;"/></para>
    33         <para>MD5 sum: <literal>&glibc-ioperm_fix-patch-md5;</literal></para>
     32        url="&patches-root;&glibc-alpha_ptr_mangle_fix-patch;"/></para>
     33        <para>MD5 sum: <literal>&glibc-alpha_ptr_mangle_fix-patch-md5;</literal></para>
    3434      </listitem>
    3535    </varlistentry>
  • BOOK/patches.ent

    r92413f9 rd78c820  
    147147<!ENTITY aboot-alpha-patch-size "100 KB">
    148148
    149 <!ENTITY glibc-ioperm_fix-patch "glibc-&glibc-version;-alpha_ioperm_fix-1.patch">
    150 <!ENTITY glibc-ioperm_fix-patch-md5 "1e8ace798cf67d3ecd2f6d0e0748c7cd">
    151 <!ENTITY glibc-ioperm_fix-patch-size "4 KB">
     149<!ENTITY glibc-alpha_ptr_mangle_fix-patch "glibc-&glibc-version;-alpha_PTR_MANGLE_fix-1.patch">
     150<!ENTITY glibc-alpha_ptr_mangle_fix-patch-md5 "9c13080aa4a17796815a7e814e18584c">
     151<!ENTITY glibc-alpha_ptr_mangle_fix-patch-size "4 KB">
    152152
    153153<!-- Start of mips/mips64 patches -->
Note: See TracChangeset for help on using the changeset viewer.