linker script question

Alan Modra alan@linuxcare.com.au
Thu Mar 29 20:39:00 GMT 2001


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



More information about the Binutils mailing list