Fix semihosting with latest toolchain
Fixes issues #10:

https://github.com/ARM-software/tf-issues/issues/10

This patch changes all/most variables of type int to be size_t or long
to fix the sizing and alignment problems found when building with the
newer toolchains such as Linaro GCC 13.12 or later.

Change-Id: Idc9d48eb2ff9b8c5bbd5b227e6907263d1ea188b
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
1 parent 2f2cef4 commit cd529320988a559c3408292f09e443233d2157c3
@Ryan Harkin Ryan Harkin authored on 10 Feb 2014
Dan Handley committed on 20 Feb 2014
Showing 3 changed files
View
drivers/io/io_semihosting.c
View
include/semihosting.h
View
lib/semihosting/semihosting.c