Re: CVS commit: src
Joerg Sonnenberger <joerg <at> britannica.bec.de>
2010-09-13 13:46:42 GMT
On Sun, Sep 12, 2010 at 02:50:17AM +0200, Joerg Sonnenberger wrote:
> At the moment the following binaries change:
>
> nlist_elf64.o from libc
> ld.elf_so
> savecore
> ldd
> librump and librumpuser + t_modautoload from the rump test cases
> boot, netboot and ustarboot in mdec
> lockstat
> paxctl
> exec_elf64.kmod
The same change for a src tree before this change results in:
ld.elf_so
ldd
librump, librumpuser, t_modautoload
mdec's boot, netboot and ustarboot
crunchide.
ld.elf_so and ldd is at least expected the relocations use Elf_Word. The
smaller size would be consistent with every other tool. Similar reasons
likely apply to the rest, I would ask Alpha users to test the attached
patch.
Joerg
(Continue reading)