Re: turn off section padding

2013-09-30 Thread nick clifton
Hi Peter, It sees that as likes to pad sections so that they're multiples of 32 bytes. Actually I think that the alignment is 16 bytes rather than 32 bytes, but anyway... Is there a way to avoid this?? Two possible alternatives: 1. Configure your binutils for an ELF target, not li

turn off section padding

2013-09-28 Thread Peter Ka
Hi,? I'm working with a binutils cross compiled for MIPS.? It sees that as likes to pad sections so that they're multiples of 32 bytes. If you look at the listings below, both .text and .bss setions get padded with extra bytes that are not present in the original source file. Is there a way