brintos

brintos / llvm-project-archived public Read only

0
0
Text · 835 B · 3e68c5a Raw
38 lines · plain
1@ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -r - \2@ RUN:     | FileCheck %s3@ RUN: llvm-mc -triple thumbv7-eabi -filetype obj -o - %s | llvm-readobj -r - \4@ RUN:     | FileCheck %s5 6	.syntax unified7 8	.section .text.r_arm_abs89 10	.byte abs8_0 -12811	.byte abs8_1 +25512 13@ CHECK: Section {{.*}} .rel.text.r_arm_abs8 {14@ CHECK:   0x0 R_ARM_ABS8 abs8_015@ CHECK:   0x1 R_ARM_ABS8 abs8_116@ CHECK: }17 18	.section .text.r_arm_abs1619 20	.short abs16_0 -3276821	.short abs16_1 +6553522 23@ CHECK: Section {{.*}} .rel.text.r_arm_abs16 {24@ CHECK:   0x0 R_ARM_ABS16 abs16_025@ CHECK:   0x2 R_ARM_ABS16 abs16_126@ CHECK: }27 28	.section .text.r_arm_sbrel3229 30	.word target(sbrel)31	.word target(SBREL)32 33@ CHECK: Section {{.*}} .rel.text.r_arm_sbrel32 {34@ CHECK:   0x0 R_ARM_SBREL32 target35@ CHECK:   0x4 R_ARM_SBREL32 target36@ CHECK: }37 38