On 29 Mar 2001, Nick Papadonis wrote:
> .ramvec :
> {
> _ramvec = . ;
> *(.ramvec)
> } > ramvec
This says put all input sections named .ramvec into the output .ramvec
section. "objdump -h" on ramvec.o should give you the clue you need to
fix your problem.
Alan
--
Linuxcare