]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/i686/stack-aliasing.h
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / i386 / i686 / stack-aliasing.h
index d49a92b580593a02a8c79ff37cf3963652fcae2b..dad3aad27db457d93a07a628c583464ea470ca3b 100644 (file)
@@ -1,5 +1,5 @@
 /* Define macros for stack address aliasing issues for NPTL.  i686 version.
-   Copyright (C) 2014-2015 Free Software Foundation, Inc.
+   Copyright (C) 2014-2019 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
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
-
-/* It turns out that stack coloring is in general not good on P4s.  Some
-   applications will benefit.  We will probably have a configuration option
-   at some point.  To enable coloring, set this to 128.  */
-#define COLORING_INCREMENT      0
+   <https://www.gnu.org/licenses/>.  */
 
 /* What is useful is to avoid the 64k aliasing problem which reliably
    happens if all stacks use sizes which are a multiple of 64k.  Tell