From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130029 invoked by alias); 18 Jun 2018 09:23:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 130005 invoked by uid 89); 18 Jun 2018 09:23:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=enable-cet, H*r:sk:AECDH-A, Joshua, Supply X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Jun 2018 09:23:00 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D9C984001388; Mon, 18 Jun 2018 09:22:58 +0000 (UTC) Received: from [10.36.117.228] (ovpn-117-228.ams2.redhat.com [10.36.117.228]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8EF847C5F; Mon, 18 Jun 2018 09:22:57 +0000 (UTC) Subject: Re: [PATCH 1/4] config: Sync with GCC To: Simon Marchi , gdb-patches@sourceware.org, binutils@sourceware.org Cc: Alan Modra , Joseph Myers , Simon Marchi References: <20180616030744.12913-1-simon.marchi@polymtl.ca> <20180616030744.12913-2-simon.marchi@polymtl.ca> From: Nick Clifton Openpgp: preference=signencrypt Message-ID: <49c89b78-5ff0-fbb9-8379-5c609633a3e1@redhat.com> Date: Mon, 18 Jun 2018 09:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180616030744.12913-2-simon.marchi@polymtl.ca> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00439.txt.bz2 Hi Simon, > config/ChangeLog: > > Sync with GCC > 2018-06-08 Martin Liska > > * bootstrap-mpx.mk: Remove. > > 2018-05-10 Martin Liska > > PR bootstrap/64914 > * bootstrap-ubsan.mk: Define UBSAN_BOOTSTRAP. > > 2018-05-09 Joshua Watt > > * ax_pthread.m4: Add file. > > 2018-05-08 Richard Biener > > PR bootstrap/85571 > * bootstrap-lto-noplugin.mk: Disable compare. > * bootstrap-lto.mk: Supply contrib/compare-lto for do-compare. > > 2018-04-24 H.J. Lu > > PR bootstrap/85490 > * bootstrap-cet.mk (STAGE4_CFLAGS): New. > > 2018-04-24 H.J. Lu > > PR target/85485 > * bootstrap-cet.mk (STAGE2_CFLAGS): Remove -mcet. > (STAGE3_CFLAGS): Likewise. > > 2018-04-24 H.J. Lu > > PR target/85485 > * cet.m4 (GCC_CET_FLAGS): Replace -mcet with -mshstk. > > 2018-04-19 Jakub Jelinek > > * cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace > --enable-cet=default with --enable-cet=auto. > > 2018-04-18 David Malcolm > > PR jit/85384 > * acx.m4 (GCC_BASE_VER): Remove \$\$ from sed expression. Approved - please apply. Cheers Nick