Re: [HelenOS-devel] ptrdiff_t PATCH 6

2017-03-29 Thread Jakub Jermář
Hi Supragya, On 03/29/2017 04:46 PM, Supragya Raj wrote: > P.S. Jakub, no error found on any compilation by default versions of > types.h other than arm32, the typedef was required only there I guess. I wonder how you achieved that. For instance: make distclean; make -j 6

[HelenOS-devel] ptrdiff_t PATCH 6

2017-03-29 Thread Supragya Raj
Hi devel team, This is the sixth revision of patch for ptrdiff_t. - Patch cleanup (whitespaces and tabs) - added support for arm32 - tested compilation on all architectures using ptrdiff_t, except riscv64, ./toolchain riscv62 shows the following: > Possible target platforms are: > amd64

Re: [HelenOS-devel] ptrdiff_t-patch7

2017-03-29 Thread Jakub Jermář
Hi Supragya, On 03/29/2017 07:08 PM, Supragya Raj wrote: > this is patch for ptrdiff_t, rectified for every machine's arch. This will probably be the last nit, but since ptrdiff_t is supposed to be signed, can you make it signed also in boot (it already is signed in kernel and uspace)? And on a

[HelenOS-devel] ptrdiff_t PATCH 8

2017-03-29 Thread Supragya Raj
Hi, In the given patch, I have changed a few things as Jakub advised, changing uint32_t and uint64_t to int32_t and int64_t. P.S. I have uploaded the very initial GSoC proposal to docs.google.com. Link of same is pasted in the link box. I have set the edit mode to comments only. Should I change