glibc/sysdeps/powerpc
Ulrich Drepper f420344cef Update.
* elf/dynamic-link.h (elf_get_dynamic_info): Take new argument with
	load address.  Relocate d_ptr in DT_DTRTAB, DT_SYMTAB, DT_RELA, DT_REL,
	DT_JMPREL, DT_PLTGOT, and DT_VERSYM l_info entry.
	(_ELF_DYNAMIC_DO_RELOC): Take extra argument which specifies whether
	rel and rela relocations can both happen and skip one test if this
	is not possible.
	(ELF_DYNAMIC_DO_RELA, ELF_DYNAMIC_DO_REL): Call _ELF_DYNAMIC_DO_RELOC
	appropriately.
	* elf/dl-addr.c (_dl_addr): DT_SYMTAB and DT_STRTAB entries are
	already relocated.
	* elf/dl-deps.c (_dl_map_object_deps): DT_STRTAB entry is already
	relocated.
	* elf/dl-load.c (_dl_init_paths): DT_STRTAB entry is already relocated.
	(_dl_map_object_from_fd): Call elf_get_dynamic_info with new argument.
	(_dl_map_object): DT_STRTAB entry is already relocated.
	* elf/dl-lookup.c (do_lookup): DT_STRTAB and DT_SYMTAB entries are
	already relocated.
	* elf/dl-reloc.c (_dl_relocate_object): DT_STRTAB entry is already
	relocated.
	* elf/dl-runtime.c (fixup): DT_SYMTAB, DT_STRTAB, DT_JMPREL, and
	DT_VERSYM entries are already relocated.
	(profile_fixup): Likewise.
	* elf/dl-version.c: Rename VERSTAG macro into VERSYMIDX.  Replace
	all users.
	(match_symbol): DT_STRTAB entry is already relocated.
	(_dl_check_map_versions): Likewise.  Also fo DT_VERSYM.
	* elf/do-rel.h (elf_dynamic_do_rel): reladdr is now assumed to be
	relocated already.  DT_SYMTAB and DT_VERSYM entries are also relocated.
	* elf/rtld.c (_dl_start): Pass extra argument to elf_get_dynamic_info.
	(find_needed): DT_STRTAB entry is already relocated.
	(dl_main): Pass extra argument to elf_get_dynamic_info.
	DT_STRTAB entry is already relocated.
	* sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): DT_JMPREL and
	DT_PLTGOT entries are already relocated.
	(elf_machine_rela): Likewise for DT_SYMTAB.
	* sysdeps/arm/dl-machine.h (elf_machine_rel): DT_STRTAB is already
	relocated.
	* sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
	* sysdeps/m68k/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
	* sysdeps/powerpc/dl-machine.c (__process_machine_rela): Likewise.
	* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Likewise.
	(elf_machine_got_rel): Likewise for DT_SYMTAB and DT_STRTAB.

	* grp/initgroups.c (initgroups): If function in current module was
	successful don't stop but continue to process to get all the groups.
1999-02-20 15:02:24 +00:00
..
bits Update. 1998-12-28 14:28:07 +00:00
elf Update. 1998-08-26 18:03:49 +00:00
Dist Update. 1998-09-14 16:38:49 +00:00
Implies Update. 1997-03-08 05:28:20 +00:00
Makefile Update. 1998-09-01 14:31:49 +00:00
Versions Update. 1998-07-10 20:45:28 +00:00
__longjmp.S Update. 1998-08-09 22:34:19 +00:00
add_n.S Update. 1997-09-11 12:09:10 +00:00
addmul_1.S Update. 1997-09-11 12:09:10 +00:00
atomicity.h Update. 1998-05-06 14:43:15 +00:00
backtrace.c Update. 1998-12-11 15:32:09 +00:00
bsd-_setjmp.S Update. 1997-09-11 12:09:10 +00:00
bsd-setjmp.S Update. 1997-09-11 12:09:10 +00:00
bzero.S Update. 1997-09-24 23:03:42 +00:00
dl-machine.c Update. 1999-02-20 15:02:24 +00:00
dl-machine.h Update. 1998-12-11 15:32:09 +00:00
dl-start.S Pass pointer to _dl_main_searchlist not _dl_default_scope to _dl_init_next. 1998-09-09 18:51:27 +00:00
e_sqrt.c Update. 1997-08-29 01:19:12 +00:00
e_sqrtf.c Update. 1997-08-29 01:19:12 +00:00
fclrexcpt.c Update. 1998-12-31 18:19:19 +00:00
fe_nomask.c Update. 1997-08-10 18:37:15 +00:00
fegetenv.c Update. 1997-05-21 01:48:59 +00:00
fegetround.c Update. 1997-08-10 18:37:15 +00:00
feholdexcpt.c Update. 1997-05-21 01:48:59 +00:00
fenv_const.c Update. 1997-08-10 18:37:15 +00:00
fenv_libc.h Update. 1997-08-10 18:37:15 +00:00
fesetenv.c Update. 1997-05-21 01:48:59 +00:00
fesetround.c Update. 1998-12-31 18:19:19 +00:00
feupdateenv.c Update. 1998-12-31 18:19:19 +00:00
ffs.c Update. 1998-08-09 22:34:19 +00:00
fgetexcptflg.c Update. 1997-08-10 18:37:15 +00:00
fpu_control.h Update. 1998-11-26 12:02:23 +00:00
fraiseexcpt.c Update. 1998-12-31 18:19:19 +00:00
fsetexcptflg.c Update. 1998-12-31 18:19:19 +00:00
ftestexcept.c Update. 1997-08-10 18:37:15 +00:00
lshift.S Update. 1997-09-11 12:09:10 +00:00
machine-gmon.h Update. 1997-09-24 23:03:42 +00:00
memset.S Update. 1997-09-11 12:09:10 +00:00
mul_1.S Update. 1997-09-11 12:09:10 +00:00
ppc-mcount.S Update. 1997-09-11 12:09:10 +00:00
register-dump.h Update. 1998-11-17 18:36:05 +00:00
rshift.S Update. 1997-09-11 12:09:10 +00:00
s_copysign.S Update. 1997-09-11 12:09:10 +00:00
s_copysignf.S Update. 1997-08-29 01:19:12 +00:00
s_fabs.S Update. 1997-09-11 12:09:10 +00:00
s_fabsf.S Update. 1997-08-29 01:19:12 +00:00
s_fdim.c Update. 1997-12-28 16:01:53 +00:00
s_fdimf.c Update. 1997-12-28 16:01:53 +00:00
s_fmax.S Update. 1997-12-28 16:01:53 +00:00
s_fmaxf.S Update. 1997-12-28 16:01:53 +00:00
s_fmin.S Update. 1997-12-28 16:01:53 +00:00
s_fminf.S Update. 1997-12-28 16:01:53 +00:00
s_isnan.c Update. 1997-08-10 18:37:15 +00:00
s_isnanf.S Update. 1997-08-29 01:19:12 +00:00
s_llrint.c Update. 1997-12-28 16:01:53 +00:00
s_llrintf.c Update. 1997-12-28 16:01:53 +00:00
s_llround.c Update. 1997-12-28 16:01:53 +00:00
s_llroundf.c Update. 1997-12-28 16:01:53 +00:00
s_lrint.c Update. 1997-12-28 16:01:53 +00:00
s_lrintf.S Update. 1997-12-28 16:01:53 +00:00
s_lround.c Update. 1997-12-28 16:01:53 +00:00
s_lroundf.c Update. 1997-12-28 16:01:53 +00:00
s_rint.c Update. 1998-12-31 18:19:19 +00:00
s_rintf.c Update. 1998-12-31 18:19:19 +00:00
setjmp.S Update. 1998-08-09 22:34:19 +00:00
stpcpy.S Update. 1997-09-24 23:03:42 +00:00
strcat.c Update. 1997-09-24 23:03:42 +00:00
strchr.S Update. 1997-09-11 12:09:10 +00:00
strcmp.S Update. 1997-09-11 12:09:10 +00:00
strcpy.S Update. 1997-09-24 23:03:42 +00:00
strlen.S Update. 1997-09-11 12:09:10 +00:00
sub_n.S Update. 1997-09-11 12:09:10 +00:00
submul_1.S Update. 1997-09-11 12:09:10 +00:00
t_sqrt.c Update. 1997-08-10 18:37:15 +00:00
test-arith.c Update. 1998-02-26 11:20:59 +00:00
test-arithf.c Update. 1997-08-10 18:37:15 +00:00
w_sqrt.c Update. 1998-12-31 18:19:19 +00:00
w_sqrtf.c Update. 1998-12-31 18:19:19 +00:00