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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-tic6x/] [unwind.ld] - Rev 157

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

/* Script for unwinding ld tests */
SECTIONS
{
  /* Read-only sections, merged into text segment: */
  . = 0x8000;
  .text           :
  {
    *(.before)
    *(.text)
    *(.after)
    *(.c6xabi.extab*)
  } =0
  . = 0x9000;
  .c6xabi.exidx : { *(.c6xabi.exidx*) }
  . = 0xa000;
  .got            : { *(.got) *(.got.plt)}
  . = 0x12340000;
  .far : { *(.far) }
  .c6xabi.attribues 0 : { *(.c6xabi.atttributes) }
}

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.