K 10 svn:author V 6 marcel K 8 svn:date V 27 2014-07-26T17:07:32.084899Z K 7 svn:log V 321 Fix relocations related to dpcpu and vnet sets. The address is rebased to point to the allocated memory, but for architectures that have non-zero relocation addends, the address comparison happens on the "unfinalized" address. After the addend is taken into account, call elf_relocaddr() to make sure we rebase properly. END