This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Fix removed sections (Re: 2.12.90.0.12 Kernel Miscompile)


  Date: Wed, 3 Jul 2002 08:42:20 -0700
  From: "Leonard N. Zubkoff" <lnz@dandelion.com>

  I've prepaered vmlinux.12 and vmlinux.14 based on the ...12 and ..14 recent
  binutils versions so that a comparison can be made.  The 12 crashed but 14
  works fine.  Here is the readelf -S you requested:

I checked and it looks like the readelf -S output is identical.  Running cmp on
the vmlinux.12 and vmlinux.14 gives:

midkemia:/ss/linux/kelewan> cmp -l linux/vmlinux.12 linux/vmlinux.14
 80604   0 340
 80605   0 171
 80606   0  46
 80607   0 300
1213926  65  61	    varies
1213928  64  62	    varies
1213929  61  66	    varies
1492089  65  61	    varies
1492091  64  62	    varies
1492092  61  66	    varies
1993925   0 340
1993926   0 171
1993927   0  46
1993928   0 300

So all the same sections exist, but there is different data in just a few
places.  I can uuencode and email the two vmlinux files if one of you wants to
look at them.  The lines marked "varies" above seem to vary with each new
link.  The other lines seem to be the key ones.

		Leonard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]