Re: [PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-19 Thread Chris Johns
On 19/10/2015 5:18 pm, Sebastian Huber wrote: > On 19/10/15 07:50, Chris Johns wrote: >> On 19/10/2015 4:47 pm, Sebastian Huber wrote: >>> Since its not explained what a '-' means in the RTEMS project its >>> probably subject to interpretation. GCC and other GNU projects clarify >>> this in READMEs

Re: [PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-18 Thread Sebastian Huber
On 19/10/15 07:50, Chris Johns wrote: On 19/10/2015 4:47 pm, Sebastian Huber wrote: Since its not explained what a '-' means in the RTEMS project its probably subject to interpretation. GCC and other GNU projects clarify this in READMEs for example. We should clarify this. Would you like to put

Re: [PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-18 Thread Chris Johns
On 19/10/2015 4:47 pm, Sebastian Huber wrote: > Since its not explained what a '-' means in the RTEMS project its > probably subject to interpretation. GCC and other GNU projects clarify > this in READMEs for example. We should clarify this. Would you like to put forward a proposal? Chris ___

Re: [PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-18 Thread Sebastian Huber
On 17/10/15 02:14, Chris Johns wrote: On 16/10/2015 5:59 pm, Sebastian Huber wrote: --- cpukit/score/include/rtems/score/basedefs.h | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/inc

Re: [PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-16 Thread Chris Johns
On 16/10/2015 5:59 pm, Sebastian Huber wrote: > --- > cpukit/score/include/rtems/score/basedefs.h | 41 > - > 1 file changed, 40 insertions(+), 1 deletion(-) > > diff --git a/cpukit/score/include/rtems/score/basedefs.h > b/cpukit/score/include/rtems/score/basedefs.h

[PATCH 1/6] basedefs.h: Add compiler attributes

2015-10-15 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/basedefs.h | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index 695ab8f..8e145f5 100644 --- a/cpukit/score/include/rtem