Add sysroot-prefix ld linker tests.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / alignof.t
CommitLineData
362c1d1a
NS
1SECTIONS {
2 .text :
3 {
4 tmpdir/alignof.o (.text)
5 }
6 .data :
7 {
8 tmpdir/alignof.o (.data)
9 LONG (ALIGNOF(.text))
10 LONG (ALIGNOF(.data))
11 }
12}
13
14alignof_text = ALIGNOF(.text);
15alignof_data = ALIGNOF(.data);
This page took 0.303282 seconds and 4 git commands to generate.