From fc073cb7bc146670c352a7303fbd10c59369cec6 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 27 Feb 2010 23:00:41 +0000 Subject: [PATCH] Fix a typo in ld.texinfo. 2010-02-27 H.J. Lu PR ld/11330 * ld.texinfo: Replace explicitely with explicitly. --- ld/ChangeLog | 5 +++++ ld/ld.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 33487ffc7a..3b26a8320f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2010-02-27 H.J. Lu + + PR ld/11330 + * ld.texinfo: Replace explicitely with explicitly. + 2010-02-27 Jie Zhang * scripttempl/armbpabi.sc: Don't combine .init_array.* or diff --git a/ld/ld.texinfo b/ld/ld.texinfo index ca7e274b61..130e06d42b 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1384,7 +1384,7 @@ the linker recursively marks as used any section referenced by their relocations. See @samp{--entry} and @samp{--undefined}. This option can be set when doing a partial link (enabled with option -@samp{-r}). In this case the root of symbols kept must be explicitely +@samp{-r}). In this case the root of symbols kept must be explicitly specified either by an @samp{--entry} or @samp{--undefined} option or by a @code{ENTRY} command in the linker script.