URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 39 |
Rev 56 |
Line 1... |
Line 1... |
/* Run-time exception support */
|
/* Run-time exception support */
|
#include "swi.h"
|
#include "swi.h"
|
.section .text
|
|
|
/* .text is used instead of .section .text so it works with arm-aout too. */
|
|
.text
|
.align 0
|
.align 0
|
.global __rt_stkovf_split_big
|
.global __rt_stkovf_split_big
|
.global __rt_stkovf_split_small
|
.global __rt_stkovf_split_small
|
|
|
/* The following functions are provided for software stack checking.
|
/* The following functions are provided for software stack checking.
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.