This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Placing files into output sections


On Mon, 15 May 2000, Momchil Velikov wrote:

> I tried
>   
>     ...
> 
>   .images : { myfile(*) }
> 
>    ...
> 
> with no luck :-(. Any clues ?

With this sort of problem, "objdump --headers" and "objdump --syms" are
very useful.  You probably just need to move your ".images: {myfile(*)}"
before some other statement that is matching .data

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]