This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

.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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]