summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/ifuncmod8.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/ifuncmod8.c')
-rw-r--r--sysdeps/x86_64/ifuncmod8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/ifuncmod8.c b/sysdeps/x86_64/ifuncmod8.c
index c00436799c..8225c4da12 100644
--- a/sysdeps/x86_64/ifuncmod8.c
+++ b/sysdeps/x86_64/ifuncmod8.c
@@ -1,5 +1,5 @@
/* Test IFUNC selector with floating-point parameters.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -28,6 +28,7 @@ foo_impl (float x)
}
void *
+inhibit_stack_protector
foo_ifunc (void)
{
__m128i xmm = _mm_set1_epi32 (-1);