binutils-gdb/ld/testsuite/ld-d10v/reloc-012.ld
Alan Modra 009600a9b7 * ld-d10v/reloc-007.d: Don't error.
* ld-d10v/reloc-008.d: Likewise.
	* ld-d10v/reloc-015.d: Likewise.
	* ld-d10v/reloc-016.d: Likewise.
	* ld-d10v/reloc-012.ld: Use a sane offset.
2010-09-23 11:55:47 +00:00

12 lines
84 B
Plaintext

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