[BACK]Return to locore.S CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / arm32

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/arm32/locore.S between version 1.16 and 1.17

version 1.16, 2004/11/19 07:59:53 version 1.17, 2005/10/10 09:58:54
Line 79  ASENTRY_NP(start)
Line 79  ASENTRY_NP(start)
   
         adr     r0, .Lmainreturned          adr     r0, .Lmainreturned
         b       _C_LABEL(panic)          b       _C_LABEL(panic)
         /* NOTEACHED */          /* NOTREACHED */
   
 .Lstart:  .Lstart:
         .word   _edata          .word   _edata

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>