arm64: split cpu.c
[coreboot.git] / src / arch / arm64 / eabi_compat.c
blobc27c54e35006615893af99fed2c62c95bec2ba48
1 /*
2 * Utility functions needed for (some) EABI conformant tool chains.
4 * (C) Copyright 2009 Wolfgang Denk <wd@denx.de>
6 * This program is Free Software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
12 #include <console/console.h>
14 int raise (int signum) __attribute__((used));
15 int raise (int signum)
17 return 0;
20 void __aeabi_unwind_cpp_pr0(void) __attribute__((used));
21 void __aeabi_unwind_cpp_pr0(void)
25 void __aeabi_unwind_cpp_pr1(void) __attribute__((used));
26 void __aeabi_unwind_cpp_pr1(void)