Re: [PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-05 Thread Chris Johns
On 5/2/19 7:35 pm, Sebastian Huber wrote: > On 05/02/2019 09:19, Chris Johns wrote: >> On 5/2/19 5:32 pm, Sebastian Huber wrote: >>> On 05/02/2019 07:19, Sebastian Huber wrote: On 05/02/2019 02:43, chr...@rtems.org wrote: > +    /* > + * Set bsp_section_sdata_bss_maximum_size to 1

Re: [PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-05 Thread Sebastian Huber
On 05/02/2019 09:19, Chris Johns wrote: On 5/2/19 5:32 pm, Sebastian Huber wrote: On 05/02/2019 07:19, Sebastian Huber wrote: On 05/02/2019 02:43, chr...@rtems.org wrote: +    /* + * Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: + * + *  bsp_section_sdata_bss_

Re: [PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-05 Thread Chris Johns
On 5/2/19 5:32 pm, Sebastian Huber wrote: > On 05/02/2019 07:19, Sebastian Huber wrote: >> On 05/02/2019 02:43, chr...@rtems.org wrote: >>> +    /* >>> + * Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: >>> + * >>> + *  bsp_section_sdata_bss_maximum_size = 1; >>> + 

Re: [PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-04 Thread Sebastian Huber
On 05/02/2019 07:19, Sebastian Huber wrote: On 05/02/2019 02:43, chr...@rtems.org wrote: +    /* + * Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: + * + *  bsp_section_sdata_bss_maximum_size = 1; + */ +    bsp_section_sdata_bss_default_size = +    DEFI

Re: [PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-04 Thread Sebastian Huber
On 05/02/2019 02:43, chr...@rtems.org wrote: + /* +* Set bsp_section_sdata_bss_maximum_size to 1 to use the maximum, eg: +* +* bsp_section_sdata_bss_maximum_size = 1; +*/ + bsp_section_sdata_bss_default_size = + DEFINED(bsp_section_sdata_

[PATCH 11/11] libdl: Add powerpc large memory and small data support.

2019-02-04 Thread chrisj
From: Chris Johns - Add support for architecure sections that can be handled by the architecture back end. - Add trampoline/fixup support for PowerPC. This means the PowerPC now supports large memory loading of applications. - Add a bit allocator to manage small block based regions of memor