Subversion Repositories Kolibri OS

Rev

Rev 5199 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5199 Rev 6324
Line 1... Line 1...
1
/* ldver.c -- Print linker version.
1
/* ldver.c -- Print linker version.
2
   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002,
-
 
3
   2003, 2005, 2007, 2008, 2009, 2010, 2011, 2012, 2013
-
 
4
   Free Software Foundation, Inc.
2
   Copyright (C) 1991-2015 Free Software Foundation, Inc.
Line 5... Line 3...
5
 
3
 
Line 6... Line 4...
6
   This file is part of the GNU Binutils.
4
   This file is part of the GNU Binutils.
7
 
5
 
Line 38... Line 36...
38
  /* Output for noisy == 2 is intended to follow the GNU standards.  */
36
  /* Output for noisy == 2 is intended to follow the GNU standards.  */
39
  fprintf (stdout, _("GNU ld %s\n"), BFD_VERSION_STRING);
37
  fprintf (stdout, _("GNU ld %s\n"), BFD_VERSION_STRING);
Line 40... Line 38...
40
 
38
 
41
  if (noisy & 2)
39
  if (noisy & 2)
42
    {
40
    {
43
      printf (_("Copyright 2013 Free Software Foundation, Inc.\n"));
41
      printf (_("Copyright (C) 2015 Free Software Foundation, Inc.\n"));
44
      printf (_("\
42
      printf (_("\
45
This program is free software; you may redistribute it under the terms of\n\
43
This program is free software; you may redistribute it under the terms of\n\
46
the GNU General Public License version 3 or (at your option) a later version.\n\
44
the GNU General Public License version 3 or (at your option) a later version.\n\
47
This program has absolutely no warranty.\n"));
45
This program has absolutely no warranty.\n"));