* scripttempl/pe.sc (.endjunk): Define __end__.
This commit is contained in:
parent
aad0977925
commit
f2618f8252
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)} :
|
||||
|
|
Loading…
Reference in a new issue