Retro68/binutils/ld/testsuite/ld-scripts/alignof.t

16 lines
231 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS {
.text :
{
tmpdir/alignof.o (.text)
}
.data :
{
tmpdir/alignof.o (.data)
LONG (ALIGNOF(.text))
LONG (ALIGNOF(.data))
}
}
alignof_text = ALIGNOF(.text);
alignof_data = ALIGNOF(.data);