remove duplicated word

This commit is contained in:
Nick Clifton 2004-07-26 07:55:14 +00:00
parent e9863d7f64
commit 63cf1d37be
1 changed files with 1 additions and 1 deletions

View File

@ -1264,7 +1264,7 @@ gld${EMULATION_NAME}_place_orphan (lang_input_statement_type *file, asection *s)
same section name appears in the input file with different
loadable or allocatable characteristics. But if the section
already exists but does not have any flags set, then it has been
been created by the linker, probably as a result of a --section-start
created by the linker, probably as a result of a --section-start
command line switch. */
if ((sec = bfd_get_section_by_name (output_bfd, secname)) != NULL
&& bfd_get_section_flags (output_bfd, sec) != 0)