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

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

Line No. Rev Author Line
1 205 julius
        .syntax unified
2
        .text
3
        @ section without unwind info
4
        .global _start
5
        .type _start, %function
6
_start:
7
        bl _before
8
 
9
        @ Section that will be placed first
10
        .section .before, "xa"
11
        .type _before, %function
12
_before:
13
        .fnstart
14
        .save {r4, lr}
15
        bx lr
16
        .fnend
17
 
18
        @ section that will be placed last
19
        .section .after, "xa"
20
        .global __aeabi_unwind_cpp_pr0
21
        .type __aeabi_unwind_cpp_pr0, %function
22
__aeabi_unwind_cpp_pr0:
23
        .fnstart
24
        .save {r4, lr}
25
        bx lr
26
        .fnend
27
 
28
        .section .far
29
        .word 0

powered by: WebSVN 2.1.0

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