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/elf32sh-symbian.sc | |
parent | 1da2706a95517cf4400181ca83d6b686f3edc6a3 (diff) | |
download | gdb-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/elf32sh-symbian.sc')
-rw-r--r-- | ld/scripttempl/elf32sh-symbian.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elf32sh-symbian.sc b/ld/scripttempl/elf32sh-symbian.sc index c3f7c90..1bcac18 100644 --- a/ld/scripttempl/elf32sh-symbian.sc +++ b/ld/scripttempl/elf32sh-symbian.sc @@ -99,7 +99,7 @@ CTOR=".ctors ALIGN(4) : 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 */ |