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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mmix/] [pr12815-1.ld] - Rev 157

Compare with Previous | Blame | View Log

OUTPUT_FORMAT("binary")
ENTRY(start)
SECTIONS
{
    . = 0x8000000000100000;
    .text : AT(ADDR(.text) - 0x8000000000100000)
    {
        *(.text)
        *(.data)
        *(.rodata*)
        *(COMMON*)
        *(.bss*)
    }
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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