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

Subversion Repositories ion

[/] [ion/] [trunk/] [src/] [ion_noxram.lds] - Diff between revs 2 and 34

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

Rev 2 Rev 34
Line 46... Line 46...
    PROVIDE (etext = .);
    PROVIDE (etext = .);
 
 
 
 
    /**** Put all data, including read-only, at DATA area */
    /**** Put all data, including read-only, at DATA area */
 
 
    .data 0x00010000 : {
    .data 0x80000000 : {
        _fdata = . ;
        _fdata = . ;
        * (.data);
        * (.data);
        * (.data.*);
        * (.data.*);
 
 
        /* Conventionally, symbol _gp points to the middle of a 64K area at the
        /* Conventionally, symbol _gp points to the middle of a 64K area at the

powered by: WebSVN 2.1.0

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