1 SECTIONS 2 { 3 .data : 4 { 5 LONG (foo) 6 LONG (bar) 7 *(.data) 8 } 9 foo = .; 10 bar = .; 11 } 12