This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Different object code generated each time file is compiled
- From: Kai Henningsen <kai dot extern at googlemail dot com>
- To: Burt Bicksler <bbicksler at fortresstech dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 30 Sep 2008 22:50:49 +0200
- Subject: Re: Different object code generated each time file is compiled
- References: <1222804773.17870.ezmlm@gcc.gnu.org> <48E28BB3.6020902@fortresstech.com>
On Tue, 30 Sep 2008 16:27:31 -0400
Burt Bicksler <bbicksler@fortresstech.com> wrote:
> It is only two source files that we see this difference with and it
> is always 4 bytes in each object file that is different.
I suggest that you look at the assembler source, either by compiling
with -s (so that only assembler is produced) or with -save-temps (so
that the assembler source isn't deleted after being used to produce the
object code). By comparing the .s files, you should be able to identify
what changes.