From 8a6570d020845751450d1f6ac25c567994834fc3 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Sep 2005 14:49:13 +0000 Subject: 2005-09-02 Joel Sherrill PR 821/bsps * start.S: Workaround -- just avoid copying non-existent initialized data in ROM to RAM. --- c/src/lib/libbsp/sparc/shared/ChangeLog | 6 ++++++ c/src/lib/libbsp/sparc/shared/start.S | 2 ++ 2 files changed, 8 insertions(+) (limited to 'c/src/lib/libbsp/sparc') diff --git a/c/src/lib/libbsp/sparc/shared/ChangeLog b/c/src/lib/libbsp/sparc/shared/ChangeLog index dd2d37d347..259b5fb4e9 100644 --- a/c/src/lib/libbsp/sparc/shared/ChangeLog +++ b/c/src/lib/libbsp/sparc/shared/ChangeLog @@ -1,3 +1,9 @@ +2005-09-02 Joel Sherrill + + PR 821/bsps + * start.S: Workaround -- just avoid copying non-existent initialized + data in ROM to RAM. + 2004-04-01 Ralf Corsepius * start.S: Include instead of . diff --git a/c/src/lib/libbsp/sparc/shared/start.S b/c/src/lib/libbsp/sparc/shared/start.S index 61f3406c3f..21c0ae5d7b 100644 --- a/c/src/lib/libbsp/sparc/shared/start.S +++ b/c/src/lib/libbsp/sparc/shared/start.S @@ -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: -- cgit v1.2.3