* scripttempl/pe.sc (.endjunk): Define __end__.

This commit is contained in:
David Edelsohn 1996-04-30 03:33:23 +00:00
parent aad0977925
commit f2618f8252
2 changed files with 7 additions and 1 deletions

View file

@ -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>
* ldlang.c (longest_section_name): Remove.

View file

@ -48,7 +48,7 @@ SECTIONS
.edata BLOCK(__section_alignment__) : {
.edata BLOCK(__section_alignment__) : {
*(.edata) ;
}
@ -97,7 +97,9 @@ SECTIONS
.endjunk BLOCK(__section_alignment__) :
{
/* end is deprecated, don't use it */
${RELOCATING+ end = .};
${RELOCATING+ __end__ = .};
}
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :