Menu

Tree [r3161] / trunk /
 History

HTTPS access


File Date Author Commit
 addr2line 2015-02-15 emaste [r3148] addr2line: fflush output after each address lookup
 ar 2014-12-20 kaiwang27 [r3107] Fix build for ar(1) under FreeBSD: ar(1) needs ...
 as 2012-12-22 jkoshy [r2799] Tweak the usage message printed by '''as'''.
 brandelf 2014-10-27 jkoshy [r3101] Remove a set-but-not-used variable.
 common 2015-02-15 emaste [r3149] libdwarf: add aarch64 relocation support
 cxxfilt 2011-11-19 jkoshy [r2185] Use string literals for `printf()`-style format...
 documentation 2012-03-09 jkoshy [r2457] Update (c) years.
 elfcopy 2015-02-15 emaste [r3156] elfcopy: Preserve hard & symbolic links when mo...
 elfdump 2015-02-15 emaste [r3146] elfdump: Use libarchive 3.X APIs
 findtextrel 2011-11-19 jkoshy [r2185] Use string literals for `printf()`-style format...
 isa 2013-03-30 jkoshy [r2934] Unbreak the build of the `isa` utility.
 ld 2013-10-12 kaiwang27 [r2967] Add support for i386 dynamic relocations. (work...
 libdwarf 2015-02-15 emaste [r3161] libdwarf: Handle .rel relocations
 libelf 2015-02-15 emaste [r3158] libelf: Fix cross-endian ELF note file / memory...
 libelftc 2014-12-21 kaiwang27 [r3123] Fix build with clang: make variable cpp_demangl...
 mk 2014-11-02 jkoshy [r3103] For GNU/Linux based operating systems, determin...
 nm 2015-02-15 emaste [r3145] nm: Accept long option --extern-only for -g
 readelf 2015-02-15 emaste [r3155] readelf: Verify attribute lengths to avoid inte...
 size 2011-12-19 jkoshy [r2350] Fix a memory leak in '''size''': in function `t...
 strings 2014-12-21 kaiwang27 [r3124] Fix build with clang: make variables static.
 test 2014-12-21 kaiwang27 [r3122] Fix build for libdwarf testsuite under FreeBSD:...
 tools 2012-09-14 jkoshy [r2581] Include a change missed out in changeset [2580].
 GNUmakefile 2012-09-04 jkoshy [r2568] Turn on the SVN 'Id' keyword on a newly added f...
 INSTALL 2014-04-17 jkoshy [r3020] Correct the build instructions for Ubuntu 12.04...
 Makefile 2014-04-10 jkoshy [r3016] Turn off builds of the 'isa' utility for now, t...
 README 2011-11-11 jkoshy [r2146] Changes to the top-level `README`:
 RELEASE-NOTES 2012-09-25 jkoshy [r2599] Correct a typo in the release notes.

Read Me

The Elftoolchain Project
========================

.. contents::
..

Description
-----------

This software implements essential compilation tools and libraries for:

- managing program objects conforming to the ELF_ object format, and
- for managing DWARF_ debugging information in ELF objects.

The project currently implements the following utilities and
libraries:

    =========== ============================================
    Name        Description
    =========== ============================================
    ar          Archive manager.
    addr2line   Debug tool.
    brandelf    Manage the ELF brand on executables.
    c++filt     Translate encoded symbols.
    elfcopy     Copy and translate between object formats.
    elfdump     Diagnostic tool.
    findtextrel Find undesired text relocations.
    libdwarf    DWARF access library.
    libelf      ELF access library.
    mcs         Manage comment sections.
    nm          List symbols in an ELF object.
    ranlib      Add archive symbol tables to an archive.
    readelf     Display ELF information.
    size        List object sizes.
    strings     Extract printable strings.
    strip       Discard information from ELF objects.
    =========== ============================================

.. _ELF: http://en.wikipedia.org/wiki/Executable_and_Linkable_Format
.. _DWARF: http://www.dwarfstd.org/


Project Documentation
---------------------

- Release notes for released versions of this software are present in
  the file ``RELEASE-NOTES`` in the current directory.
- The file ``INSTALL`` in the current directory contains instructions
  on building and installing this software.
- Reference documentation in the form of manual pages is provided for
  the utilities and libraries developed by the project.
- Additional tutorial documentation is present in the
  ``documentation`` directory.


Tracking Ongoing Development
----------------------------

The project uses subversion_ for its version control system.

The subversion branch for the current set of sources may be accessed
at the following URL:

  https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk

The project's source tree may be checked out from its repository by
using the ``svn checkout`` command::

    % svn checkout https://elftoolchain.svn.sourceforge.net/svnroot/elftoolchain/trunk

Checked-out sources may be kept upto-date by running ``svn update``
inside the source directory::

   % svn update


Instructions on building and installing the software are given in the
file ``INSTALL`` in the current directory.

.. _Subversion: 

Downloading Released Software
-----------------------------

Released versions of the project's software may also be downloaded
from SourceForge's `file release system`_.

.. _file release system: http://sourceforge.net/projects/elftoolchain/files/

Copyright and License
---------------------

This code is copyright its authors, and is distributed under the `BSD
License`_.

.. _BSD License: http://www.opensource.org/licenses/bsd-license.php


Developer Community
-------------------

The project's developers may be contacted using the mailing list:
``<elftoolchain-developers@lists.sourceforge.net>``.


Reporting Bugs
--------------

Please use our `Trac instance`_ for viewing existing bug reports and
for submitting new bug reports.

.. _`Trac instance`: http://sourceforge.net/apps/trac/elftoolchain/report


Additional Information
----------------------

Additional information about the project may be found on the `project
website`_.

.. _project website:  http://elftoolchain.sourceforge.net/

.. $Id$

.. Local Variables:
.. mode: rst
.. End:
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.