* scripttempl/pe.sc: Put .stab and .stabstr sections at end.
This commit is contained in:
parent
c086885a66
commit
a12e621548
@ -1,3 +1,7 @@
|
|||||||
|
Wed Oct 15 14:52:36 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/pe.sc: Put .stab and .stabstr sections at end.
|
||||||
|
|
||||||
Wed Oct 8 12:37:05 1997 Richard Henderson <rth@cygnus.com>
|
Wed Oct 8 12:37:05 1997 Richard Henderson <rth@cygnus.com>
|
||||||
|
|
||||||
* configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*;
|
* configure.tgt, configure.host: Change alpha-*-* to alpha*-*-*;
|
||||||
|
@ -83,11 +83,6 @@ SECTIONS
|
|||||||
/* Grouped sections are used to handle .CRT\$foo. */
|
/* Grouped sections are used to handle .CRT\$foo. */
|
||||||
*(.CRT\$)
|
*(.CRT\$)
|
||||||
}
|
}
|
||||||
.rsrc BLOCK(__section_alignment__) :
|
|
||||||
{
|
|
||||||
/* Grouped sections are used to handle .rsrc\$0[12]. */
|
|
||||||
*(.rsrc\$)
|
|
||||||
}
|
|
||||||
|
|
||||||
.endjunk BLOCK(__section_alignment__) :
|
.endjunk BLOCK(__section_alignment__) :
|
||||||
{
|
{
|
||||||
@ -96,6 +91,18 @@ SECTIONS
|
|||||||
${RELOCATING+ __end__ = .;}
|
${RELOCATING+ __end__ = .;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reloc BLOCK(__section_alignment__) :
|
||||||
|
{
|
||||||
|
*(.reloc)
|
||||||
|
}
|
||||||
|
|
||||||
|
.rsrc BLOCK(__section_alignment__) :
|
||||||
|
{
|
||||||
|
*(.rsrc)
|
||||||
|
/* Grouped sections are used to handle .rsrc\$0[12]. */
|
||||||
|
*(.rsrc\$)
|
||||||
|
}
|
||||||
|
|
||||||
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
|
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
|
||||||
{
|
{
|
||||||
[ .stab ]
|
[ .stab ]
|
||||||
@ -106,9 +113,5 @@ SECTIONS
|
|||||||
[ .stabstr ]
|
[ .stabstr ]
|
||||||
}
|
}
|
||||||
|
|
||||||
.reloc BLOCK(__section_alignment__) :
|
|
||||||
{
|
|
||||||
*(.reloc)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user