mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* 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:
12
ld/ChangeLog
12
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>
|
2005-12-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* emultempl/ppc32elf.em (emit_stub_syms): New var.
|
* emultempl/ppc32elf.em (emit_stub_syms): New var.
|
||||||
|
@ -80,7 +80,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ CTOR=".ctors ALIGN(4) :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ CTOR="
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -176,7 +176,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ CTOR=".ctors ${CONSTRUCTING-0} :
|
|||||||
KEEP (*crtbegin*.o(.ctors))
|
KEEP (*crtbegin*.o(.ctors))
|
||||||
|
|
||||||
/* We don't want to include the .ctor section from
|
/* 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
|
The .ctor section from the crtend file contains the
|
||||||
end of ctors marker and it must be last */
|
end of ctors marker and it must be last */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user