CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/22 14:37:30
Modified files:
lib/csu : boot.h
lib/csu/alpha : md_init.h
libexec/ld.so/alpha: archdep.h ldasm.S rtld_machine.c
Log message:
Make alpha less special: _dl_boot_bind() is written to complete
relocation of ld.so's GOT without using it, so _reloc_alpha_got()
merely made the call to _dl_boot_bind() from asm simpler...while
itself being a call that required special handling.
diff and muild baking by miod@
ok guenther@
