fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-scripts / defined.t
blobc1ef1b6a798b00ec1d21c319bd724de3e83c1834
1 SECTIONS {
2         .text : { *(.text) }
3         .data : { *(.data) }
4         .bss : { *(.bss) *(COMMON) }
6 value1 = DEFINED (defined) ? 1 : 2;
7 value2 = DEFINED (undefined) ? 1 : 2;