Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Vaibhav Gupta
On Tue, Jul 30, 2019 at 12:11 AM Joel Sherrill wrote: > > > On Mon, Jul 29, 2019 at 1:07 PM Vaibhav Gupta > wrote: > >> >> >> On Mon, Jul 29, 2019 at 10:44 PM Joel Sherrill wrote: >> >>> >>> >>> On Mon, Jul 29, 2019 at 11:35 AM Vaibhav Gupta >>> wrote: >>> Thanks Joel! . Now whe

Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Joel Sherrill
On Mon, Jul 29, 2019 at 1:07 PM Vaibhav Gupta wrote: > > > On Mon, Jul 29, 2019 at 10:44 PM Joel Sherrill wrote: > >> >> >> On Mon, Jul 29, 2019 at 11:35 AM Vaibhav Gupta >> wrote: >> >>> Thanks Joel! >>> . >>> Now when the testsuite patch is successfully accepted, I would like >>> to add an ex

Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Vaibhav Gupta
On Mon, Jul 29, 2019 at 10:44 PM Joel Sherrill wrote: > > > On Mon, Jul 29, 2019 at 11:35 AM Vaibhav Gupta > wrote: > >> Thanks Joel! >> . >> Now when the testsuite patch is successfully accepted, I would like >> to add an example in: >> https://devel.rtems.org/wiki/Developer/Coding/80_character

Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Joel Sherrill
On Mon, Jul 29, 2019 at 11:35 AM Vaibhav Gupta wrote: > Thanks Joel! > . > Now when the testsuite patch is successfully accepted, I would like > to add an example in: > https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line, > about wrapping a "function call" in "80 characters per l

Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Vaibhav Gupta
Thanks Joel! . Now when the testsuite patch is successfully accepted, I would like to add an example in: https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line, about wrapping a "function call" in "80 characters per line". . Gedare and me discussed about it on a thread. That time he g

Re: [PATCH v6] ndbm test suite

2019-07-29 Thread Joel Sherrill
Hi Now pushed. Thanks. I finally got a local sparc tool chain built with the git master of newlib to build and run this test. It was a bit more complicated than I expected. I did add a bit of logic to the psxtests configure.ac and Makefile.am to ensure the test was not built unless the toolset i

Re: [PATCH v6] ndbm test suite

2019-07-25 Thread Joel Sherrill
Hi I just wanted to let everyone know that I have this pending on a branch and can build it using the current but there is a problem linking libm on the newlib git master. Once I have the RSB updated, I will look at pushing this. To let Vaibhav continue pushing on fenv, if we decide the configure

[PATCH v6] ndbm test suite

2019-07-23 Thread Vaibhav Gupta
--- testsuites/psxtests/Makefile.am | 9 + testsuites/psxtests/configure.ac| 1 + testsuites/psxtests/psxndbm01/init.c| 299 testsuites/psxtests/psxndbm01/psxndbm01.doc | 36 +++ testsuites/psxtests/psxndbm01/psxndbm01.scn | 29 ++ 5 files