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/] [mixed-app.s] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
        .text
        .text
        .p2align 4
        .p2align 4
        .globl _start
        .globl _start
_start:
_start:
        mov     ip, sp
        mov     ip, sp
        stmdb   sp!, {r11, ip, lr, pc}
        stmdb   sp!, {r11, ip, lr, pc}
        bl      app_func
        bl      app_func
        ldmia   sp, {r11, sp, lr}
        ldmia   sp, {r11, sp, lr}
        bx lr
        bx lr
 
 
        .p2align 4
        .p2align 4
        .globl app_func
        .globl app_func
        .type app_func,%function
        .type app_func,%function
app_func:
app_func:
        mov     ip, sp
        mov     ip, sp
        stmdb   sp!, {r11, ip, lr, pc}
        stmdb   sp!, {r11, ip, lr, pc}
        bl      lib_func1
        bl      lib_func1
        ldmia   sp, {r11, sp, lr}
        ldmia   sp, {r11, sp, lr}
        bx lr
        bx lr
 
 
        .p2align 4
        .p2align 4
        .globl app_func2
        .globl app_func2
        .type app_func2,%function
        .type app_func2,%function
app_func2:
app_func2:
        bx      lr
        bx      lr
 
 
        .p2align 4
        .p2align 4
        .globl app_tfunc
        .globl app_tfunc
        .type app_tfunc,%function
        .type app_tfunc,%function
        .thumb_func
        .thumb_func
        .code 16
        .code 16
app_tfunc:
app_tfunc:
        push    {lr}
        push    {lr}
        bl      lib_func2
        bl      lib_func2
        pop     {pc}
        pop     {pc}
        bx      lr
        bx      lr
 
 
        .data
        .data
        .long data_obj
        .long data_obj
 
 

powered by: WebSVN 2.1.0

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