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-scripts/] [script.t] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
SECTIONS
SECTIONS
{
{
  .text 0x100 : {
  .text 0x100 : {
    text_start = .;
    text_start = .;
    *(.text)
    *(.text)
    *(.pr)
    *(.pr)
    text_end = .;
    text_end = .;
  }
  }
  . = 0x1000;
  . = 0x1000;
  .data : {
  .data : {
    data_start = .;
    data_start = .;
    *(.data)
    *(.data)
    *(.rw)
    *(.rw)
    data_end = .;
    data_end = .;
  }
  }
}
}
 
 

powered by: WebSVN 2.1.0

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