------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to