diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 12:56:08 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 12:56:08 +0800 |
commit | f4066122e0a6be21e66a26b96b85d235f2e67ba3 (patch) | |
tree | 9ae51584535470d045dbb2616a2e4aa4c9ce9728 /chapter08 | |
parent | ad9fbd14ae3081faf42dd60a60c56df13752c4d8 (diff) |
libelf: add a x86 specific test failure
It's caused by a minor GAS issue, which should be fixed in
binutils-2.40.
See https://sourceware.org/bugzilla/show_bug.cgi?id=29450 and
https://sourceware.org/bugzilla/show_bug.cgi?id=29451.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/libelf.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/libelf.xml b/chapter08/libelf.xml index 9434a3996..7286d0a4e 100644 --- a/chapter08/libelf.xml +++ b/chapter08/libelf.xml @@ -58,7 +58,8 @@ <screen><userinput remap="test">make check</userinput></screen> -<!-- <para>One test, run-elfclassify.sh, is known to fail.</para>--> + <para>One test named <filename>run-low_high_pc.sh</filename> is known to + fail on 32-bit x86 system.</para> <para>Install only Libelf:</para> |