summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/x86-64-split-stack-main.s
blob: 3be9facf51e9b74bb17ca2230773fce6094ff2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.text

	.global	non_split
	.type	non_split,@function
non_split:
	retq
	.size	non_split,. - non_split

	.global non_function_text_symbol
non_function_text_symbol:
	.byte 0x01
	.type	non_function_text_symbol,@STT_OBJECT
	.size	non_function_text_symbol, 1


	.section	.note.GNU-stack,"",@progbits
OpenPOWER on IntegriCloud