On 6/2/21 8:53 PM, Jason Thorpe wrote:
Don't include system headers. Instead, provide standalone definitions and declarations of types needed and functions used by the PALcode that are compatible with the standard Alpha / GCC ABI.Signed-off-by: Jason Thorpe<[email protected]> --- init.c | 2 -- memcpy.c | 2 +- memset.c | 2 +- printf.c | 4 +--- protos.h | 30 +++++++++++++++++++++++++----- 5 files changed, 28 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
