hi there,
When doing a 'nm' on the vmlinux I see that some different
symbols are at the same address. This seems very strange
to me. Can anyone explain this?
What I typed (to see the duplicates only)...
nm vmlinux-2.4.18-14 | awk 'BEGIN{oldval=01;} { if ($1==oldval) {
if(plast) { print "\n"; print oldrow;} print $0; plast=0} else plast=1;
oldrow=$0; oldval=$1}' - | more
What I saw....
[stuff removed...]
c0305a78 d emergency_lock
c0305a78 d emergency_pages
c0303100 d i8259A_irq_type
c0303100 D i8259A_lock
c0386628 B jiffies
c0386628 B jiffies_64
[stuff removed...]
Any idea?
Thanks again,
andy winton
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:33 EST