Home | History | Annotate | Download | only in ld-nds32
      1 SECTIONS
      2 {
      3   .text 0x0 : {
      4     * (.text .text.*);
      5   }
      6 
      7   .data 0x3000 : {
      8     * (.data .data.*);
      9   }
     10   _SDA_BASE_ = 0x1000;
     11 }
     12