[BACK]Return to version.cc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / gold

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/gold/version.cc between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2018/04/14 15:37:02 version 1.1.1.4, 2020/04/03 17:41:37
Line 1 
Line 1 
 // version.c -- print gold version information  // version.c -- print gold version information
   
 // Copyright (C) 2006-2016 Free Software Foundation, Inc.  // Copyright (C) 2006-2018 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.  // Written by Ian Lance Taylor <iant@google.com>.
   
 // This file is part of gold.  // This file is part of gold.
Line 36  namespace gold
Line 36  namespace gold
 // version number from configure.ac.  But it's easier to just change  // version number from configure.ac.  But it's easier to just change
 // this file for now.  // this file for now.
   
 static const char* version_string = "1.12";  static const char* version_string = "1.16";
   
 // Report version information.  // Report version information.
   
Line 62  print_version(bool print_short)
Line 62  print_version(bool print_short)
   if (!print_short)    if (!print_short)
     {      {
       // This output is intended to follow the GNU standards.        // This output is intended to follow the GNU standards.
       printf(_("Copyright (C) 2016 Free Software Foundation, Inc.\n"));        printf(_("Copyright (C) 2018 Free Software Foundation, Inc.\n"));
       printf(_("\        printf(_("\
 This program is free software; you may redistribute it under the terms of\n\  This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or (at your option) a later version.\n\  the GNU General Public License version 3 or (at your option) a later version.\n\

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>