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