1 @@ test st_value bit
0 of thumb function
2 @ RUN
: llvm-mc
%s
-triple
=armv4t-freebsd-eabi
-filetype
=obj
-o
- | \
3 @ RUN
: llvm-readobj
-r | FileCheck
%s
18 .section .data.rel.local,"aw",%progbits
23 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
25 @CHECK-NEXT
: Section
{{.*}} .rel.text {
26 @CHECK-NEXT
: 0x4 R_ARM_THM_CALL g
0x0
30 @@ make sure the relocation is with f. That is one way to make sure it includes
32 @CHECK-NEXT
: Section
({{.*}}) .rel.data.rel.local {
33 @CHECK-NEXT
: 0x0 R_ARM_ABS32 f
0x0