Changeset bba48d9 in rtems for testsuites/libtests

Timestamp:
03/30/17 00:06:24 (7 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
36f0ac2
Parents:
a1c60b56
git-author:
Chris Johns <chrisj@…> (03/30/17 00:06:24)
git-committer:
Chris Johns <chrisj@…> (03/30/17 22:00:14)
Message:

libdl: Support link ordered loading of ELF sections.

The ARM C++ exception ABI uses an address ordered index table to
locate the correct frame data and this requires the EXIDX sections are
loaded in the order the order the matching text is loaded.

The EXIDX sections set the SHF_LINK_ORDER flag and link field. This patch
adds support to load those flagged sections in the linked-to section
order.

Updates #2955.
Closes #2959

(No files)

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