Skip to content

Commit

Permalink
Merge with 8cffbefdfc6cfb5c1807be6d892863ed3c75e1ee
Browse files Browse the repository at this point in the history
  • Loading branch information
mahi committed Jan 25, 2012
2 parents f181c7f + 8caec4e commit 3f63d99
Show file tree
Hide file tree
Showing 105 changed files with 15,362 additions and 4,260 deletions.
11 changes: 7 additions & 4 deletions arch/ppc/crt0.sx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#if defined(__GNUC__)
.section ".rcw","ax"
.balign 4
#elif defined(__CWCC__)
.section .rcw,4,"r"
#elif defined(__CWCC__) || defined(__DCC__)
.section .rcw,4,"r"
#endif


.global _resetconfiguration
.global _resetconfiguration
_resetconfiguration:
#if defined(CFG_VLE)
.byte 0x01 #no watchdog, VLE
Expand All @@ -35,7 +35,10 @@ _resetconfiguration:

#if defined(__CWCC__) && defined(CFG_VLE)
.section .text_vle,text_vle
#else
#elif defined(__DCC__)
// Must be indented (diab)
.section .text_vle,x
#elif defined(__GNUC__)
.section .text
#endif
.align 4
Expand Down
Loading

0 comments on commit 3f63d99

Please sign in to comment.