From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) by sourceware.org (Postfix) with ESMTPS id 4AF393858416 for ; Thu, 21 Oct 2021 19:04:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4AF393858416 Received: by mail-qt1-x82e.google.com with SMTP id t16so1452642qto.5 for ; Thu, 21 Oct 2021 12:04:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=X//GHtb04s+BeB4eBS68q3hS/4IljTSNEwDb5rnOv9s=; b=DcB2T4NwX3n/JZBvn39ysywW4SaEkFL+BMBxm8VEO5ZClSHeW6ktwNEBIQltTDbLBe w3vs2m8VlCEPhbphFyrqx2WwDjrczJNFeAte6cf6vTW2xk62c7Vm0PMaePmlfJestXIz DA0l4fLkbNjQEOxhhhbcO2ptuO3LJBXnJmCLGRXWb4LTuxwvZQ4M9++STX+1crr0shNO sORrFEUNzR3iI7QyN9InAV3UmxjSNw9/rPLb8j+Z4UQ1imWgLgPC851PkA4EmJfF0vVW rh6807TMIa2xa7eptC78/6wAtTGvbkznFF0TWsXHPA+c7/ar5zpxHjSN4zsqk3QZLLut Zl8g== X-Gm-Message-State: AOAM530NttZvNL4bJP98OHpPYhisLBot6PVVcK2BXHZnj3qy700qtsTt cotzD1mtpPB6pPWfftBCDBi28aKFrFRDu3/4w8ie2ZcoILI= X-Google-Smtp-Source: ABdhPJzwoquDilFnnoYJtGxM919efl6DfsKuUudYGUJ1p2E00DUDQu7qyVLuADZPp6IhuCqVKpf/z9nyNYhpF8ADw0E= X-Received: by 2002:a05:622a:94:: with SMTP id o20mr8062613qtw.169.1634843094931; Thu, 21 Oct 2021 12:04:54 -0700 (PDT) MIME-Version: 1.0 References: <20211021164722.500302-1-hjl.tools@gmail.com> In-Reply-To: <20211021164722.500302-1-hjl.tools@gmail.com> From: Uros Bizjak Date: Thu, 21 Oct 2021 21:04:43 +0200 Message-ID: Subject: Re: [PATCH] x86: Document -fcf-protection requires i686 or newer To: "H.J. Lu" Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2021 19:05:00 -0000 On Thu, Oct 21, 2021 at 6:47 PM H.J. Lu wrote: > > PR target/98667 > * doc/invoke.texi: Document -fcf-protection requires i686 or > new. Obvious patch? Uros. > --- > gcc/doc/invoke.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi > index c66a25fcd69..71992b8c597 100644 > --- a/gcc/doc/invoke.texi > +++ b/gcc/doc/invoke.texi > @@ -15542,7 +15542,8 @@ which functions and calls should be skipped from instrumentation > (@pxref{Function Attributes}). > > Currently the x86 GNU/Linux target provides an implementation based > -on Intel Control-flow Enforcement Technology (CET). > +on Intel Control-flow Enforcement Technology (CET) which works for > +i686 processor or newer. > > @item -fstack-protector > @opindex fstack-protector > -- > 2.32.0 >