[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 2b326994ae0dafd177d875baecb9d4faaf19eec8

git git at cross-lfs.org
Sun Aug 1 17:33:58 PDT 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  2b326994ae0dafd177d875baecb9d4faaf19eec8 (commit)
      from  6cd0ea52e2cddd3917bbb6cffd2479f089c4683e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b326994ae0dafd177d875baecb9d4faaf19eec8
Author: Joe Ciccone <jciccone at gmail.com>
Date:   Sun Aug 1 20:34:34 2010 -0400

    Removed an unneeded sed from binutils in the final system.

diff --git a/BOOK/final-system/64/binutils.xml b/BOOK/final-system/64/binutils.xml
index c1d5290..b65788e 100644
--- a/BOOK/final-system/64/binutils.xml
+++ b/BOOK/final-system/64/binutils.xml
@@ -95,14 +95,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/common/binutils.xml b/BOOK/final-system/common/binutils.xml
index 6484455..65a28c2 100644
--- a/BOOK/final-system/common/binutils.xml
+++ b/BOOK/final-system/common/binutils.xml
@@ -88,11 +88,6 @@ can get `Flex' from any GNU archive site.</computeroutput></screen>
       Do not skip it under any circumstance.</para>
     </important>
 
-    <para os="ts1">In order to run the testsuite correctly, due to a change in
-    Glibc we need to run the following command to prevent an error:</para>
-
-<screen os="ts2"><userinput>sed -i 's/getline/_getline/' ../binutils-&binutils-version;/libiberty/testsuite/test-demangle.c</userinput></screen>
-
     <para os="p">Test the results:</para>
 
 <screen os="q"><userinput>make check</userinput></screen>
diff --git a/BOOK/final-system/mips64/binutils.xml b/BOOK/final-system/mips64/binutils.xml
index dcc5fcd..9f2df29 100644
--- a/BOOK/final-system/mips64/binutils.xml
+++ b/BOOK/final-system/mips64/binutils.xml
@@ -84,14 +84,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/multilib/binutils.xml b/BOOK/final-system/multilib/binutils.xml
index 32cee1b..81aa6d5 100644
--- a/BOOK/final-system/multilib/binutils.xml
+++ b/BOOK/final-system/multilib/binutils.xml
@@ -84,14 +84,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/final-system/x86_64-64/binutils.xml b/BOOK/final-system/x86_64-64/binutils.xml
index 17d6c49..b687770 100644
--- a/BOOK/final-system/x86_64-64/binutils.xml
+++ b/BOOK/final-system/x86_64-64/binutils.xml
@@ -97,14 +97,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
-    xpointer="xpointer(//*[@os='ts2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/binutils.xml"
     xpointer="xpointer(//*[@os='p'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5502f1a..7c6812b 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>August 01, 2010</para>
       <itemizedlist>
         <listitem>
+          <para>[jciccone] - Removed an unneeded sed from binutils in the
+          final-system renaming getline to _getline.</para>
+        </listitem>
+        <listitem>
           <para>[jciccone] - Fixed a compilation issue with GMP in the final
           for 32bit on multilib. It handles the ABI differences on its own
           now.</para>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/64/binutils.xml        |    8 --------
 BOOK/final-system/common/binutils.xml    |    5 -----
 BOOK/final-system/mips64/binutils.xml    |    8 --------
 BOOK/final-system/multilib/binutils.xml  |    8 --------
 BOOK/final-system/x86_64-64/binutils.xml |    8 --------
 BOOK/introduction/common/changelog.xml   |    4 ++++
 6 files changed, 4 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list