* scripttempl/armpe.sc: Always start code at 0x401000, even

This commit is contained in:
Steve Chamberlain
1995-08-16 23:29:18 +00:00
parent ee473c97b5
commit a048254cce

View File

@ -71,14 +71,20 @@ SECTIONS
*(.reloc)
;
}
.drectve BLOCK (0x1000) :
{
${RELOCATING+ *(.drectve); }
}
.junk BLOCK(0x1000) :
{
*(.debug\$S)
*(.debug\$T)
*(.debug\$F)
*(.drectve)
;
}
.bss BLOCK(0x1000) :
{
*(.bss)