mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* scripttempl/pe.sc (.endjunk): Define __end__.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon Apr 29 20:31:06 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/pe.sc (.endjunk): Define __end__.
|
||||||
|
|
||||||
Mon Apr 29 17:05:13 1996 Ian Lance Taylor <ian@cygnus.com>
|
Mon Apr 29 17:05:13 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ldlang.c (longest_section_name): Remove.
|
* ldlang.c (longest_section_name): Remove.
|
||||||
|
@ -97,7 +97,9 @@ SECTIONS
|
|||||||
|
|
||||||
.endjunk BLOCK(__section_alignment__) :
|
.endjunk BLOCK(__section_alignment__) :
|
||||||
{
|
{
|
||||||
|
/* end is deprecated, don't use it */
|
||||||
${RELOCATING+ end = .};
|
${RELOCATING+ end = .};
|
||||||
|
${RELOCATING+ __end__ = .};
|
||||||
}
|
}
|
||||||
|
|
||||||
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
|
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
|
||||||
|
Reference in New Issue
Block a user