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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-m68hc11/] [far-hc12.ld] - Rev 840

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

ENTRY(_start)
SECTIONS {
  .text 0xc000 : {
    *(.text)
  }
  .bank1 0x10000 : {
    *(.bank1)
  }
  .bank2 0x14000 : {
    *(.bank2)
  }
  .bank3 0x18000 : {
    *(.bank3)
  }
  .bss 0x2000 : {
    *(.bss)
  }
}

Go to most recent revision | 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.