source:
trunk/binutils/ld/testsuite/ld-scripts/defined.t
Last change on this file was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 161 bytes |
Line | |
---|---|
1 | SECTIONS { |
2 | .text : { *(.text) } |
3 | .data : { *(.data) } |
4 | .bss : { *(.bss) *(COMMON) } |
5 | } |
6 | value1 = DEFINED (defined) ? 1 : 2; |
7 | value2 = DEFINED (undefined) ? 1 : 2; |
Note:
See TracBrowser
for help on using the repository browser.