From ea0364f1bbfed1e3ea711147420875cf338fe77a Mon Sep 17 00:00:00 2001 From: Peter Tyser Date: Mon, 12 Apr 2010 22:28:04 -0500 Subject: Move lib_$ARCH directories to arch/$ARCH/lib Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk This change is intended to clean up the top-level directory structure and more closely mimic Linux's directory organization. Signed-off-by: Peter Tyser --- arch/arm/lib/eabi_compat.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 arch/arm/lib/eabi_compat.c (limited to 'arch/arm/lib/eabi_compat.c') diff --git a/arch/arm/lib/eabi_compat.c b/arch/arm/lib/eabi_compat.c new file mode 100644 index 000000000..86eacf1b0 --- /dev/null +++ b/arch/arm/lib/eabi_compat.c @@ -0,0 +1,18 @@ +/* + * Utility functions needed for (some) EABI conformant tool chains. + * + * (C) Copyright 2009 Wolfgang Denk + * + * This program is Free Software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + */ + +#include + +int raise (int signum) +{ + printf("raise: Signal # %d caught\n", signum); + return 0; +} -- cgit v1.2.3-70-g09d2