From owner-svn-src-head@freebsd.org Wed Dec 16 17:41:30 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D50314C2DD3; Wed, 16 Dec 2020 17:41:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cx2Vf5fYxz3hb1; Wed, 16 Dec 2020 17:41:30 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f179.google.com with SMTP id p5so23322305iln.8; Wed, 16 Dec 2020 09:41:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BP6YRvOxpPQyFWkWDfA3yX/5Brl05ovfyJDG1F8sppA=; b=JIou+bYsusmeGcEpJ6YTbjtFlK/3UDPzYjrp+J9B+aU2xw/Ut47Wx9bNoAsjlIGuwu +b7Uv0LsoYAaUcxoDOayG2L/lL6CvlJtEdtW5foRzXQ4cD03WOaEcXCgfPON2EBgPdS4 DaGZQNBe/zIFLx43KdEuIWZvkp7VImtkzg4fZKGM4HsJfl4iVIDPeK7VIeh3O1NMCbSM yk9p7sEHcqQ/g3mMPDJopb7S1M/sSVyd50veFUwEs9UArq8x+WvVtcvjBzOzv2/JIodd rLCirGkS1q8o/RhOc0J80H+6YqpSLUrJU12ZYtMFtlTcwv/H7ZN2jUxvv2y0vV38Wmv0 w2jg== X-Gm-Message-State: AOAM532AoMRO7sfey1HKwU7ulYhT4AX5UTRy3V1mPBrdYd/HdSZCeVWl 01ynH57XCjaErQISOualG3Yj6yVjpT5IKNifB1+lbZBbHtA= X-Google-Smtp-Source: ABdhPJyX4KD8oesUBLRip0cAAPw3ehbrmuAYlHxxkNKkr0jhOCCNtCBVFZd+wyITBesoz0XnDy8O3hUBelIxVij5TsI= X-Received: by 2002:a92:8419:: with SMTP id l25mr46771606ild.100.1608140488598; Wed, 16 Dec 2020 09:41:28 -0800 (PST) MIME-Version: 1.0 References: <202012151744.0BFHiJfd093834@repo.freebsd.org> <7b56af12-94db-5ed0-1fc7-866d33a8b1e7@FreeBSD.org> In-Reply-To: <7b56af12-94db-5ed0-1fc7-866d33a8b1e7@FreeBSD.org> From: Ed Maste Date: Wed, 16 Dec 2020 12:41:16 -0500 Message-ID: Subject: Re: svn commit: r368667 - in head: . gnu/usr.bin gnu/usr.bin/binutils gnu/usr.bin/gdb tools/build/mk To: John Baldwin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Cx2Vf5fYxz3hb1 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 17:41:30 -0000 On Tue, 15 Dec 2020 at 18:25, John Baldwin wrote: > > On 12/15/20 9:44 AM, Ed Maste wrote: > > Author: emaste > > Date: Tue Dec 15 17:44:19 2020 > > New Revision: 368667 > > URL: https://svnweb.freebsd.org/changeset/base/368667 > > > > Log: > > Retire obsolete GDB 6.1.1 > > Are you going to remove the -gdwarf-2 bits from kern.mk now? Yes, soon. We probably need to change it to explicit -gdwarf-4 (not just remove it and rely on the compiler's default) as we'll see DWARF5 by default before long and will need to update ctfconvert again.