source: trunk/src/binutils/ld/testsuite/ld-scripts/dynamic-sections.t@ 607

Last change on this file since 607 was 607, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 294 bytes
Line 
1SECTIONS
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}
Note: See TracBrowser for help on using the repository browser.