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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-scripts/] [defined.t] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
SECTIONS {
2
        .text : { *(.text) }
3
        .data : { *(.data) }
4
        .bss : { *(.bss) *(COMMON) }
5
}
6
value1 = DEFINED (defined) ? 1 : 2;
7
value2 = DEFINED (undefined) ? 1 : 2;

powered by: WebSVN 2.1.0

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