OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-arm/] [gc-unwind.s] - Diff between revs 38 and 156

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
@ Test -gc-sections and unwinding tables.  .data.eh should be pulled in
@ Test -gc-sections and unwinding tables.  .data.eh should be pulled in
@ via the EH tables, .data.foo should not.
@ via the EH tables, .data.foo should not.
.text
.text
.global _start
.global _start
.fnstart
.fnstart
_start:
_start:
bx lr
bx lr
.personality my_pr
.personality my_pr
.handlerdata
.handlerdata
.word 0
.word 0
.fnend
.fnend
 
 
.section .data.foo
.section .data.foo
my_foo:
my_foo:
.word 0x11111111
.word 0x11111111
 
 
.section .text.foo
.section .text.foo
.fnstart
.fnstart
foo:
foo:
bx lr
bx lr
.personality my_pr
.personality my_pr
.handlerdata
.handlerdata
.word my_foo
.word my_foo
.fnend
.fnend
 
 
.section .data.eh
.section .data.eh
my_eh:
my_eh:
.word 0x22222222
.word 0x22222222
 
 
.section .text.eh
.section .text.eh
.fnstart
.fnstart
my_pr:
my_pr:
bx lr
bx lr
.personality my_pr
.personality my_pr
.handlerdata
.handlerdata
.word my_eh
.word my_eh
.fnend
.fnend
 
 
 
 

powered by: WebSVN 2.1.0

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