forked from Imagelibrary/binutils-gdb
* scripttempl/v850.sc (__ep): Put it at the start
of the tda section. v850.
This commit is contained in:
@@ -72,7 +72,7 @@ SECTIONS
|
||||
}
|
||||
.got : { *(.got.plt) *(.got) }
|
||||
.dynamic : { *(.dynamic) }
|
||||
${RELOCATING+ __ep = ALIGN (4) + 0x80;}
|
||||
${RELOCATING+ __ep = ALIGN (4);}
|
||||
.tdata : { *(.tdata) }
|
||||
/* We want the small data sections together, so single-instruction offsets
|
||||
can access them all, and initialized data all before uninitialized, so
|
||||
|
||||
Reference in New Issue
Block a user