From 1ae7e29d11ca3a83dc9d5c19c0ab9cbb2aaf148f Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 11 Dec 2005 00:49:19 +0000 Subject: [PATCH] * 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. --- ld/ChangeLog | 12 ++++++++++++ ld/scripttempl/armbpabi.sc | 2 +- ld/scripttempl/elf.sc | 2 +- ld/scripttempl/elf32sh-symbian.sc | 2 +- ld/scripttempl/elf_chaos.sc | 2 +- ld/scripttempl/elfd10v.sc | 2 +- ld/scripttempl/elfd30v.sc | 2 +- ld/scripttempl/elfxtensa.sc | 2 +- ld/scripttempl/iq2000.sc | 2 +- ld/scripttempl/xstormy16.sc | 2 +- 10 files changed, 21 insertions(+), 9 deletions(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index ab6b84854a..237d1a87f3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2005-12-11 Bernhard Fischer + + * 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. + 2005-12-08 Alan Modra * emultempl/ppc32elf.em (emit_stub_syms): New var. diff --git a/ld/scripttempl/armbpabi.sc b/ld/scripttempl/armbpabi.sc index 2785812659..c8d1bd4ba5 100644 --- a/ld/scripttempl/armbpabi.sc +++ b/ld/scripttempl/armbpabi.sc @@ -80,7 +80,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 */ diff --git a/ld/scripttempl/elf.sc b/ld/scripttempl/elf.sc index 3ffc6d166f..cdc91847d5 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 */ diff --git a/ld/scripttempl/elf32sh-symbian.sc b/ld/scripttempl/elf32sh-symbian.sc index c3f7c9049f..1bcac18106 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 */ diff --git a/ld/scripttempl/elf_chaos.sc b/ld/scripttempl/elf_chaos.sc index 10abf4a0de..167b7124ef 100644 --- a/ld/scripttempl/elf_chaos.sc +++ b/ld/scripttempl/elf_chaos.sc @@ -118,7 +118,7 @@ CTOR=" 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 */ diff --git a/ld/scripttempl/elfd10v.sc b/ld/scripttempl/elfd10v.sc index 834efe26f7..6145fda455 100644 --- a/ld/scripttempl/elfd10v.sc +++ b/ld/scripttempl/elfd10v.sc @@ -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 */ diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc index 12d764f285..924414d509 100644 --- a/ld/scripttempl/elfd30v.sc +++ b/ld/scripttempl/elfd30v.sc @@ -15,7 +15,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 */ diff --git a/ld/scripttempl/elfxtensa.sc b/ld/scripttempl/elfxtensa.sc index b51479d4a8..9c3aa1fe5e 100644 --- a/ld/scripttempl/elfxtensa.sc +++ b/ld/scripttempl/elfxtensa.sc @@ -176,7 +176,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 */ diff --git a/ld/scripttempl/iq2000.sc b/ld/scripttempl/iq2000.sc index d158629d6d..b087264315 100644 --- a/ld/scripttempl/iq2000.sc +++ b/ld/scripttempl/iq2000.sc @@ -86,7 +86,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 */ diff --git a/ld/scripttempl/xstormy16.sc b/ld/scripttempl/xstormy16.sc index 6b0ab602ae..dd7c52cb9d 100644 --- a/ld/scripttempl/xstormy16.sc +++ b/ld/scripttempl/xstormy16.sc @@ -70,7 +70,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 */ -- 2.11.0