This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / dynamic-sections.t
1 SECTIONS
2 {
3 .data : { *(.data) }
4 .rodata : { *(.rodata) }
5
6 /* The .rel* sections are typically placed here, because of the way
7 elf32.em handles orphaned sections. A bug introduced on 2002-06-10
8 would cause . to be 0 at this point. */
9
10 _bar = ASSERT (. > 0, "Bad . value");
11 }
This page took 0.030832 seconds and 5 git commands to generate.