diff options
Diffstat (limited to 'sysdeps/x86_64/dl-trampoline.h')
-rw-r--r-- | sysdeps/x86_64/dl-trampoline.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/x86_64/dl-trampoline.h b/sysdeps/x86_64/dl-trampoline.h index dd6d7c7835..c97c71d90b 100644 --- a/sysdeps/x86_64/dl-trampoline.h +++ b/sysdeps/x86_64/dl-trampoline.h @@ -204,14 +204,10 @@ _dl_runtime_profile: /* Actively align the La_x86_64_regs structure. */ and $-VEC_SIZE, %RSP_LP -# if defined HAVE_AVX_SUPPORT || defined HAVE_AVX512_ASM_SUPPORT /* sizeof(La_x86_64_regs). Need extra space for 8 SSE registers to detect if any xmm0-xmm7 registers are changed by audit module. */ sub $(LR_SIZE + XMM_SIZE*8), %RSP_LP -# else - sub $LR_SIZE, %RSP_LP # sizeof(La_x86_64_regs) -# endif movq %rsp, 24(%rbx) /* Fill the La_x86_64_regs structure. */ |