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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-m68hc11/] [far-hc12.ld] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
ENTRY(_start)
2
SECTIONS {
3
  .text 0xc000 : {
4
    *(.text)
5
  }
6
  .bank1 0x10000 : {
7
    *(.bank1)
8
  }
9
  .bank2 0x14000 : {
10
    *(.bank2)
11
  }
12
  .bank3 0x18000 : {
13
    *(.bank3)
14
  }
15
  .bss 0x2000 : {
16
    *(.bss)
17
  }
18
}

powered by: WebSVN 2.1.0

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