From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16546 invoked by alias); 12 Jan 2019 10:50:08 -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 16526 invoked by uid 89); 12 Jan 2019 10:50:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:280, HX-Received:Sat, hua, Hua X-HELO: mail-ot1-f54.google.com Received: from mail-ot1-f54.google.com (HELO mail-ot1-f54.google.com) (209.85.210.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Jan 2019 10:50:07 +0000 Received: by mail-ot1-f54.google.com with SMTP id t5so15450766otk.1 for ; Sat, 12 Jan 2019 02:50:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=G8Qd6US6sMaZtFlPOZQ9L6nwOH9bzLPhzzl4Y/xgdEc=; b=A554cmJ4vUddt5baxaDwRhWgJW3K0VgEHqJxYIUPGBPTjwPkTTbLgGLb9o8giB0jwO g3z6cjxScprZVvtlDPGkQV+xP/94QosD7f1kRtKykqV4CQQSZr76r7sou8zi6Vh0JSzY ugIhFThTrzrYcNbAePF0QhHYln5wadOrmQ1DKHmK0fjfwN/4oQb5Pds1Jjdk8O0txZd1 /++vZwuHnXbFGzzmvNXfLy7mviPadl3RCXdIOCg6i7Ld5q+7iv7wtrg6Imzawvm3kBzV SqY8LgJ9yC4gc1J4ldTOOWyv8d1yZeNFqmG0z2S+qc2MT6CXqtdeZNa023R1Sjg0tGwL f96Q== MIME-Version: 1.0 References: In-Reply-To: From: Paul Hua Date: Sat, 12 Jan 2019 10:50:00 -0000 Message-ID: Subject: Re: [wwwdoc][Patch] Mention Loongson 3a1000 3a2000 3a3000 2k1000 support in gcc9 To: Gerald Pfeifer , gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00694.txt.bz2 ping? On Mon, Dec 31, 2018 at 6:27 PM Paul Hua wrote: > > Hi Gerald, > > The attached patch mention Loongson 3a1000 3a2000 3a3000 2k1000 support in gcc9. > > ok for commit?