summaryrefslogtreecommitdiff
path: root/src/util/fipstools/delocate/testdata/x86_64-LabelRewrite/in2.s
blob: 7a5a55105fc32a26d16a7fc1e168000c0c856fa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	# References to local labels are rewrittenn in subsequent files.
.Llocal_label:
	jbe .Llocal_label
	leaq .Llocal_label+2048(%rip), %r14
	leaq .Llocal_label+2048+1024(%rip), %r14

	.section .rodata
.L1:
	.quad 42
.L2:
	.quad .L2-.L1