* scripttempl/{ppcpe.sc, pe.sc} (.junk): Remove and use /DISCARD/.

This commit is contained in:
Steve Chamberlain 1996-03-31 08:37:51 +00:00
parent 02e7ece3ca
commit 0c1abe0623

View file

@ -21,6 +21,7 @@ SECTIONS
${CONSTRUCTING+ ___DTOR_LIST__ = .; __DTOR_LIST__ = . ;
LONG (-1); *(.dtors); *(.dtor); LONG (0); }
${RELOCATING+ *(.fini);}
${RELOCATING+ *(.gcc_exc);}
${RELOCATING+ etext = .};
}
@ -51,8 +52,8 @@ SECTIONS
*(.edata) ;
}
/* See coffcode.h. These are discarded. */
.junk BLOCK(__section_alignment__) : {
/DISCARD/ BLOCK(__section_alignment__) : {
*(.debug\$S)
*(.debug\$T)
*(.debug\$F)