commit | d7e1e08f68afd6c3363231e3100fa0124a2d5cb6 | [log] [tgz] |
---|---|---|
author | Ulf Hermann <ulf.hermann@qt.io> | Thu Apr 20 16:54:26 2017 +0200 |
committer | Mark Wielaard <mark@klomp.org> | Wed May 03 00:28:08 2017 +0200 |
tree | 1ab1a37a1bde59116b255cba07289c8ae4c98af4 | |
parent | e88787f9cd2af5be00aa6f53320cf85f7c08f1f2 [diff] |
Make elf section sorting more deterministic At least one test (dwfl-addr-sect) depends on the order of elf sections with equal addresses. This is not guaranteed by the code. Compare also by end address and section index to tell entries apart. Signed-off-by: Ulf Hermann <ulf.hermann@qt.io> Signed-off-by: Mark Wielaard <mark@klomp.org>