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

Subversion Repositories potato

[/] [potato/] [trunk/] [benchmarks/] [benchmark.ld] - Diff between revs 13 and 58

Show entire file | Details | Blame | View Log

Rev 13 Rev 58
Line 11... Line 11...
 
 
ENTRY(_start);
ENTRY(_start);
 
 
SECTIONS
SECTIONS
{
{
        .text 0x0 :
        .text 0x100 :
        {
        {
                *(.init*)
                *(.init)
                *(.text*)
                *(.text*)
                __text_end = .;
                __text_end = .;
        }
        }
 
 
        .data 0x2000 : AT(ADDR(.text) + SIZEOF(.text))
        .data 0x2000 : AT(ADDR(.text) + SIZEOF(.text))

powered by: WebSVN 2.1.0

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