summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/wrap-with-archive.s
blob: 93aaddc8806a3af920f31cc20e5a872a95eabc94 (plain)
1
2
3
4
5
.global __executable_start
.global __wrap_get_executable_start

__wrap_get_executable_start:	
	movabs $__executable_start,%rdx
OpenPOWER on IntegriCloud