aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/symbol2w.s
blob: 2452b2b4a9c475f3d682a1e85e00cae1e9e05dd3 (plain)
1
2
3
4
5
6
        .section        .gnu.warning,"a",@progbits
	.global Foo
        .type   Foo, @object
        .size   Foo, 20
Foo:
        .string "function 'Foo' used"