* 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.
This commit is contained in:
Hans-Peter Nilsson
2005-12-11 00:49:19 +00:00
parent 1da2706a95
commit bd6791bc12
10 changed files with 21 additions and 9 deletions

View File

@ -23,7 +23,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 */