Run time linker allocator locking hangs RTEMS

2019-04-26 Thread Peter Dufault
I found this trying to work on "#3740: Libld does not load incrementially linked object file”. When I updated it hung loading the text segment (line 1005 in rtl-elf.c, hard hang, debug output below). I tracked it down to a change that adds locking to the allocator. - BSP:

Re: Run Time linker and relocation of multiple local labels

2019-04-26 Thread Chris Johns
On 26/4/19 8:38 am, dufa...@hda.com wrote: > Here’s a simple example. I have added this code to the testsuite's dl01 test and it works on the PowerPC and fails on ARM (Zynq). It is still not clear to me if there is special handling with ARM or if this is an `ld` bug. I have opened a ticket to