Re: Libdl support for library searching and load and large memory support.

2019-02-04 Thread Sebastian Huber
On 05/02/2019 08:36, Chris Johns wrote: Could you please check the PowerPC trampoline code ... https://git.rtems.org/chrisj/rtems.git/tree/cpukit/libdl/rtl-mdreloc-powerpc.c?h=libdl-epics-support#n169 Plus the other pieces of asm above I have added. Looks good, GNU ld uses addi instead of

Re: Libdl support for library searching and load and large memory support.

2019-02-04 Thread Chris Johns
On 5/2/19 5:27 pm, Sebastian Huber wrote: > Hello Chris, > > On 05/02/2019 02:42, chr...@rtems.org wrote: >> Hi, >> >> The patch series adds: >> >> - Archive or library searching for unresolved symbols loading the first >> object >> file >>    that provdes the symbol. >> >> - Large memory support

Re: Libdl support for library searching and load and large memory support.

2019-02-04 Thread Sebastian Huber
Hello Chris, On 05/02/2019 02:42, chr...@rtems.org wrote: Hi, The patch series adds: - Archive or library searching for unresolved symbols loading the first object file that provdes the symbol. - Large memory support for architectures that use small relative branch instructions. - Lib

Libdl support for library searching and load and large memory support.

2019-02-04 Thread chrisj
Hi, The patch series adds: - Archive or library searching for unresolved symbols loading the first object file that provdes the symbol. - Large memory support for architectures that use small relative branch instructions. - Libdl small data support for the PowerPC. - Increase the psim BSP