glibc/sysdeps/powerpc
Ulrich Drepper 052b6a6c94 Update.
1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>

	* sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
	dl-machine.h.
	* sysdeps/powerpc/dl-machine.c: New file.
	* sysdeps/powerpc/dl-machine.h: Move much stuff into separate
	files.  Revise ELF_PREFERRED_ADDRESS to take account of
	the new mapping information (fixes bug involving huge bloated
	web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
	* sysdeps/powerpc/dl-start.S: New file.

	* elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
	l_map_end.
	* elf/do-rel.h: Call elf_machine_rel only once (to save space).
	* elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
	others.  Call elf_dynamic_do_##reloc only once (to save even more
	space).
	* elf/link.h: Add new members l_map_start and l_map_end to keep
	track of the memory map.
	* elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
	the executable.

1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>

	* debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
	Reported by Andreas Jaeger.

	* posix/glob.h: Use __size_t instead of size_t in definitions and
	make sure this is defined.

	* manual/locale.texi: Almost complete rewrite.  Document more functions
1998-09-01 14:31:49 +00:00
..
bits Update. 1998-08-09 22:34:19 +00:00
elf Update. 1998-08-26 18:03:49 +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-08-15 02:40:04 +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
Dist Update. 1998-02-13 17:54:15 +00:00
dl-machine.c Update. 1998-09-01 14:31:49 +00:00
dl-machine.h Update. 1998-09-01 14:31:49 +00:00
dl-start.S Update. 1998-09-01 14:31:49 +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. 1997-08-10 18:37:15 +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. 1997-05-21 01:48:59 +00:00
feupdateenv.c Update. 1997-05-21 01:48:59 +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. 1997-08-10 18:37:15 +00:00
fraiseexcpt.c Update. 1997-08-10 18:37:15 +00:00
fsetexcptflg.c Update. 1997-08-10 18:37:15 +00:00
ftestexcept.c Update. 1997-08-10 18:37:15 +00:00
Implies Update. 1997-03-08 05:28:20 +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
Makefile Update. 1998-09-01 14:31:49 +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-08-26 18:03:49 +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. 1997-08-10 18:37:15 +00:00
s_rintf.c Update. 1997-08-10 18:37:15 +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
Versions Update. 1998-07-10 20:45:28 +00:00
w_sqrt.c Update. 1997-08-29 01:19:12 +00:00
w_sqrtf.c Update. 1997-08-29 01:19:12 +00:00