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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-arm/] [discard-unwind.ld] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
/* Script for ld testsuite */
2
OUTPUT_ARCH(arm)
3
ENTRY(_start)
4
SECTIONS
5
{
6
  /* Read-only sections, merged into text segment: */
7
  PROVIDE (__executable_start = 0x8000); . = 0x8000;
8
  .text           :
9
  {
10
    *(.before)
11
    *(.text)
12
    *(.after)
13
    *(.ARM.extab*)
14
    *(.glue_7)
15
    *(.v4_bx)
16
  } =0
17
  /DISCARD/ : { *(.ARM.exidx*) }
18
  .ARM.attribues 0 : { *(.ARM.atttributes) }
19
}

powered by: WebSVN 2.1.0

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