diff options
Diffstat (limited to 'libgloss/or1k/or1k-internals.h')
-rw-r--r-- | libgloss/or1k/or1k-internals.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libgloss/or1k/or1k-internals.h b/libgloss/or1k/or1k-internals.h index b24ad136b..3aabdb05d 100644 --- a/libgloss/or1k/or1k-internals.h +++ b/libgloss/or1k/or1k-internals.h @@ -6,17 +6,17 @@ #include "include/or1k-support.h" -extern uint32_t* _or1k_stack_top; +extern uint8_t* _or1k_stack_top; extern size_t _or1k_stack_size; -extern uint32_t* _or1k_stack_bottom; +extern uint8_t* _or1k_stack_bottom; -extern uint32_t* _or1k_exception_stack_top; +extern uint8_t* _or1k_exception_stack_top; extern size_t _or1k_exception_stack_size; -extern uint32_t* _or1k_exception_stack_bottom; +extern uint8_t* _or1k_exception_stack_bottom; #ifdef __OR1K_MULTICORE__ -extern uint32_t* *_or1k_stack_core; -extern uint32_t* *_or1k_exception_stack_core; +extern uint8_t* *_or1k_stack_core; +extern uint8_t* *_or1k_exception_stack_core; #endif |