On 4 September 2012 15:57, Jon Medhurst (Tixy) <t...@linaro.org> wrote:
> The semihosting and FDT code makes use of libc style string
> functions implemented in our string.c, however it relies of the system
> providing the string.h header file.
>
> This causes problems on toolchains that don't provide these headers,
> like Android toolchains, and it also means that we include declaration
> for functions which aren't implemented in the bootwrapper.
>
> Resolve this by providing our own string.h which declares only
> the functions we implement and add the base directory to the
> include path so this header is found.
>
> Signed-off-by: Jon Medhurst <t...@linaro.org>

Applied, thanks.

-- PMM

_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to