• Rusty Russell's avatar
    [PATCH] Modules 2/3: Use sh_addr instead of sh_offset · 18f7a1ae
    Rusty Russell authored
    From: Richard Henderson <rth@twiddle.net>
    
    Richard points out that we should be using sh_addr to hold the address,
    
    The original patch used to overload sh_offset to a pointer to the
    location of the section.  This uses sh_addr, which is more correct
    and less surprising.
    18f7a1ae
module.c 6.29 KB