binutils-gdb/ld/testsuite/ld-scripts/data.t
Alan Modra 33ed461333 * ld-scripts/data.t: Set ".other" address so location doesn't
depend on target alignment.
	* ld-scripts/data.d: Update.
2004-02-23 09:24:46 +00:00

10 lines
122 B
Perl

SECTIONS
{
.text 0x1000 :
{
LONG (label)
label = .;
LONG (ADDR (.other))
}
.other 0x2000 : {}
}