Author: gjb
Date: Wed Sep 21 18:07:06 2016
New Revision: 306128
URL: https://svnweb.freebsd.org/changeset/base/306128

Log:
  Fix ELF Tool Chain revision for releng/11.0.
  Replace elfcopy with objcopy/strip.
  
  Submitted by: emaste
  Approved by:  re (implicit)
  Sponsored by: The FreeBSD Foundation

Modified:
  releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml        Wed Sep 
21 17:51:27 2016        (r306127)
+++ releng/11.0/release/doc/en_US.ISO8859-1/relnotes/article.xml        Wed Sep 
21 18:07:06 2016        (r306128)
@@ -489,9 +489,9 @@
        patches that add new relocations for &arch.powerpc;
        support.</para>
 
-      <para revision="292120" contrib="sponsor" sponsor="&ff;">The
+      <para revision="300698" contrib="sponsor" sponsor="&ff;">The
        <application>ELF Tool Chain</application> has been updated to
-       upstream revision r3272.</para>
+       upstream revision r3477.</para>
 
       <para revision="276551">The <application>texinfo</application>
        utility and <literal>info</literal> pages were removed from
@@ -503,10 +503,11 @@
       <para revision="276796" contrib="sponsor" sponsor="&ff;">The ELF
        object manipulation tools
        <application>addr2line</application>,
-       <application>elfcopy (strip)</application>,
+       <application>objcopy</application>,
        <application>nm</application>,
        <application>readelf</application>,
-       <application>size</application>, and
+       <application>size</application>,
+       <application>strip</application>, and
        <application>strings</application> were switched to the
        versions from the ELF Tool Chain project.</para>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to