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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [arm/] [bl-local-v4t.s] - Blame information for rev 205

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        .text
2
        .arch armv4t
3
        .syntax unified
4
        .thumb
5
one:
6
        bl      foo2  @ bl foo2 with reloc.
7
        beq     foo   @ beq foo with reloc.
8
        b       foo   @ branch foo with reloc.
9
        bl      fooundefarm
10
        bl      fooundefthumb
11
        .thumb
12
        .type foo, %function
13
        .thumb_func
14
foo:
15
        nop
16
        nop
17
fooundefthumb:
18
        nop
19
        .type foo2, %function
20
        .arm
21
        .align  2
22
foo2:
23
        nop
24
fooundefarm:
25
        nop

powered by: WebSVN 2.1.0

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