blob: 30d225d4dec80ab454da15787023a1096c73606b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#name: Warn with one missing GNU NOTE BTI input
#source: property-bti-pac2.s
#source: property-bti-pac1.s
#as: -mabi=lp64 -defsym __property_pac__=1
#ld: -shared --force-bti
#warning: .*property-bti-pac2.*: warning: BTI turned on by --force-bti.*$
#readelf: -n
# Should warn about the missing input BTI NOTE but should
# still mark output as BTI
Displaying notes found in: .note.gnu.property
Owner Data size Description
GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0
Properties: AArch64 feature: BTI, PAC
|