Fix ld segfault for some elf targets. Fix default layout for d10v.

This commit is contained in:
Tom Rix
2002-06-17 14:08:40 +00:00
parent 4c0b7915d4
commit 8243435612
4 changed files with 15 additions and 4 deletions

View File

@ -66,14 +66,14 @@ ${RELOCATING+${EXECUTABLE_SYMBOLS}}
MEMORY
{
UNIFIED : org = 0, len = 0x1000000
INSN : org = 0x1000000, len = 0x40000
INSN : org = 0x1014000, len = 0x40000
DATA : org = 0x2000004, len = 0x7FFC
STACK : org = 0x2007FFE, len = 4
STACK : org = 0x200BFFE, len = 4
}
SECTIONS
{
.text :
.text ${RELOCATING+${TEXT_START_ADDR}} :
{
${RELOCATING+${TEXT_START_SYMBOLS}}
KEEP (*(.init))