Shachar Shemesh
Tue, 09 Feb 2010 01:33:25 -0800
Omer Zak wrote:
Further questions and things to eliminate: 1. Are there timestamps in the machine code files (presumably embedded by the linker, because the compile-time ones don't exist, by checking for identical post-preprocessor files)?
None that get printed by "objdump -d". That's just the assembly.
2. The difference in paths suggested by Rony could also be due to different handling of uppercase/lowercase in Windows vs. Linux.
None that get printed by "objdump -d". That's just the assembly.
They are different codes. They are, obviously, different. I cannot say I find anything there that is likely to produce different objects.3. Considering the two groups of client libraries which are identical in both platforms vs. those which are different - is there any other difference among them?
Then again, the same source code gets compiled by two supposedly identical compilers using the same compiler flags. Why should the result by different?
Shachar -- Shachar Shemesh Lingnu Open Source Consulting Ltd. http://www.lingnu.com
_______________________________________________ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
- RE: toolchain's output depends on toolchain used to build the compiler? ronys
- Re: toolchain's output depends on toolchain used to build the compiler? Shachar Shemesh
- Re: toolchain's output depends on toolchain used to build the compiler? Orna Agmon Ben-Yehuda
- Re: toolchain's output depends on toolchain used to build the compiler? Omer Zak
- RE: toolchain's output depends on toolchain used to buildthe compiler? ronys
- RE: toolchain's output depends on toolchain used to build the compiler? Omer Zak
Re: toolchain's output depends on toolchain used to build the compiler? Shachar Shemesh- Re: toolchain's output depends on toolchain used to build the compiler? Oleg Goldshmidt
- Re: toolchain's output depends on toolchain used to build the compiler? Shachar Shemesh