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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [arm_cortex_a8_blx.s] - Blame information for rev 27

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
        .syntax unified
2
        .cpu    cortex-a8
3
 
4
        .text
5
        .align  12
6
 
7
_start:
8
        .type   _start,%function
9
        bx      lr
10
        .size   _start,.-_start
11
 
12
        .align  8
13
        .global _func
14
        .type   _func,%function
15
_func:
16
        bx      lr
17
        .size   _func,.-_func
18
 
19
        .align  11
20
        .space  2042
21
 
22
        .align  1
23
        .thumb
24
        .global _test
25
        .type   _test,%function
26
_test:
27
        add.w   r0, r0, 0
28
        blx     _func
29
        .size   _test,.-_test
30
 
31
# We have no mapping symbols for stubs.  This make the disassembler
32
# list the stub correctly in ARM mode.
33
        .arm

powered by: WebSVN 2.1.0

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