Retro68/binutils/ld/testsuite/ld-d10v/reloc-014.ld

13 lines
89 B
Plaintext
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x20000);
*(.text)
}
}