[BusyBox] [patch] ia64 support for busybox's insmod

Mike Frysinger vapier at gentoo.org
Thu Sep 2 23:18:45 UTC 2004


On Thursday 02 September 2004 09:59 am, Erik Andersen wrote:
> The only one that looks suspicious is amd64.  Since I've never
> messed with such a system, I can't say for sure whether that
> needs to instead use RELA.

maybe this means more to others than me:
vapier at amd64 0 vapier $ readelf -S /usr/lib32/libdl.so | grep REL
  [ 8] .rel.dyn          REL             00000b90 000b90 000060 08   A  3   0  
4
  [ 9] .rel.plt          REL             00000bf0 000bf0 0000c8 08   A  3   b  
4
vapier at amd64 0 vapier $ readelf -S /usr/lib64/libdl.so | grep REL
  [ 8] .rela.dyn         RELA             0000000000000ca8  00000ca8
  [ 9] .rela.plt         RELA             0000000000000df8  00000df8
-mike



More information about the busybox mailing list