Avoid exponential behavior in rust_evaluate_subexp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / dynamic-sections.t
CommitLineData
ad42262f
RS
1SECTIONS
2{
1a9ccd70 3 . = SIZEOF_HEADERS;
ad42262f
RS
4 .data : { *(.data) }
5 .rodata : { *(.rodata) }
6
7 /* The .rel* sections are typically placed here, because of the way
8 elf32.em handles orphaned sections. A bug introduced on 2002-06-10
9 would cause . to be 0 at this point. */
10
11 _bar = ASSERT (. > 0, "Bad . value");
12}
This page took 0.632046 seconds and 4 git commands to generate.