This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / ld / testsuite / ld-scripts / defined.t
index d1e4748..c1ef1b6 100644 (file)
@@ -1,5 +1,7 @@
 SECTIONS {
        .text : { *(.text) }
+       .data : { *(.data) }
+       .bss : { *(.bss) *(COMMON) }
 }
 value1 = DEFINED (defined) ? 1 : 2;
 value2 = DEFINED (undefined) ? 1 : 2;