3 .section .text.answer,"ax",%progbits
6 .type answer, %function
13 .size answer, .-answer
15 # Check that we can handle an empty .text section
16 .section .text.empty,"ax",%progbits
19 .type empty, %function
26 # Check that no dynamic relocations for __exidx_start and __exidx_stop
30 .word __exidx_start(got)
31 .word __exidx_end(got)