Changeset 8987422


Ignore:
Timestamp:
Jul 22, 2006, 5:22:09 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
457775e
Parents:
18dccc0
Message:

r4779@server: jim | 2006-07-22 17:21:02 -0700
Added Colo Relocation Fix

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • boot/mips/colo-build.xml

    r18dccc0 r8987422  
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    href="../../final-system/mips/colo.xml"
     31    xpointer="xpointer(//*[@os='p3'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/mips/colo.xml"
     35    xpointer="xpointer(//*[@os='p4'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../final-system/mips/colo.xml"
    3139    xpointer="xpointer(//*[@os='b'])"/>
    3240
  • boot/mips64/colo-build.xml

    r18dccc0 r8987422  
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/mips/colo.xml"
     35    xpointer="xpointer(//*[@os='p3'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../../final-system/mips/colo.xml"
     39    xpointer="xpointer(//*[@os='p4'])"/>
     40
     41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3442    href="../mips/colo-build.xml"
    3543    xpointer="xpointer(//*[@os='a'])"/>
  • final-system/mips/colo.xml

    r18dccc0 r8987422  
    2929    RaQ2, Qube, or the Qube2.</para>
    3030  </note>
     31
     32    <para os="p3">This patch updates Fixes a relocation error when linking with
     33    binutils:</para>
     34
     35<screen os="p4"><userinput>patch -Np1 -i ../&colo-relocation-patch;</userinput></screen>
    3136
    3237    <para os="b">Compile the Colo package:</para>
  • final-system/mips64/colo.xml

    r18dccc0 r8987422  
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3030    href="../mips/colo.xml"
     31    xpointer="xpointer(//*[@os='p3'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../mips/colo.xml"
     35    xpointer="xpointer(//*[@os='p4'])"/>
     36
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../mips/colo.xml"
    3139    xpointer="xpointer(//*[@os='a'])"/>
    3240
  • introduction/mips/changelog.xml

    r18dccc0 r8987422  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>July 22, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Added a patch for Colo to fix a relocation error with
     41          the use of the newer binutils.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • introduction/mips64-64/changelog.xml

    r18dccc0 r8987422  
    3333
    3434-->
     35
     36    <listitem>
     37      <para>July 22, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Added a patch for Colo to fix a relocation error with
     41          the use of the newer binutils.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
    3545
    3646    <listitem>
  • introduction/mips64/changelog.xml

    r18dccc0 r8987422  
    3535
    3636    <listitem>
     37      <para>July 22, 2006</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[jim] - Added a patch for Colo to fix a relocation error with
     41          the use of the newer binutils.</para>
     42        </listitem>
     43      </itemizedlist>
     44    </listitem>
     45
     46    <listitem>
    3747      <para>July 8, 2006</para>
    3848      <itemizedlist>
  • patches.ent

    r18dccc0 r8987422  
    201201<!ENTITY colo-make-patch-size "2.7 KB">
    202202
     203<!ENTITY colo-relocation-patch "colo-&colo-version;-relocation_fix-1.patch">
     204<!ENTITY colo-relocation-patch-md5 "e0607ee1071f2f805ffa1ef1c5b1a766">
     205<!ENTITY colo-relocation-patch-size "4 KB">
     206
    203207<!ENTITY dvhtool-fixes-patch "dvhtool-&dvhtool-version;-fixes-1.patch">
    204208<!ENTITY dvhtool-fixes-patch-md5 "a521b380354b6a0c96b2d6308372749d">
Note: See TracChangeset for help on using the changeset viewer.