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:
Joel Sherrill
2005-09-02 14:49:13 +00:00
parent 54fd16be07
commit 8a6570d020
2 changed files with 8 additions and 0 deletions

View File

@@ -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>
* start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -226,6 +226,7 @@ SYM(hard_reset):
mov %sp, %fp ! Set frame pointer
nop
#if 0
/*
* Copy the initialized data to RAM
*
@@ -255,6 +256,7 @@ copy_data:
cmp %g3, %g4 ! Is the pointer past the end of dest?
bl copy_data
nop
#endif
/* clear the bss */
1: