mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-20 05:19:21 +08:00
or1k: Typo fixes
Wrong paranthesis and an incorrect symbol name are fixed. * or1k/boards/optimsoc.S: Fix symbol name * or1k/crt0.S: Remove paranthesis
This commit is contained in:
parent
31cf34f849
commit
30c6a3088b
@ -1,3 +1,8 @@
|
|||||||
|
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
||||||
|
|
||||||
|
* or1k/boards/optimsoc.S: Fix symbol name
|
||||||
|
* or1k/crt0.S: Remove paranthesis
|
||||||
|
|
||||||
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
2015-08-07 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
|
||||||
|
|
||||||
* or1k/crt0.S: Add exception nesting
|
* or1k/crt0.S: Add exception nesting
|
||||||
|
@ -59,7 +59,7 @@ _or1k_board_init_early:
|
|||||||
#ifndef __OR1K_MULTICORE__
|
#ifndef __OR1K_MULTICORE__
|
||||||
l.nop 0x1
|
l.nop 0x1
|
||||||
.die:
|
.die:
|
||||||
OR1K_DELAYED_NOP(l.j die)
|
OR1K_DELAYED_NOP(l.j .die)
|
||||||
#endif
|
#endif
|
||||||
l.movhi r1,hi(OPTIMSOC_NA_LMEM_SIZE)
|
l.movhi r1,hi(OPTIMSOC_NA_LMEM_SIZE)
|
||||||
l.ori r1,r1,lo(OPTIMSOC_NA_LMEM_SIZE)
|
l.ori r1,r1,lo(OPTIMSOC_NA_LMEM_SIZE)
|
||||||
|
@ -124,7 +124,7 @@ _or1k_exception_stack_size: .word EXCEPTION_STACK_SIZE
|
|||||||
); \
|
); \
|
||||||
.Lnested_##id: \
|
.Lnested_##id: \
|
||||||
/* Load back the stack pointer */ \
|
/* Load back the stack pointer */ \
|
||||||
l.lwz r1,0x4(r0)); \
|
l.lwz r1,0x4(r0); \
|
||||||
/* Add redzone, nesting needs this */ \
|
/* Add redzone, nesting needs this */ \
|
||||||
l.addi r1,r1,-REDZONE; \
|
l.addi r1,r1,-REDZONE; \
|
||||||
.Lnesting_done_##id: \
|
.Lnesting_done_##id: \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user