009600a9b7
* ld-d10v/reloc-008.d: Likewise. * ld-d10v/reloc-015.d: Likewise. * ld-d10v/reloc-016.d: Likewise. * ld-d10v/reloc-012.ld: Use a sane offset.
12 lines
84 B
Plaintext
12 lines
84 B
Plaintext
SECTIONS
|
|
{
|
|
.text 0x01014000 :
|
|
{
|
|
foo = .;
|
|
. = (. + 0x20004);
|
|
*(.text)
|
|
}
|
|
}
|
|
|
|
|