summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/x86/clang_helpers_32.S
blob: dc16271bac70a6b840cd4ce23598eecbc36f3750 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * 32-bit assembly helpers for asm operations that lack support in both gcc and
 * clang. For example, clang asm does not support segment prefixes.
 */
.global dereference_seg_base
dereference_seg_base:
	mov %fs:(0), %eax
	ret

.section .note.GNU-stack,"",%progbits