bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/10193] gas produces different .o files with the same input .s f


From: amodra at bigpond dot net dot au
Subject: [Bug gas/10193] gas produces different .o files with the same input .s file and cmd line arguments on enfs
Date: 24 May 2009 06:47:12 -0000

------- 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 0000e2 00      0   0  1

readelf also tells me
  Start of section headers:          66024 (bytes into file)

cmp starts counting bytes from 1, readelf from 0, so the bytes that differ are
after the end of .shstrtab and the beginning of the section header table.

You have a filesystem problem.  gas isn't writing these bytes, and a sane
filesystem would set them to zeros.  So, not a gas bug.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sourceware.org/bugzilla/show_bug.cgi?id=10193

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]