blob: 75b594580947b59be18acdd1ec555b42a9218476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.text
.hidden a_func
.hidden b_func
.hidden c_func
.global a_func
.type a_func, %function
a_func:
b b_func
b extern_func
.zero 0x07000000
.include "gnu-note-properties-selectable-merged.inc"
|