source: trunk/binutils/ld/testsuite/ld-scripts/defined.t

Last change on this file was 10, 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: 161 bytes
Line 
1SECTIONS {
2 .text : { *(.text) }
3 .data : { *(.data) }
4 .bss : { *(.bss) *(COMMON) }
5}
6value1 = DEFINED (defined) ? 1 : 2;
7value2 = DEFINED (undefined) ? 1 : 2;
Note: See TracBrowser for help on using the repository browser.