diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-10-03 17:53:32 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-10-03 18:06:09 +0800 |
commit | de154344b8043279fafa169d6a9291bbc50f1fb0 (patch) | |
tree | 4ee2ca8cd15908dd584997f3d15cb98aa646f654 | |
parent | 154a69586f1d7a96b06bc48f9de3ce9af81eb544 (diff) |
binutils: don't wrap "gold" in <command>
"gold" is not an installed program (it's named "ld.gold"). So IMO it's
not proper to use <command>.
-rw-r--r-- | chapter08/binutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 6092f592d..cb2619a73 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -160,7 +160,7 @@ cd build</userinput></screen> <screen><userinput remap="test">make -k check</userinput></screen> - <para>Twelve tests fail in the <command>gold</command> testsuite when the + <para>Twelve tests fail in the gold testsuite when the <option>--enable-default-pie</option> and <option>--enable-default-ssp</option> options are passed to GCC. <!-- Caused by egrep deprecation. Note that we don't "patch" temp grep. |