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 <rtems/score/isr.h>.  The new names are considerable
shorter and in the right namespace.

Update #3459.
This commit is contained in:
Sebastian Huber
2018-11-06 16:58:02 +01:00
parent e9f15bee8b
commit ff081aee72
53 changed files with 101 additions and 100 deletions

View File

@@ -66,7 +66,7 @@ SYM (start):
.align 2
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
edata_k:
.long SYM(edata)
end_k:

View File

@@ -155,7 +155,7 @@ SYM (start):
.align 2
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
edata_k:
.long SYM(edata)
end_k:

View File

@@ -158,7 +158,7 @@ SYM (start):
.align 2
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
edata_k:
.long SYM(edata)
end_k:

View File

@@ -67,7 +67,7 @@ SYM (start):
.align 2
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
edata_k:
.long SYM(edata)
end_k:

View File

@@ -215,7 +215,7 @@ _vbr_base_k:
__VBR_Saved_k:
.long SYM(_VBR_Saved)
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
__bss_start_k:
.long __bss_start
__bss_end_k:

View File

@@ -68,7 +68,7 @@ SYM (start):
.align 2
stack_k:
.long SYM(_Configuration_Interrupt_stack_area_end)
.long SYM(_ISR_Stack_area_end)
edata_k:
.long SYM(edata)
end_k: