This is the mail archive of the gcc-help@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]

Re: gcc on different platforms


>If the version of gcc is the same on both host platforms, does it
>produce the same output (i.e. object files) on different host platforms
>if you always use the same source and header files

>If not, where and what are the differences ??
>
>Thanks in advance,
>

The code block alignments depend on the assembler, and how the compiler is
configured to it.  For example, i686 code may be using .p2align 4,,7 in one
configuration, and unconditional 128-bit alignments in another.
Tim Prince
tprince@computer.org


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