From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23426 invoked by alias); 9 Jan 2020 22:32:41 -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 23416 invoked by uid 89); 9 Jan 2020 22:32:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Received:2147, H*RU:209.85.210.65, HX-Spam-Relays-External:209.85.210.65, HX-HELO:sk:mail-ot X-HELO: mail-ot1-f65.google.com Received: from mail-ot1-f65.google.com (HELO mail-ot1-f65.google.com) (209.85.210.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Jan 2020 22:32:39 +0000 Received: by mail-ot1-f65.google.com with SMTP id 77so63786oty.6 for ; Thu, 09 Jan 2020 14:32:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=A7tPnL3+iOUClRXcf2zuU/k+KLkHnp2vx2KVelQd/hQ=; b=RfOfXLnA2qSprBBAKzCvJrSqCIjz5PE71+zOSt4HePtmg4p4m1su873PXchdoZrzw3 ALNmvmlSSpHELH79XycsSE/Pxm1W+/RxzM1J+AidDZLTkBoKRAXrwV+O7gLOaRwQpYYz NALjNTxF1xky4xQIi+/pLlwvpgLoml9npgWDBGj1ijgxA4o9X7fqeR+p+LY0aphp50iw JOpOIQ+gbK+wex6QOBFJ6JXG88ZhJTy59EJLoyYHKxbVfPzSYT+QJJjDKBRLmY3WmDcq gE6+i0oAmdcTXwwm662T05qcIO/PdMk+DRqjrul30TMMH3GgGSecF6DdF7VYYfgBw29N D1sg== MIME-Version: 1.0 References: <20191218190705.161582-1-cbiesinger@google.com> <20200102113102.GA4137@adacore.com> <87zhewxo9s.fsf@tromey.com> In-Reply-To: <87zhewxo9s.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Thu, 09 Jan 2020 22:32:00 -0000 Message-ID: Subject: Re: [PATCH v2] Don't define _FORTIFY_SOURCE on mingw To: Tom Tromey Cc: Christian Biesinger via gdb-patches , Joel Brobecker Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00224.txt.bz2 On Thu, Jan 9, 2020 at 4:23 PM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > >> If my understanding is correct, then I am OK with this patch, and > >> you can push it to both master and gdb-9-branch. Even if people > >> object to the approach, this patch doesn't make it any more difficult > >> to enhance the build to have fortify on by default. > > Christian> Let me know your thoughts on the above, especially the NEWS question. > > I think it is fine as-is, without a NEWS entry. > Please check it in. Thanks, pushed to master. OK for the gdb 9 branch too? To ssh://sourceware.org/git/binutils-gdb.git 3061113bf3..5f23a08201 HEAD -> master Christian