Re: Some problem in dlopen on Raspberry Pi (ARMv6)

2016-05-19 Thread Chris Johns
On 19/05/2016 23:05, Pavel Pisa wrote: update. If I disable cache completely then I find code relocated right at the given address Ah ok, this is covered by this ticket https://devel.rtems.org/ticket/2438. It is a bug in libdl. Chris ___ devel maili

Re: Some problem in dlopen on Raspberry Pi (ARMv6)

2016-05-19 Thread Pavel Pisa
Hello Chris, update. If I disable cache completely then I find code relocated right at the given address On Thursday 19 of May 2016 14:50:55 Pavel Pisa wrote: > All seem to be right to this place but when I disassemble target > function I get > >0x1cb018: push{r4, r5, r6, r7, r8, lr} >

Some problem in dlopen on Raspberry Pi

2016-05-19 Thread Pavel Pisa
Hello Chris, as you know I am testing Raspberry Pi to integrate previous work and help this year GSoC students and I am testing dlopen on the current RTEMS master. My previous tests on LPC17xx, MPC5200, i386 and after some of your corrections even TMS570 worked nicely. But I have noticed some str