--- Additional Comments From amodra at bigpond dot net dot au 2009-05-24
06:47 ---
$ cmp -l obj[12].o
66022 40 325
66023 325 375
66024 373 312
66022 == 0x101e6. Looking at part of the section table, I see
[23] .shstrtab STRTAB 0+0 010103 e2 00 0 0 1
readelf a
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-05-24 03:47 ---
(In reply to comment #0)
> My program written in MS C# (for example "nant" from sourceforge) uses a
> function written in pure C and compiled and linked to a dll with cygwin-gcc:
> if
> linked wi
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-05-24 03:23 ---
Closing out old PR.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From chenyang dot cq at gmail dot com 2009-05-23
13:55 ---
Created an attachment (id=3960)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3960&action=view)
testtree.s obj1.o obj2.o
the assembler file and two different result object files.
--
http://so
I found a very strange problem of "as" when I was building gcc-4.3.3.
I got a "Bootstrap comparison failure!", when means that some .o files
were not identical between stage2 and stage3. However, it turns out that
the problem was introduced by "as" not gcc itself. For some .s files, "as"
will prod