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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-arm/] [thumb2-bl.s] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
@ Test to ensure that a Thumb-2 BL works with an offset that is
2
@ not permissable for Thumb-1.
3
 
4
        .arch armv7
5
        .global _start
6
        .syntax unified
7
 
8
@ We will place the section .text at 0x1000.
9
 
10
        .text
11
        .thumb_func
12
 
13
_start:
14
        bl bar
15
 
16
@ We will place the section .foo at 0x1001000.
17
 
18
        .section .foo, "xa"
19
        .thumb_func
20
 
21
bar:
22
        bx lr
23
 

powered by: WebSVN 2.1.0

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