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