]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-scripts/alignof.t
* elfxx-tilegx.c (tilegx_elf_relocate_section): Silence bogus warning.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / alignof.t
1 SECTIONS {
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
14 alignof_text = ALIGNOF(.text);
15 alignof_data = ALIGNOF(.data);