Chris Johns 287569cc8a Add an overlay output.
An overlay shows the hex dump of the section data with the relocation
records so you can see the relationship between the relocations and
the section data.
2012-12-23 16:57:35 +11:00
..
2012-05-07 08:47:11 +10:00
2012-11-19 10:35:15 +11:00
2012-12-08 09:05:12 +11:00
2012-05-07 08:47:11 +10:00
2012-12-08 09:05:12 +11: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-12-21 17:08:17 +11:00
2012-12-21 17:08:17 +11:00
2012-12-15 23:19:21 +11:00
2012-12-12 21:51:03 +11:00
2012-12-18 20:52:18 +11:00
2012-12-18 20:52:18 +11:00
2012-05-07 08:47:11 +10:00
2012-05-07 08:47:11 +10:00
2012-12-15 22:44:58 +11:00
2012-05-07 08:47:11 +10:00
2012-12-15 23:19:21 +11:00
2012-12-18 20:47:27 +11:00
2012-12-18 20:51:41 +11:00
2012-12-23 16:57:35 +11:00
2012-12-23 16:57:16 +11:00
2012-12-23 16:57:16 +11:00
2012-12-08 09:05:12 +11:00
2012-12-23 16:57:16 +11: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.