Message ID | 1452505625-6281-1-git-send-email-christophe.milard@linaro.org |
---|---|
State | Accepted |
Commit | 072478c440c3440b0d7ca67d2c3753bcc5db38ea |
Headers | show |
On 11 January 2016 at 04:47, Christophe Milard <christophe.milard@linaro.org > wrote: > Limiting the usage of the C library to the functions defined in its > C99 version. > > Signed-off-by: Christophe Milard <christophe.milard@linaro.org> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> > --- > doc/implementers-guide/implementers-guide.adoc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/doc/implementers-guide/implementers-guide.adoc > b/doc/implementers-guide/implementers-guide.adoc > index de0b9b1..eb076cf 100644 > --- a/doc/implementers-guide/implementers-guide.adoc > +++ b/doc/implementers-guide/implementers-guide.adoc > @@ -90,7 +90,9 @@ This grouping defines tests that are expected to be > executable and succeed on > any platform, though possibly with very different performances, depending > on the > underlying platform. > They are written in plain C code, and may only use functions defined in > the > -standard libC library (besides the ODP functions being tested, of course). > +standard libC (C99) library (besides the ODP functions being tested, of > course). > +A free C99 specification can be found at > +http://www.open-std.org/JTC1/sc22/wg14/www/docs/n1256.pdf. > No other languages (like scripting) are allowed as their usage would make > assumptions on the platform capability. > > -- > 2.1.4 > > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
Merged, Maxim. On 01/11/2016 22:01, Mike Holmes wrote: > > > On 11 January 2016 at 04:47, Christophe Milard > <christophe.milard@linaro.org <mailto:christophe.milard@linaro.org>> > wrote: > > Limiting the usage of the C library to the functions defined in its > C99 version. > > Signed-off-by: Christophe Milard <christophe.milard@linaro.org > <mailto:christophe.milard@linaro.org>> > > > Reviewed-by: Mike Holmes <mike.holmes@linaro.org > <mailto:mike.holmes@linaro.org>> > > --- > doc/implementers-guide/implementers-guide.adoc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/doc/implementers-guide/implementers-guide.adoc > b/doc/implementers-guide/implementers-guide.adoc > index de0b9b1..eb076cf 100644 > --- a/doc/implementers-guide/implementers-guide.adoc > +++ b/doc/implementers-guide/implementers-guide.adoc > @@ -90,7 +90,9 @@ This grouping defines tests that are expected to > be executable and succeed on > any platform, though possibly with very different performances, > depending on the > underlying platform. > They are written in plain C code, and may only use functions > defined in the > -standard libC library (besides the ODP functions being tested, of > course). > +standard libC (C99) library (besides the ODP functions being > tested, of course). > +A free C99 specification can be found at > +http://www.open-std.org/JTC1/sc22/wg14/www/docs/n1256.pdf. > No other languages (like scripting) are allowed as their usage > would make > assumptions on the platform capability. > > -- > 2.1.4 > > > > > -- > Mike Holmes > Technical Manager - Linaro Networking Group > Linaro.org <http://www.linaro.org/>***│ *Open source software for ARM SoCs > > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp
diff --git a/doc/implementers-guide/implementers-guide.adoc b/doc/implementers-guide/implementers-guide.adoc index de0b9b1..eb076cf 100644 --- a/doc/implementers-guide/implementers-guide.adoc +++ b/doc/implementers-guide/implementers-guide.adoc @@ -90,7 +90,9 @@ This grouping defines tests that are expected to be executable and succeed on any platform, though possibly with very different performances, depending on the underlying platform. They are written in plain C code, and may only use functions defined in the -standard libC library (besides the ODP functions being tested, of course). +standard libC (C99) library (besides the ODP functions being tested, of course). +A free C99 specification can be found at +http://www.open-std.org/JTC1/sc22/wg14/www/docs/n1256.pdf. No other languages (like scripting) are allowed as their usage would make assumptions on the platform capability.
Limiting the usage of the C library to the functions defined in its C99 version. Signed-off-by: Christophe Milard <christophe.milard@linaro.org> --- doc/implementers-guide/implementers-guide.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)