From owner-svn-src-head@freebsd.org Fri Mar 27 20:18:01 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 BBD48260619; Fri, 27 Mar 2020 20:18:01 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48ptT34Y8Hz4DRv; Fri, 27 Mar 2020 20:17:59 +0000 (UTC) (envelope-from rpokala@freebsd.org) Received: from [192.168.1.10] (c-98-207-126-143.hsd1.ca.comcast.net [98.207.126.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: rpokala) by smtp.freebsd.org (Postfix) with ESMTPSA id A8D585C66; Fri, 27 Mar 2020 20:10:04 +0000 (UTC) (envelope-from rpokala@freebsd.org) User-Agent: Microsoft-MacOutlook/16.35.20030802 Date: Fri, 27 Mar 2020 13:10:01 -0700 Subject: Re: svn commit: r359377 - head/contrib/binutils/binutils From: Ravi Pokala To: Ed Maste , , , Message-ID: Thread-Topic: svn commit: r359377 - head/contrib/binutils/binutils References: <202003271939.02RJdEvO054111@repo.freebsd.org> In-Reply-To: <202003271939.02RJdEvO054111@repo.freebsd.org> Mime-version: 1.0 Content-type: text/plain; charset="UTF-8" Content-transfer-encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 27 Mar 2020 20:18:02 -0000 I note there's no version on that deprecation notice...? -Ravi =EF=BB=BF-----Original Message----- From: on behalf of Ed Maste Date: 2020-03-27, Friday at 12:39 To: , , Subject: svn commit: r359377 - head/contrib/binutils/binutils Author: emaste Date: Fri Mar 27 19:39:14 2020 New Revision: 359377 URL: https://svnweb.freebsd.org/changeset/base/359377 =20 Log: objdump: emit a deprecation notice at program start =20 PR: 212319 =20 Modified: head/contrib/binutils/binutils/objdump.c =20 Modified: head/contrib/binutils/binutils/objdump.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D --- head/contrib/binutils/binutils/objdump.c Fri Mar 27 19:17:45 2020 (= r359376) +++ head/contrib/binutils/binutils/objdump.c Fri Mar 27 19:39:14 2020 (= r359377) @@ -3248,6 +3248,8 @@ main (int argc, char **argv) } } =20 + non_fatal (_("objdump 2.17.50 is deprecated in FreeBSD and will be r= emoved")); + if (show_version) print_version ("objdump"); =20 =20