[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / MC / ARM / arm-elf-relocations.s
index 13d9d2b1e1b176841cb0f2242f33e53c185bc201..4059591d95b18dc85f40642989684ada2fc05731 100644 (file)
 @ CHECK: Section {{.*}} .rel.text.r_arm_abs16 {
 @ CHECK:   0x0 R_ARM_ABS16 abs16_0 0x0
 @ CHECK:   0x2 R_ARM_ABS16 abs16_1 0x0
+@ CHECK: }
+
+       .section .text.r_arm_sbrel32
+
+       .word target(sbrel)
+       .word target(SBREL)
+
+@ CHECK: Section {{.*}} .rel.text.r_arm_sbrel32 {
+@ CHECK:   0x0 R_ARM_SBREL32 target 0x0
+@ CHECK:   0x4 R_ARM_SBREL32 target 0x0
 @ CHECK: }