diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-12-11 00:49:19 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-12-11 00:49:19 +0000 |
commit | bd6791bc12909fc73c4b1fd9a872d0d12ff057c7 (patch) | |
tree | e8a7afa6890ffbece133632c8d888bf245c8974a /ld/scripttempl/elf.sc | |
parent | 1da2706a95517cf4400181ca83d6b686f3edc6a3 (diff) | |
download | binutils-gdb-bd6791bc12909fc73c4b1fd9a872d0d12ff057c7.tar.gz |
* 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.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 3ffc6d166f8..cdc91847d57 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 */ |