Date: Fri, 27 Mar 2020 13:10:01 -0700 From: Ravi Pokala <rpokala@freebsd.org> To: Ed Maste <emaste@FreeBSD.org>, <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@freebsd.org> Subject: Re: svn commit: r359377 - head/contrib/binutils/binutils Message-ID: <F6120192-D3C0-491B-9CB5-E171BB1481FB@panasas.com> In-Reply-To: <202003271939.02RJdEvO054111@repo.freebsd.org> References: <202003271939.02RJdEvO054111@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I note there's no version on that deprecation notice...?
-Ravi
=EF=BB=BF-----Original Message-----
From: <owner-src-committers@freebsd.org> on behalf of Ed Maste <emaste@Free=
BSD.org>
Date: 2020-03-27, Friday at 12:39
To: <src-committers@freebsd.org>, <svn-src-all@freebsd.org>, <svn-src-head@=
freebsd.org>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F6120192-D3C0-491B-9CB5-E171BB1481FB>
