Re: [PATCH 2/2] linkers: Fix for targets with a small-data area

2016-01-04 Thread Chris Johns
On 01/05/16 05:58, Sebastian Huber wrote: - Am 4. Jan 2016 um 18:01 schrieb Joel Sherrill j...@rtems.org: What exactly does this fix and how does it fix it? I will add this to the commit message: On certain targets (e.g. PowerPC) global data below a certain threshold (e.g. 8 bytes) ma

Re: [PATCH 2/2] linkers: Fix for targets with a small-data area

2016-01-04 Thread Joel Sherrill
On Mon, Jan 4, 2016 at 12:58 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > - Am 4. Jan 2016 um 18:01 schrieb Joel Sherrill j...@rtems.org: > > > What exactly does this fix and how does it fix it? > > I will add this to the commit message: > > On certain targets (e.g. P

Re: [PATCH 2/2] linkers: Fix for targets with a small-data area

2016-01-04 Thread Sebastian Huber
- Am 4. Jan 2016 um 18:01 schrieb Joel Sherrill j...@rtems.org: > What exactly does this fix and how does it fix it? I will add this to the commit message: On certain targets (e.g. PowerPC) global data below a certain threshold (e.g. 8 bytes) may resided in a special memory area, the smal

Re: [PATCH 2/2] linkers: Fix for targets with a small-data area

2016-01-04 Thread Joel Sherrill
What exactly does this fix and how does it fix it? --joel On Mon, Jan 4, 2016 at 4:16 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > --- > linkers/rtems-syms.cpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/linkers/rtems-syms.cpp b/linkers/rte

[PATCH 2/2] linkers: Fix for targets with a small-data area

2016-01-04 Thread Sebastian Huber
--- linkers/rtems-syms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp index 97315ac..f0ffe94 100644 --- a/linkers/rtems-syms.cpp +++ b/linkers/rtems-syms.cpp @@ -60,7 +60,7 @@ static const char* c_header[] = " */",