NetBSD/libexec/ld.elf_so/arch
matt 0655a07988 Fix bug where only 2/3 of the PLT was being synched with the icache.
PLT entries are 12 bytes.  Add a #define for that and replace the
explicit values with the PLT_ENTRY_SIZE.  This bug can cause random
SIGILL signals to happen.
2003-01-11 01:33:56 +00:00
..
alpha Minor cleanup. 2002-10-05 11:59:03 +00:00
arm Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded 2002-10-03 20:39:22 +00:00
hppa Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +00:00
i386 Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded 2002-10-03 20:39:22 +00:00
m68k Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded 2002-10-03 20:39:22 +00:00
mips Minor cleanup. 2002-10-05 11:59:03 +00:00
powerpc Fix bug where only 2/3 of the PLT was being synched with the icache. 2003-01-11 01:33:56 +00:00
sh3 Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded 2002-10-03 20:39:22 +00:00
sparc Remove the `self' args to _rtld_relocate_objects() and 2002-09-26 20:42:10 +00:00
sparc64 _rtld_bind(): Don't use "rela" until after we've (potentially) adjusted 2002-10-18 20:35:25 +00:00
vax Minor cleanup. 2002-10-05 11:59:03 +00:00
x86_64 Replace return -1 in rtld_bind with _rtld_die() call. 2002-11-24 18:19:23 +00:00