svn commit: r48040 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Sun Jan 17 03:06:03 UTC 2016


Author: bjk
Date: Sun Jan 17 03:06:01 2016
New Revision: 48040
URL: https://svnweb.freebsd.org/changeset/doc/48040

Log:
  Add entry on Elf Tool Chain tools from emaste

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Sun Jan 17 03:02:24 2016	(r48039)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Sun Jan 17 03:06:01 2016	(r48040)
@@ -2736,4 +2736,60 @@
       </task>
     </help>
   </project>
+
+  <project cat='bin'>
+    <title>ELF Tool Chain tools</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Ed</given>
+	  <common>Maste</common>
+	</name>
+	<email>emaste at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://elftoolchain.sourceforge.net">ELF Tool Chain Website</url>
+    </links>
+
+    <body>
+      <p>The ELF Tool Chain project provides BSD-licensed
+	implementations of compilation tools and libraries for building
+	and analyzing ELF objects.  The project began as part of &os;
+	but later became an independent project in order to encourage
+	wider participation from others in the open-source developer
+	community.</p>
+
+      <p>In the last quarter of 2015 the ELF Tool Chain tools were
+	updated to a snapshot of upstream Subversion revision 3272.
+	Improvements include better input file validation, RISC-V
+	support, support for Xen ELF notes, additional MIPS and ARM
+	relocations, better performance, and bug fixes.</p>
+
+      <p>The ELF Tool Chain project is planning a new release in
+	the first quarter of 2016, which should facilitate wider
+	testing and use by projects other than &os;.</p>
+    </body>
+
+    <sponsor>
+      The FreeBSD Foundation
+    </sponsor>
+
+    <help>
+      <task>
+	<p>Add missing functionality (PE/COFF suppor) to
+	  <tt>elfcopy</tt> and migrate the base system build.</p>
+      </task>
+
+      <task>
+	<p>Fix issues found by fuzzing inputs to the tools.</p>
+      </task>
+
+      <task>
+	<p>Add automatic support for separate debug files.</p>
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list