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/] [thumb2-bl-as-thumb1-bad.s] - Diff between revs 38 and 156

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

Rev 38 Rev 156
@ Test to ensure that a Thumb-1 BL with a Thumb-2-only offset fails.
@ Test to ensure that a Thumb-1 BL with a Thumb-2-only offset fails.
 
 
        .arch armv5t
        .arch armv5t
        .global _start
        .global _start
        .syntax unified
        .syntax unified
 
 
@ We will place the section .text at 0x1000.
@ We will place the section .text at 0x1000.
 
 
        .text
        .text
        .thumb_func
        .thumb_func
 
 
_start:
_start:
        bl bar
        bl bar
 
 
@ We will place the section .foo at 0x401004.
@ We will place the section .foo at 0x401004.
 
 
        .section .foo, "xa"
        .section .foo, "xa"
        .thumb_func
        .thumb_func
 
 
bar:
bar:
        bx lr
        bx lr
 
 
 
 

powered by: WebSVN 2.1.0

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