Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 17:53:31 +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: r277534 - head/lib/libelftc
Message-ID:  <201501221753.t0MHrVWQ018167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Jan 22 17:53:30 2015
New Revision: 277534
URL: https://svnweb.freebsd.org/changeset/base/277534

Log:
  Update reported elftoolchain version
  
  The last elftoolchain update is upstream rev 3136. Update our reported
  version and add M (Modified) suffix as our elftoolchain contains
  additional fixes not yet committed upstream.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/lib/libelftc/elftc_version.c

Modified: head/lib/libelftc/elftc_version.c
==============================================================================
--- head/lib/libelftc/elftc_version.c	Thu Jan 22 17:46:05 2015	(r277533)
+++ head/lib/libelftc/elftc_version.c	Thu Jan 22 17:53:30 2015	(r277534)
@@ -6,5 +6,5 @@
 const char *
 elftc_version(void)
 {
-	return "libelftc r3130";
+	return "elftoolchain r3136M";
 }



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