Output file size?

Toralf Lund toralf@procaptura.com
Thu Sep 18 14:42:00 GMT 2003


Peter Barada wrote:

>>Any idea why gcc's output is that much larger? Is there any way I can 
>>reduce the size? Note that -Os helps a bit, but I suspect that it 
>>actually destroys the code (asm() isn't handled correctly.)
>>    
>>
>
>How does GCC 'destroy' the 68k code when using -Os?  An example would be
>quite appreciative.
>
Inline assembly code (specified via asm()) is simply missing from the 
assembly file generated by 'm68k-coff-gcc -Os -S'. At least, that what 
it looks like for one of my actual C files. I'll try with a simplified 
example...

- Toralf



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



More information about the crossgcc mailing list