summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/non-c-lang-syms.s
blob: e849d9e16871f0e87b3c9f55af996618c5c70857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

main:
_main:
	nop

	.comm   _test_equiv.eq.1_, 16, 4
	.comm   _test_equiv.eq.100, 16, 5
	.comm   _test_equiv.eq._, 16, 6
	.comm   _test_equiv.eq., 16, 7

	.comm   _test$equiv.eq.1_, 16, 4
	.comm   _test$equiv.eq.100, 16, 5
	.comm   _test$equiv.eq._, 16, 6
	.comm   _test$equiv.eq., 16, 7