2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-22 06:23:56 +00:00
Files
amigaos-binutils/ld/testsuite/ld-d10v/reloc-007.ld
2006-03-15 23:16:57 +00:00

9 lines
78 B
Plaintext

SECTIONS
{
.text 0x01014000 :
{
*(.text)
foo = (. + 0x1fff8);
}
}