OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [mips/] [idtecoff.ld] - Diff between revs 39 and 56

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 56
Line 34... Line 34...
  .text : {
  .text : {
     _ftext = . ;
     _ftext = . ;
    *(.init)
    *(.init)
     eprol  =  .;
     eprol  =  .;
    *(.text)
    *(.text)
 
    *(.text.*)
 
    *(.gnu.linkonce.t*)
    *(.mips16.fn.*)
    *(.mips16.fn.*)
    *(.mips16.call.*)
    *(.mips16.call.*)
    PROVIDE (__runtime_reloc_start = .);
    PROVIDE (__runtime_reloc_start = .);
    *(.rel.sdata)
    *(.rel.sdata)
    PROVIDE (__runtime_reloc_stop = .);
    PROVIDE (__runtime_reloc_stop = .);
Line 46... Line 48...
     _etext  =  .;
     _etext  =  .;
  }
  }
  . = .;
  . = .;
  .rdata : {
  .rdata : {
    *(.rdata)
    *(.rdata)
 
    *(.rodata)
 
    *(.rodata.*)
 
    *(.gnu.linkonce.r*)
  }
  }
   _fdata = ALIGN(16);
   _fdata = ALIGN(16);
  .data : {
  .data : {
    *(.data)
    *(.data)
 
    *(.data.*)
 
    *(.gnu.linkonce.d*)
    CONSTRUCTORS
    CONSTRUCTORS
  }
  }
  . = ALIGN(8);
  . = ALIGN(8);
  _gp = . + 0x8000;
  _gp = . + 0x8000;
  __global = _gp;
  __global = _gp;
Line 63... Line 70...
  .lit4 : {
  .lit4 : {
    *(.lit4)
    *(.lit4)
  }
  }
  .sdata : {
  .sdata : {
    *(.sdata)
    *(.sdata)
 
    *(.sdata.*)
 
    *(.gnu.linkonce.s*)
  }
  }
  . = ALIGN(4);
  . = ALIGN(4);
   edata  =  .;
   edata  =  .;
   _edata  =  .;
   _edata  =  .;
   _fbss = .;
   _fbss = .;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.