From owner-svn-doc-all@FreeBSD.ORG Wed Apr 15 04:48:09 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B4A91A1; Wed, 15 Apr 2015 04:48:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E04D5927; Wed, 15 Apr 2015 04:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F4m8Y7023663; Wed, 15 Apr 2015 04:48:08 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3F4m8NR023662; Wed, 15 Apr 2015 04:48:08 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201504150448.t3F4m8NR023662@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Wed, 15 Apr 2015 04:48:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46559 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 04:48:09 -0000 Author: bjk Date: Wed Apr 15 04:48:07 2015 New Revision: 46559 URL: https://svnweb.freebsd.org/changeset/doc/46559 Log: Add ELF Tool Chain report Approved by: hrs (mentor, implicit) Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 04:30:06 2015 (r46558) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 04:48:07 2015 (r46559) @@ -2214,4 +2214,78 @@ WITHOUT_FORTH=y The &os; Foundation + + + Migration to ELF Tool Chain tools + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + &os; LLDB wiki page + + + +

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 to encourage wider + participation from others in the open-source developer + community.

+ +

ELF Tool Chain provides a set of tools equivalent to the + GNU Binutils suite. This project's goal is to import these + tools into the &os; base system so that we have a set of + up-to-date and maintained tools that also provide support for + new CPU architectures of interest, such as arm64.

+ +

In addition to the libelf and libdwarf libraries, the + following tools are now provided by the ELF tool chain + project:

+ +
    +
  • addr2line
  • +
  • nm
  • +
  • readelf
  • +
  • size
  • +
  • strings
  • +
  • strip (elfcopy)
  • +
+ +

ELF Tool Chain's elfcopy provides equivalent + functionality to Binutils' objcopy, and accepts the same + command-line arguments. For it to be a viable replacement for + all uses of objcopy in the base system, it must gain support for + writing portable exectuable (PE) format binaries, which are used + by UEFI boot code.

+ +

The ELF Tool Chain project does not currently provide + replacements for as, ld, or objdump. For &os;, these tools will + likely be obtained from the LLVM project.

+ + + The &os; Foundation + + + +

Add missing functionality to elfcopy and migrate the base + system build.

+
+ + +

Fix issues found by fuzzing inputs to the tools.

+
+ + +

Add automatic support for separate debug files.

+
+
+