Chris Johns fd8a2c559f Add support to write a metadata ELF file.
This also adds support to the ELF classes that wrap libelf. While
this is now done and seems to work I will not be using an ELF
file to hold the metadata after all.
2012-11-20 19:53:24 +11:00
..
2012-05-07 08:47:11 +10:00
2012-11-19 10:35:15 +11:00
2012-05-07 08:47:11 +10:00
2012-10-22 07:12:47 -07:00
2012-10-22 18:46:59 -07:00
2012-10-22 18:46:59 -07:00
2012-05-07 08:47:11 +10:00
2012-11-17 17:31:56 +11:00
2012-05-07 08:47:11 +10:00
2012-09-17 10:13:55 +10:00
2012-09-17 10:13:55 +10:00
2012-05-07 08:47:11 +10:00
2012-05-07 08:47:11 +10:00
2012-05-07 08:47:11 +10:00
2012-05-07 08:47:11 +10:00

RTEMS Dynamic Loader Project
============================
Chris Johns <chrisj@rtems.org>

RTEMS Linker
------------

This package contains the RTEMS linker used to create dynamically loadable
applications.

To build download and install waf (http://code.google.com/p/waf/). Then:

 $ waf configure build

You will have a linker.

License
-------

The linker code is licensed under the ISC license. Currently some libiberty
code is present in the libiberty directory which is GPL. In time this code will
be removed.