objdump: emit a deprecation notice at program start

PR:		212319
This commit is contained in:
Ed Maste 2020-03-27 19:39:14 +00:00
parent 93e59da238
commit e4c8ad744a

View File

@ -3248,6 +3248,8 @@ main (int argc, char **argv)
} }
} }
non_fatal (_("objdump 2.17.50 is deprecated in FreeBSD and will be removed"));
if (show_version) if (show_version)
print_version ("objdump"); print_version ("objdump");