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/] [gc-unwind.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
@ Test -gc-sections and unwinding tables.  .data.eh should be pulled in
2
@ via the EH tables, .data.foo should not.
3
.text
4
.global _start
5
.fnstart
6
_start:
7
bx lr
8
.personality my_pr
9
.handlerdata
10
.word 0
11
.fnend
12
 
13
.section .data.foo
14
my_foo:
15
.word 0x11111111
16
 
17
.section .text.foo
18
.fnstart
19
foo:
20
bx lr
21
.personality my_pr
22
.handlerdata
23
.word my_foo
24
.fnend
25
 
26
.section .data.eh
27
my_eh:
28
.word 0x22222222
29
 
30
.section .text.eh
31
.fnstart
32
my_pr:
33
bx lr
34
.personality my_pr
35
.handlerdata
36
.word my_eh
37
.fnend
38
 

powered by: WebSVN 2.1.0

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