GNU as: print a deprecation warning on program start

GNU as 2.17.50 will be removed before FreeBSD 13.
This commit is contained in:
Ed Maste 2020-05-06 01:08:19 +00:00
parent 04d6c514b0
commit 6fd36c3b7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=360679

View File

@ -1089,6 +1089,7 @@ main (int argc, char ** argv)
expandargv (&argc, &argv);
START_PROGRESS (myname, 0);
fprintf (stderr, _("warning: as 2.17.50 is deprecated in FreeBSD and will be removed\n"));
#ifndef OBJ_DEFAULT_OUTPUT_FILE_NAME
#define OBJ_DEFAULT_OUTPUT_FILE_NAME "a.out"