This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
.rodata gcc 3.3.3 gcc 2.95.2
- From: Michael Trimarchi <trimarchi at gandalf dot sssup dot it>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 13 Jul 2005 12:00:29 +0200
- Subject: .rodata gcc 3.3.3 gcc 2.95.2
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