LP: #497923 When doing "man ld", I see a typo: the word "explicitely" should be spelled "explicitly". It's in the last paragraph of the description for option: --gc-sections --no-gc-sections "This option can be set when doing a partial link (enabled with option -r). In this case the root of symbols kept must be explicitely specified either by an --entry or --undefined option or by a "ENTRY" command in the linker script."
Created attachment 4633 [details] patch to fix typo in ld manual page - binutils-2.20
Subject: Bug 11330 CVSROOT: /cvs/src Module name: src Changes by: hjl@sourceware.org 2010-02-27 23:00:43 Modified files: ld : ChangeLog ld.texinfo Log message: 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. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2116&r2=1.2117 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ld.texinfo.diff?cvsroot=src&r1=1.256&r2=1.257
Fixed.