Changeset a5fcdd5 in rtems-tools

Timestamp:
11/26/12 00:00:34 (11 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 5, master
Children:
076d935
Parents:
4c89c2d
Message:

No archive begin/end on symbols load, image initialise fix, add sections.

Remove archive_begin/archive_end calls when loading symbols. The symbols
reference object files and they may reference archive and so the archives
need to be open and available. The archive begin/end must be handled at
a higher level in the program.

Fixed image initialisation where some constructors did not initialise
all class variables.

Add section support to the rld::files namespace. This allows section
information to be added to an object file without the ELF file
needing to available therefore removing the need for object file
remaining open all the time. These sections are a copy of the
information and can be copied and moved as needed. This is used
to make layouts.

(No files)

Note: See TracChangeset for help on using the changeset viewer.