From 651f491b51ea10fbecca8ef646ee17d353cba7e1 Mon Sep 17 00:00:00 2001 From: David Bryant Date: Fri, 18 Nov 2022 15:43:45 -0600 Subject: Merrriam-Webster says "alongside" is one word. Clarified some muddled verbiage. Used the subjunctive mood once. "Test suite" is two words, not one. Patched some unidiomatic English. Used the plural "headers" when discussing ELF objects. Used singular verbs to describe "gprofng", for consistency with other items. --- chapter08/binutils.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'chapter08') diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index c969eab00..28d44a9a0 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -87,7 +87,7 @@ cd build --enable-gold - Build the gold linker and install it as ld.gold (along side the + Build the gold linker and install it as ld.gold (alongside the default linker). @@ -118,7 +118,7 @@ cd build --with-system-zlib - Use the installed zlib library rather than building the + Use the installed zlib library instead of building the included version. @@ -143,7 +143,7 @@ cd build a custom system, this target-specific directory in /usr is not required. $(exec_prefix)/$(target_alias) would be - used if the system was used to cross-compile (for example, compiling a + used if the system were used to cross-compile (for example, compiling a package on an Intel machine that generates code that can be executed on PowerPC machines). @@ -164,7 +164,7 @@ cd build grep '^FAIL:' $(find -name '*.log') - Twelve tests fail in the gold testsuite when the + Twelve tests fail in the gold test suite when the and options are passed to GCC.