Changeset 658a5da


Ignore:
Timestamp:
08/18/2021 05:19:33 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
33ca65c, de8b6cb
Parents:
d182d83
Message:

Now run all the tests in binutils.
We were removing a failing test, but it is not longer a problem.
Eliminate the instruction that does that.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd182d83 r658a5da  
    4444    -->
    4545    <listitem>
     46      <para>2021-08-18</para>
     47      <itemizedlist>
     48        <listitem>
     49           <para>[bdubbs] - Eliminate an instruction to remove a test
     50           in bunutils that no longer fails.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>2021-08-16</para>
    4757      <itemizedlist>
     
    5262    </listitem>
    5363
     64    <listitem>
     65      <para>2021-08-15</para>
     66      <itemizedlist>
     67        <listitem>
     68          <para>[renodr] - LFS-11.0-rc1 released.</para>
     69        </listitem>
     70      </itemizedlist>
     71    </listitem>
     72   
    5473    <listitem>
    5574      <para>2021-08-14</para>
  • chapter08/binutils.xml

    rd182d83 r658a5da  
    6969<screen><userinput remap="pre">sed -i '63d' etc/texi2pod.pl
    7070find -name \*.1 -delete</userinput></screen>
    71 
     71<!--
    7272    <para>Now remove one test that prevents the tests from running
    7373    to completion:</para>
    7474
    7575<screen><userinput remap="pre">sed -i '/@\tincremental_copy/d' gold/testsuite/Makefile.in</userinput></screen>
    76 
     76-->
    7777    <para>The Binutils documentation recommends building Binutils
    7878    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.