From ff081aee72436131cf11e3a35f96a6405c3a4d78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Nov 2018 16:58:02 +0100 Subject: score: Rename interrupt stack symbols Rename * _Configuration_Interrupt_stack_area_begin in _ISR_Stack_area_begin, * _Configuration_Interrupt_stack_area_end in _ISR_Stack_area_end, and * _Configuration_Interrupt_stack_size in _ISR_Stack_size. Move definitions to . The new names are considerable shorter and in the right namespace. Update #3459. --- bsps/m32c/m32cbsp/start/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/m32c/m32cbsp/start/start.S') diff --git a/bsps/m32c/m32cbsp/start/start.S b/bsps/m32c/m32cbsp/start/start.S index 029cc09a58..f5548784e1 100644 --- a/bsps/m32c/m32cbsp/start/start.S +++ b/bsps/m32c/m32cbsp/start/start.S @@ -48,7 +48,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. _start: .LFB2: fset U /* User stack */ - ldc #__Configuration_Interrupt_stack_area_end,sp + ldc #__ISR_Stack_area_end,sp #ifdef A16 mov.b #%hi8(__romdatastart),r1h -- cgit v1.2.3