1 2 3 4 5 6 7 8 9 10 11 12 13 14
.text .globl func2 .type func2,@function func2: bl foo2 bl bar2 ret .size func2, .-func2 .ifdef __split_gnu_properties__ .include "gnu-note-properties-selectable-split.inc" .else .include "gnu-note-properties-selectable-merged.inc" .endif