aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-07-06 10:46:46 +0000
committerNick Clifton <nickc@redhat.com>2006-07-06 10:46:46 +0000
commitba1be17eab228d3bdadc9be73f8afeb6f1d7ef6e (patch)
tree2a230b1df825c7a780a07c828c06c94230830fd2
parent1370e33d0dc96c72de5942fe4fc33c244df61979 (diff)
downloadgdb-ba1be17eab228d3bdadc9be73f8afeb6f1d7ef6e.zip
gdb-ba1be17eab228d3bdadc9be73f8afeb6f1d7ef6e.tar.gz
gdb-ba1be17eab228d3bdadc9be73f8afeb6f1d7ef6e.tar.bz2
PR ld/2877
* ld.texinfo: Fix spelling mistakes.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ld.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 059284c..8089fed 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
+
+ PR binutils/2877
+ * ld.texinfo: Fix spelling mistakes.
+
2006-06-27 Pedro Alves <pedro_alves@portugalmail.pt>
Nick Clifton <nickc@redhat.com>
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index a723330..675c81d 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -322,7 +322,7 @@ For options whose names are multiple letters, either one dash or two can
precede the option name; for example, @samp{-trace-symbol} and
@samp{--trace-symbol} are equivalent. Note---there is one exception to
this rule. Multiple letter options that start with a lower case 'o' can
-only be preceeded by two dashes. This is to reduce confusion with the
+only be preceded by two dashes. This is to reduce confusion with the
@samp{-o} option. So for example @samp{-omagic} sets the output file
name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the
output.
@@ -773,7 +773,7 @@ should only be enabled for the final binary.
@cindex retain relocations in final executable
@item -q
@itemx --emit-relocs
-Leave relocation sections and contents in fully linked exececutables.
+Leave relocation sections and contents in fully linked executables.
Post link analysis and optimization tools may need this information in
order to perform correct modifications of executables. This results
in larger executables.