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] - Blame information for rev 157

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 157 khays
OUTPUT_FORMAT("binary")
2
ENTRY(start)
3
SECTIONS
4
{
5
    . = 0x8000000000100000;
6
    .text : AT(ADDR(.text) - 0x8000000000100000)
7
    {
8
        *(.text)
9
        *(.data)
10
        *(.rodata*)
11
        *(COMMON*)
12
        *(.bss*)
13
    }
14
}

powered by: WebSVN 2.1.0

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