=================================================================== RCS file: /cvs/funnyos/arch/sam7s64/ldscript,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- funnyos/arch/sam7s64/ldscript 2007/11/09 23:08:45 1.2 +++ funnyos/arch/sam7s64/ldscript 2007/11/10 00:17:34 1.3 @@ -1,5 +1,5 @@ /* - * $Id: ldscript,v 1.2 2007/11/09 23:08:45 init Exp $ + * $Id: ldscript,v 1.3 2007/11/10 00:17:34 init Exp $ */ /* * Where to put each section. @@ -8,7 +8,6 @@ { .text : { _stext = .; - *(.vectors) *(.text) *(.rodata) *(.rodata*) @@ -19,6 +18,7 @@ /* initialized data (.data) */ .data : AT (ADDR(.text) + SIZEOF(.text)) { _sdata = .; + *(.vectors) *(.data) _edata = .; } /* .data */