Merge pull request #64 from ufwihg/gcc-lpc178x

update bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/st...
This commit is contained in:
Bernard Xiong 2013-03-31 18:54:05 -07:00
commit 8c50d0f295
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
*/
.equ Stack_Size, 0x00000200
.section ".stack", "w"
.section .stack, "w"
.align 3
.globl __cs3_stack_mem
.globl __cs3_stack_size
@ -40,12 +40,12 @@ __cs3_stack_mem:
/* Vector Table */
.section ".cs3.interrupt_vector"
.section .interrupt_vector
.globl __cs3_interrupt_vector_cortex_m
.type __cs3_interrupt_vector_cortex_m, %object
__cs3_interrupt_vector_cortex_m:
.long __cs3_stack /* Top of Stack */
.long _estack /* Top of Stack */
.long Reset_Handler /* Reset Handler */
.long NMI_Handler /* NMI Handler */
.long HardFault_Handler /* Hard Fault Handler */