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 | |
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.
-rw-r--r-- | ld/ChangeLog | 12 | ||||
-rw-r--r-- | ld/scripttempl/armbpabi.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elf.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elf32sh-symbian.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elf_chaos.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elfd10v.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elfd30v.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/elfxtensa.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/iq2000.sc | 2 | ||||
-rw-r--r-- | ld/scripttempl/xstormy16.sc | 2 |
10 files changed, 21 insertions, 9 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index ab6b848..237d1a8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,15 @@ +2005-12-11 Bernhard Fischer <aldot@gcc.gnu.org> + + * 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 <amodra@bigpond.net.au> * emultempl/ppc32elf.em (emit_stub_syms): New var. diff --git a/ld/scripttempl/armbpabi.sc b/ld/scripttempl/armbpabi.sc index 2785812..c8d1bd4 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 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 */ 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 */ diff --git a/ld/scripttempl/elf_chaos.sc b/ld/scripttempl/elf_chaos.sc index 10abf4a..167b712 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 834efe2..6145fda 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 12d764f..924414d 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 b51479d..9c3aa1f 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 d158629..b087264 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 6b0ab60..dd7c52c 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 */ |