1        .eabi_attribute 6, 0  @Tag_CPU_arch, 0 means pre-v4.
2        .file   "f.c"
3        .text
4        .align  2
5        .global foo
6        .type   foo, %function
7foo:
8        bx      lr
9