Hi all,I have different assembler code and I notice that the gcc 3.3.3 add this information in the asm code:
.section .rodata.str1.4,"aMS",%progbits,1
align 2
.LC0:
.ascii "filename\000"
Generated by gcc 2.95.2 19991024 (release) for ARM/elf
doesn't have this section
So when I build the library from different object I have char array not
align. It is possible to remove at compilation time?
Regards Michael
