This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: m68k-coff: Unused memory region included in output file?


>I now think the "eh frame" stuff discussed elsewhere has something to do 
>with this, though. Simply put, I hadn't included *(.eh_fram*) in the 
>linker script. If I do, I no longer get data in the "reserved" section, 
>regardless of it's permission. The output size with *(.eh_fram*) 
>included is different from both of the ones I got earlier (depending on 
>"reserved" permissions), however, so I'm still not sure I understand 
>exactly what is going on.

Generate a linker map and you should be able to see all of the
sections of the files being linked in, and which sections they are
ending up in....

-- 
Peter Barada
peter@the-baradas.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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