forked from Imagelibrary/rtems
2005-09-02 Joel Sherrill <joel@OARcorp.com>
PR 821/bsps * start.S: Workaround -- just avoid copying non-existent initialized data in ROM to RAM.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2005-09-02 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 821/bsps
|
||||||
|
* start.S: Workaround -- just avoid copying non-existent initialized
|
||||||
|
data in ROM to RAM.
|
||||||
|
|
||||||
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* start.S: Include <rtems/asm.h> instead of <asm.h>.
|
* start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|||||||
@@ -226,6 +226,7 @@ SYM(hard_reset):
|
|||||||
mov %sp, %fp ! Set frame pointer
|
mov %sp, %fp ! Set frame pointer
|
||||||
nop
|
nop
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*
|
/*
|
||||||
* Copy the initialized data to RAM
|
* Copy the initialized data to RAM
|
||||||
*
|
*
|
||||||
@@ -255,6 +256,7 @@ copy_data:
|
|||||||
cmp %g3, %g4 ! Is the pointer past the end of dest?
|
cmp %g3, %g4 ! Is the pointer past the end of dest?
|
||||||
bl copy_data
|
bl copy_data
|
||||||
nop
|
nop
|
||||||
|
#endif
|
||||||
|
|
||||||
/* clear the bss */
|
/* clear the bss */
|
||||||
1:
|
1:
|
||||||
|
|||||||
Reference in New Issue
Block a user