Fix typo in documentation of --check-sections.

This commit is contained in:
Nick Clifton 2006-04-07 14:14:46 +00:00
parent e28493f226
commit 7d816a179b
2 changed files with 5 additions and 1 deletions

View 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> 2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* ldlang.c (load_symbols): Set as_needed and add_needed according * ldlang.c (load_symbols): Set as_needed and add_needed according

View File

@ -1117,7 +1117,7 @@ platforms which support shared libraries.
@item --check-sections @item --check-sections
@itemx --no-check-sections @itemx --no-check-sections
Asks the linker @emph{not} to check section addresses after they have 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 perform this check, and if it finds any overlaps it will produce
suitable error messages. The linker does know about, and does make suitable error messages. The linker does know about, and does make
allowances for sections in overlays. The default behaviour can be allowances for sections in overlays. The default behaviour can be