From mboxrd@z Thu Jan 1 00:00:00 1970 From: n8tm@aol.comnojunk (Tim Prince) To: help-gcc@gnu.org Subject: Re: gcc on different platforms Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <19991211140919.28322.00000148@ng-cg1.aol.com> References: <3850F092.3F08B0EF@icn.siemens.de> X-SW-Source: 1999-12n/msg00169.html Message-ID: <19991231222400.e1CKTRtwPMX3x3mM6IekEsg6sQnavfr5E4YcmPe2jxo@z> >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