Home | History | Annotate | Download | only in ld-scripts
      1 defined = addr1;
      2 SECTIONS {
      3 	.text : { *(.text) }
      4 	. = ALIGN (0x1000);
      5 	.data : { *(.data) }
      6 	addr1  = ADDR (.data);
      7 }
      8