aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-26 07:55:14 +0000
committerNick Clifton <nickc@redhat.com>2004-07-26 07:55:14 +0000
commit63cf1d37be55e18ac30414449b48387a3f3bf7a5 (patch)
tree8156361b0260d4b68c76717eb0f639877d832505 /ld/emultempl
parente9863d7f64b0f4c954fec19129fb31eb52845376 (diff)
downloadfsf-binutils-gdb-63cf1d37be55e18ac30414449b48387a3f3bf7a5.zip
fsf-binutils-gdb-63cf1d37be55e18ac30414449b48387a3f3bf7a5.tar.gz
fsf-binutils-gdb-63cf1d37be55e18ac30414449b48387a3f3bf7a5.tar.bz2
remove duplicated word
Diffstat (limited to 'ld/emultempl')
-rw-r--r--ld/emultempl/elf32.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index 1956fd5..bb1f92c 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -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)