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

12 lines
84 B
Plaintext
Raw Normal View History

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