Fix typo in documentation of --check-sections.
authorNick Clifton <nickc@redhat.com>
Fri, 7 Apr 2006 14:14:46 +0000 (14:14 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 7 Apr 2006 14:14:46 +0000 (14:14 +0000)
ld/ChangeLog
ld/ld.texinfo

index 0adf6a871e3969615b98ed6216a52bda3276bc77..e5b6da0230a4ba92e9801fb9e92331074f8bc3a8 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-07  Bernhard Fischer  <aldot@gcc.gnu.org>
+
+       * ld.texinfo: Fix typo in documentation of --check-sections.
+
 2006-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * ldlang.c (load_symbols): Set as_needed and add_needed according
 2006-04-07  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * ldlang.c (load_symbols): Set as_needed and add_needed according
index 55eb893c22f0bed07cdaa260545ab5a3efc466be..339b32d045b77f38372ccb29efcfb04401e2f657 100644 (file)
@@ -1117,7 +1117,7 @@ platforms which support shared libraries.
 @item --check-sections
 @itemx --no-check-sections
 Asks the linker @emph{not} to check section addresses after they have
 @item --check-sections
 @itemx --no-check-sections
 Asks the linker @emph{not} to check section addresses after they have
-been assigned to see if there any overlaps.  Normally the linker will
+been assigned to see if there are any overlaps.  Normally the linker will
 perform this check, and if it finds any overlaps it will produce
 suitable error messages.  The linker does know about, and does make
 allowances for sections in overlays.  The default behaviour can be
 perform this check, and if it finds any overlaps it will produce
 suitable error messages.  The linker does know about, and does make
 allowances for sections in overlays.  The default behaviour can be