aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/elf.sc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-12-11 00:49:19 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-12-11 00:49:19 +0000
commitbd6791bc12909fc73c4b1fd9a872d0d12ff057c7 (patch)
treee8a7afa6890ffbece133632c8d888bf245c8974a /ld/scripttempl/elf.sc
parent1da2706a95517cf4400181ca83d6b686f3edc6a3 (diff)
downloadgdb-bd6791bc12909fc73c4b1fd9a872d0d12ff057c7.zip
gdb-bd6791bc12909fc73c4b1fd9a872d0d12ff057c7.tar.gz
gdb-bd6791bc12909fc73c4b1fd9a872d0d12ff057c7.tar.bz2
* scripttempl/armbpabi.sc: Fix typo in comment for .ctors.
* scripttempl/elf.sc: Ditto. * scripttempl/elf32sh-symbian.sc: Ditto. * scripttempl/elf_chaos.sc: Ditto. * scripttempl/elfd10v.sc: Ditto. * scripttempl/elfd30v.sc: Ditto. * scripttempl/elfxtensa.sc: Ditto. * scripttempl/iq2000.sc: Ditto. * scripttempl/xstormy16.sc: Ditto.
Diffstat (limited to 'ld/scripttempl/elf.sc')
-rw-r--r--ld/scripttempl/elf.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc
index 3ffc6d1..cdc9184 100644
--- a/ld/scripttempl/elf.sc
+++ b/ld/scripttempl/elf.sc
@@ -205,7 +205,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
KEEP (*crtbegin*.o(.ctors))
/* We don't want to include the .ctor section from
- from the crtend.o file until after the sorted ctors.
+ the crtend.o file until after the sorted ctors.
The .ctor section from the crtend file contains the
end of ctors marker and it must be last */