summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-vsb/define.s
blob: 3dc25ed718519570cad73d39884275d3d33de3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.data
	.globl protected
	.ifndef XCOFF_TEST
	.type protected,"object"
	.endif
protected:
	.globl hidden
	.ifndef XCOFF_TEST
	.type hidden,"object"
	.endif
hidden:
	.globl internal
	.ifndef XCOFF_TEST
	.type internal,"object"
	.endif
internal: