Re: [PATCH] Make elf section sorting more deterministic

2017-05-03 Thread Ulf Hermann
[...] How about the attached? Looks good to me. Ulf

Re: [PATCH] Make elf section sorting more deterministic

2017-05-02 Thread Mark Wielaard
On Fri, Apr 28, 2017 at 12:35:26PM +0200, Ulf Hermann wrote: > On 04/27/2017 09:41 PM, Mark Wielaard wrote: > > On Thu, Apr 20, 2017 at 04:54:26PM +0200, Ulf Hermann wrote: > >> At least one test (dwfl-addr-sect) depends on the order of elf sections > >> with equal addresses. This is not guaranteed

Re: [PATCH] Make elf section sorting more deterministic

2017-04-28 Thread Ulf Hermann
On 04/27/2017 09:41 PM, Mark Wielaard wrote: > On Thu, Apr 20, 2017 at 04:54:26PM +0200, Ulf Hermann wrote: >> 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 name to tell entries

Re: [PATCH] Make elf section sorting more deterministic

2017-04-27 Thread Mark Wielaard
On Thu, Apr 20, 2017 at 04:54:26PM +0200, Ulf Hermann wrote: > 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 name to tell entries apart. O, interesting find. If the start address