summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-pe/image_size.s
blob: 3b56d7f1aa981e5bba40ce1d837dfb601caf8b3e (plain)
1
2
3
4
5
6
7
8
	.text
	.global _start
_start:
	.byte 1
	.global data
	.data
data:
	.byte 2