Просмотр исходного кода

Update to binutils-2.32

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11508 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 6 лет назад
Родитель
Сommit
1b3fac7ade
5 измененных файлов с 28 добавлено и 13 удалено
  1. 10 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 10 5
      chapter06/glibc.xml
  4. 3 3
      general.ent
  5. 3 3
      packages.ent

+ 10 - 0
chapter01/changelog.xml

@@ -43,6 +43,16 @@
     appropriate for the entry or if needed the entire day's listitem.
 -->
 
+    <listitem>
+      <para>2019-02-01</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Update to binutils-2.32. Fixes
+          <ulink url="&lfs-ticket-root;4417">#4417</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2019-02-01</para>
       <itemizedlist>

+ 2 - 2
chapter01/whatsnew.xml

@@ -44,9 +44,9 @@
     <!--<listitem>
       <para>Bc &bc-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Binutils-&binutils-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
       <para>Bison-&bison-version;</para>
     </listitem>

+ 10 - 5
chapter06/glibc.xml

@@ -151,7 +151,11 @@ unset GCC_INCDIR</userinput></screen>
     <para>Generally a few tests do not pass. The test failures listed below
     are usually safe to ignore.</para>
 
-<screen><userinput remap="test">ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib/ld-linux-x86-64.so.2
+<screen><userinput remap="test">case $(uname -m) in
+  i?86)   ln -sfnv $PWD/elf/ld-linux.so.2        /lib ;;
+  x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;;
+esac
+
 make check</userinput></screen>
 
     <note><para>The symbolic link above is needed to run the tests at this
@@ -186,10 +190,11 @@ make check</userinput></screen>
       </listitem>
 
       <listitem>
-        <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis>  
-        tests have been known to
-        fail.  The reason is not completely understood, but indications are
-        that minor timing issues can trigger these failures.</para>
+        <para>The <emphasis>rt/tst-cputimer{1,2,3}</emphasis> tests depend on
+        the host system kernel. Kernels 4.14.91&ndash;4.14.96,
+        4.19.13&ndash;4.19.18, and 4.20.0&ndash;4.20.5 are known to 
+        casue these tests to fail.
+        </para>
       </listitem>
 
       <listitem>

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20190201">
+<!ENTITY version         "SVN-20190202">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20190201-systemd">
+<!ENTITY versiond        "20190202-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "February 1, 2019">
+<!ENTITY releasedate     "February 2, 2019">
 
 <!ENTITY copyrightdate   "1999-2019"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.4">

+ 3 - 3
packages.ent

@@ -58,10 +58,10 @@
 <!ENTITY bc-ch6-du "4.1 MB">
 <!ENTITY bc-ch6-sbu "0.1 SBU">
 
-<!ENTITY binutils-version "2.31.1">
-<!ENTITY binutils-size "19,989 KB">
+<!ENTITY binutils-version "2.32">
+<!ENTITY binutils-size "20,288 KB">
 <!ENTITY binutils-url "&gnu;binutils/binutils-&binutils-version;.tar.xz">
-<!ENTITY binutils-md5 "5b7c9d4ce96f507d95c1b9a255e52418">
+<!ENTITY binutils-md5 "0d174cdaf85721c5723bf52355be41e6">
 <!ENTITY binutils-home "&gnu-software;binutils/">
 <!ENTITY binutils-ch5p1-du "576 MB">
 <!ENTITY binutils-ch5p1-sbu "1 SBU">