Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 01:08:19 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360679 - head/contrib/binutils/gas
Message-ID:  <202005060108.04618JLo042586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed May  6 01:08:19 2020
New Revision: 360679
URL: https://svnweb.freebsd.org/changeset/base/360679

Log:
  GNU as: print a deprecation warning on program start
  
  GNU as 2.17.50 will be removed before FreeBSD 13.

Modified:
  head/contrib/binutils/gas/as.c

Modified: head/contrib/binutils/gas/as.c
==============================================================================
--- head/contrib/binutils/gas/as.c	Wed May  6 00:44:03 2020	(r360678)
+++ head/contrib/binutils/gas/as.c	Wed May  6 01:08:19 2020	(r360679)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005060108.04618JLo042586>