aboutsummaryrefslogblamecommitdiff
path: root/test/MC/ARM/thumb1-branch-reloc.s
blob: c599389d1c2dc75a69554a8b7ffb3227d475efa9 (plain) (tree)




















                                                                               
@ RUN: llvm-mc -triple thumbv6-eabi -filetype obj -o - %s | llvm-readobj -r - \
@ RUN:     | FileCheck %s

        .syntax unified

        .extern h
        .section .text.uncond

        b h
        
@CHECK: Section {{.*}} .rel.text.uncond {
@CHECK:   0x0 R_ARM_THM_JUMP11
@CHECK: }
        .section .text.cond

        ble h

@CHECK: Section {{.*}} .rel.text.cond {
@CHECK:   0x0 R_ARM_THM_JUMP8
@CHECK: }