binutils-gdb/ld/testsuite/ld-d10v/reloc-006.ld

9 lines
78 B
Plaintext
Raw Normal View History

2002-06-17 16:05:53 +02:00
SECTIONS
{
.text 0x01014000 :
{
*(.text)
foo = (. + 0x1fff4);
}
}