2
0
mirror of https://sourceware.org/git/binutils-gdb.git synced 2024-12-09 04:21:49 +08:00
binutils-gdb/ld/testsuite/ld-d10v/reloc-012.ld
2002-06-17 14:05:53 +00:00

12 lines
88 B
Plaintext

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