diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter05/binutils-pass1.xml | 6 | ||||
-rw-r--r-- | chapter05/binutils-pass2.xml | 6 | ||||
-rw-r--r-- | chapter06/binutils.xml | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
6 files changed, 9 insertions, 23 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c2030d94f..131d0c2dc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ <para>2013-12-16</para> <itemizedlist> <listitem> + <para>[matthew] - Update to Binutils-2.24. Fixes + <ulink url="&lfs-ticket-root;3438">#3438</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Update to File-5.16. Fixes <ulink url="&lfs-ticket-root;3437">#3437</ulink>.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 218f40f51..38f23f051 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -37,9 +37,9 @@ <!--<listitem> <para>Berkeley DB &db-version;</para> </listitem> --> - <!--<listitem> + <listitem> <para>Binutils &binutils-version;</para> - </listitem>--> + </listitem> <listitem> <para>Bison &bison-version;</para> </listitem> diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 8a4880b46..6766005fa 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -52,12 +52,6 @@ linker and assembler to determine which of their own features to enable.</para> - <para>Fix a couple of syntax errors that prevent the documentation from - building with Texinfo-&texinfo-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \ - -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 4d661296c..69d0e3ff3 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,12 +43,6 @@ <sect2 role="installation"> <title>Installation of Binutils</title> - <para>Fix a couple of syntax errors that prevent the documentation from - building with Texinfo-&texinfo-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \ - -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> - <para>Create a separate build directory again:</para> <screen><userinput remap="pre">mkdir -v ../binutils-build diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 65f72a8f3..a82f96c5c 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -64,12 +64,6 @@ Ask your system administrator to create more.</computeroutput></screen> <screen><userinput remap="pre">rm -fv etc/standards.info sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> - <para>Fix a couple of syntax errors that prevent the documentation from - building with Texinfo-&texinfo-version;:</para> - -<screen><userinput remap="pre">sed -i -e 's/@colophon/@@colophon/' \ - -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> - <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> diff --git a/packages.ent b/packages.ent index 9a2c06aac..9424ada41 100644 --- a/packages.ent +++ b/packages.ent @@ -42,10 +42,10 @@ <!ENTITY bc-ch6-du "3 MB"> <!ENTITY bc-ch6-sbu "0.1 SBU"> -<!ENTITY binutils-version "2.23.2"> -<!ENTITY binutils-size "20,938 KB"> +<!ENTITY binutils-version "2.24"> +<!ENTITY binutils-size "22,184 KB"> <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.bz2"> -<!ENTITY binutils-md5 "4f8fa651e35ef262edc01d60fb45702e"> +<!ENTITY binutils-md5 "e0f71a7b2ddab0f8612336ac81d9636b"> <!ENTITY binutils-home "http://www.gnu.org/software/binutils/"> <!ENTITY binutils-ch5p1-du "404 MB"> <!ENTITY binutils-ch5p1-sbu "1 SBU"> |