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

11 lines
78 B
Plaintext
Raw Normal View History

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