summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-tic6x/got-reloc-global.s
blob: e6fb809a0fe0a36c7f1628d833f2d062cf4f54d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.text
.nocmp
	ldw .d2t2 *+B14($DSBT_index(__c6xabi_DSBT_BASE)), B14
	ldw .d2t1 *+B14($GOT(a)), A1

	.global a
	.section	.neardata,"aw",@progbits
	.align	2
	.type	a, @object
	.size	a, 4
a:
	.section	.note.GNU-stack