aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/pr19167a.s
blob: 73a0a27680914926195e5a45d740b9b7fa5b2ed1 (plain)
1
2
3
4
5
6
7
8
9
10
.globl _start
_start:
  .ifdef UNDERSCORE
	.dc.a	___start__foo
  .else
	.dc.a	__start__foo
  .endif
	.section	_foo,"aw",%progbits
foo:
	.ascii "This is "