URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mep/] [mep1.ld] - Rev 332
Go to most recent revision | Compare with Previous | Blame | View Log
SECTIONS
{
/* This is beyond the normal range of a PCREL24 (bsr) relocation. */
. = 0x100000;
.text1 : { *(.text1) }
. = 0x900000;
.text2 : { *(.text2) }
}
Go to most recent revision | Compare with Previous | Blame | View Log