From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69527 invoked by alias); 27 Dec 2018 00:55:18 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 69066 invoked by uid 89); 27 Dec 2018 00:55:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=removes X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Dec 2018 00:55:07 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 90ECF33E50; Wed, 26 Dec 2018 19:55:05 -0500 (EST) Received: from anthias.lan (179.181.185.203.dsl.dyn.mana.pf [203.185.181.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 576E233E4F; Wed, 26 Dec 2018 19:55:03 -0500 (EST) Date: Thu, 27 Dec 2018 03:13:00 -0000 From: Gerald Pfeifer To: Sam Tebbs cc: gcc-patches@gcc.gnu.org, nd@arm.com Subject: Re: [PATCH][GCC][DOC] Remove obsolete arm and aarch64 CPU names from invoke.texi In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg01691.txt.bz2 On Fri, 23 Nov 2018, Sam Tebbs wrote: > The mtune= documentation in doc/invoke.texi contains some obsolete CPU names > that have been removed from the Arm and AArch64 backends. This patch removes > them. I believe this should also be covered in the GCC 9 release notes at https://gcc.gnu.org/gcc-9/changes.html ? (See https://gcc.gnu.org/about.html for how to go about web changes.) Gerald