.rodata gcc 3.3.3 gcc 2.95.2
Michael Trimarchi
trimarchi@gandalf.sssup.it
Wed Jul 13 10:02:00 GMT 2005
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
More information about the Gcc
mailing list