Ignore:
Timestamp:
Feb 23, 2011, 12:53:14 AM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1f9faab
Parents:
957d7a0 (diff), dabbced (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into systemd

Conflicts:

BOOK/boot/alpha-chapter.xml
BOOK/boot/common/bootscripts.xml
BOOK/boot/mips-chapter.xml
BOOK/boot/mips64-64-chapter.xml
BOOK/boot/mips64-chapter.xml
BOOK/boot/ppc-chapter.xml
BOOK/boot/ppc64-chapter.xml
BOOK/boot/sparc-chapter.xml
BOOK/boot/sparc64-64-chapter.xml
BOOK/boot/sparc64-chapter.xml
BOOK/boot/x86-chapter.xml
BOOK/boot/x86_64-64-chapter.xml
BOOK/boot/x86_64-chapter.xml
BOOK/bootscripts/alpha-chapter.xml
BOOK/bootscripts/mips-chapter.xml
BOOK/bootscripts/mips64-64-chapter.xml
BOOK/bootscripts/mips64-chapter.xml
BOOK/bootscripts/ppc-chapter.xml
BOOK/bootscripts/ppc64-chapter.xml
BOOK/bootscripts/sparc-chapter.xml
BOOK/bootscripts/sparc64-64-chapter.xml
BOOK/bootscripts/sparc64-chapter.xml
BOOK/bootscripts/x86-chapter.xml
BOOK/bootscripts/x86_64-64-chapter.xml
BOOK/bootscripts/x86_64-chapter.xml
BOOK/final-system/alpha-chapter.xml
BOOK/final-system/mips-chapter.xml
BOOK/final-system/mips64-64-chapter.xml
BOOK/final-system/mips64-chapter.xml
BOOK/final-system/multilib/coreutils.xml
BOOK/final-system/multilib/util-linux-64bit.xml
BOOK/final-system/multilib/util-linux-n32.xml
BOOK/final-system/multilib/util-linux.xml
BOOK/final-system/ppc-chapter.xml
BOOK/final-system/ppc64-chapter.xml
BOOK/final-system/sparc-chapter.xml
BOOK/final-system/sparc64-64-chapter.xml
BOOK/final-system/sparc64-chapter.xml
BOOK/final-system/x86-chapter.xml
BOOK/final-system/x86_64-64-chapter.xml
BOOK/final-system/x86_64-chapter.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/adjusting.xml

    r957d7a0 r4317f44  
    1111  <title>Adjusting the Toolchain</title>
    1212
    13   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     13  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    1414  href="../mips/adjusting.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
     
    2222     $(dirname $(gcc --print-libgcc-file-name))/specs</userinput></screen>
    2323
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     24  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    2525  href="../mips/adjusting.xml"
    2626  xpointer="xpointer(//*[@os='d'])"/>
     
    3333  <caution>
    3434
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    3636    href="../mips/adjusting.xml"
    3737    xpointer="xpointer(//*[@os='f'])"/>
    3838
    39     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     39    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4040    href="../multilib/adjusting.xml"
    4141    xpointer="xpointer(//*[@os='m2'])"/>
    4242
    43     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4444    href="../multilib/adjusting.xml"
    4545    xpointer="xpointer(//*[@os='m3'])"/>
    4646
    47     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    4848    href="../mips/adjusting.xml"
    4949    xpointer="xpointer(//*[@os='h'])"/>
    5050
    51     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    5252    href="../mips/adjusting.xml"
    5353    xpointer="xpointer(//*[@os='i'])"/>
     
    5959readelf -l a.out | grep ': /lib'</userinput></screen>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6262    href="../mips/adjusting.xml"
    6363    xpointer="xpointer(//*[@os='h'])"/>
     
    6565<screen><computeroutput>[Requesting program interpreter: /lib32/ld.so.1]</computeroutput></screen>
    6666
    67     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    6868    href="../multilib/adjusting.xml"
    6969    xpointer="xpointer(//*[@os='m4'])"/>
    7070
    71     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7272    href="../multilib/adjusting.xml"
    7373    xpointer="xpointer(//*[@os='m5'])"/>
    7474
    75     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    7676    href="../mips/adjusting.xml"
    7777    xpointer="xpointer(//*[@os='h'])"/>
     
    8484    of our dynamic linker.</para>
    8585
    86     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     86    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8787    href="../mips/adjusting.xml"
    8888    xpointer="xpointer(//*[@os='k'])"/>
    8989
    90     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9191    href="../mips/adjusting.xml"
    9292    xpointer="xpointer(//*[@os='l'])"/>
    9393
    94     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9595    href="../mips/adjusting.xml"
    9696    xpointer="xpointer(//*[@os='m'])"/>
Note: See TracChangeset for help on using the changeset viewer.