diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-27 23:00:41 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-27 23:00:41 +0000 |
commit | fc073cb7bc146670c352a7303fbd10c59369cec6 (patch) | |
tree | c4deae391c7e8336e9614ec4609296a9a3f23ac9 /ld/ld.texinfo | |
parent | 1b8c66571f87a4159b20cdd415ada0e0734d0627 (diff) | |
download | gdb-fc073cb7bc146670c352a7303fbd10c59369cec6.zip gdb-fc073cb7bc146670c352a7303fbd10c59369cec6.tar.gz gdb-fc073cb7bc146670c352a7303fbd10c59369cec6.tar.bz2 |
Fix a typo in ld.texinfo.
2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
PR ld/11330
* ld.texinfo: Replace explicitely with explicitly.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index ca7e274..130e06d 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. |