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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [arm-lib.s] - Blame information for rev 157

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

Line No. Rev Author Line
1 33 khays
        .text
2
 
3
        .globl lib_func1
4
        .type lib_func1, %function
5
lib_func1:
6
        mov     ip, sp
7
        stmdb   sp!, {r11, ip, lr, pc}
8
        bl      app_func2
9
        ldmia   sp, {r11, sp, lr}
10
        bx lr
11
        .size lib_func1, . - lib_func1
12
 
13
        .globl lib_func2
14
        .type lib_func2, %function
15
lib_func2:
16
        bx lr
17
        .size lib_func2, . - lib_func2
18
 
19
        .data
20
        .globl data_obj
21
        .type data_obj, %object
22
data_obj:
23
        .long 0
24
        .size data_obj, . - data_obj

powered by: WebSVN 2.1.0

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