URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mep/] [mep1.ld] - Rev 286
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