X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libgcc%2Fgeneric-morestack-thread.c;h=83a655012721655942c7b20a228acaa66314afef;hb=f4af2dde57992ae0d60a2077f4f0024327b8e6d5;hp=bbe6dd12b5a2835562e022fdcfaffb052835751b;hpb=852b75ed97493f2742b9747d08129eb5f255735c;p=gcc.git diff --git a/libgcc/generic-morestack-thread.c b/libgcc/generic-morestack-thread.c index bbe6dd12b5a..83a65501272 100644 --- a/libgcc/generic-morestack-thread.c +++ b/libgcc/generic-morestack-thread.c @@ -1,5 +1,5 @@ /* Thread library support for -fsplit-stack. */ -/* Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2009-2020 Free Software Foundation, Inc. Contributed by Ian Lance Taylor . This file is part of GCC. @@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "tm.h" #include "libgcc_tm.h" -/* If inhibit_libc is defined, we can not compile this file. The +/* If inhibit_libc is defined, we cannot compile this file. The effect is that people will not be able to use -fsplit-stack. That is much better than failing the build particularly since people will want to define inhibit_libc while building a compiler which