File:  [DVB] / dietlibc / x86_64 / __CAS.S
Revision 1.2: download - view: text, annotated - select for diffs
Mon Jan 25 19:04:48 2016 UTC (8 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  plumbing to get preliminary PIE support for x86_64

.text
.global __CAS
#ifdef __PIE__
.hidden __CAS
#endif
.type __CAS,@function
__CAS:
	movq %rsi, %rax
	lock cmpxchgq %rdx, (%rdi)
	ret
.size __CAS, .-__CAS

LinuxTV legacy CVS <linuxtv.org/cvs>