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/] [arm-call1.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 R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
# Test R_ARM_CALL and R_ARM_JUMP24 relocations and interworking
        .text
        .text
        .arch armv5t
        .arch armv5t
        .global _start
        .global _start
_start:
_start:
        bl arm
        bl arm
        bl t1
        bl t1
        bl t2
        bl t2
        bl t5
        bl t5
        blx t1
        blx t1
        blx t2
        blx t2
        b t1
        b t1
        b t2
        b t2
        blne t1
        blne t1
        blne t2
        blne t2
        blne arm
        blne arm
        blx arm
        blx arm
        blx thumblocal
        blx thumblocal
        .thumb
        .thumb
thumblocal:
thumblocal:
        bx lr
        bx lr
        .global t3
        .global t3
        .thumb_func
        .thumb_func
t3:
t3:
        bx lr
        bx lr
        .global t4
        .global t4
        .thumb_func
        .thumb_func
t4:
t4:
        bx lr
        bx lr
        nop
        nop
 
 

powered by: WebSVN 2.1.0

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