glibc/sysdeps/powerpc
Ulrich Drepper a808d541c6 Update.
2000-02-28  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/start.c: Initialize __errno and add comment
	explaining why.  Remove K&R compatibility.

	* sysdeps/powerpc/fpu/s_isnan.c: Avoid using asm statement to
	declare aliases.

	* sysdeps/powerpc/Makefile: Always pass flags to compile for ppc
	and not rs6000.
	[$(subdir)=misc] (sysdep_routines): Add gprsave0, gprrest0,
	gprsave1 , and gprrest1.
	Don't pass special flags to compiler for init and gmon-start if
	this is no ELF platform.

	* sysdeps/mach/hurd/bits/statfs.h: Define _STATFS_F_NAMELEN.
	* sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/statfs.h: Likewise.
	* sysdeps/posix/fpathconf.c: Don't unconditionally use f_namelen
	in statfs.  Check feature macro and use f_name_max or NAME_MAX
	instead.
	* sysdeps/posix/pathconf.c: Likewise.

	* dlfcn/dlfcn.h: Remove DL_CALL_FCT definition here.
	* sysdeps/generic/bits/dlfcn.h: Define DL_CALL_FCT here.
	* sysdeps/mips/bits/dlfcn.h: Define DL_CALL_FCT here.
	* iconv/skeleton.c: If DL_CALL_FCT is not yet defined, add dumy
	definition here.

	* sysdeps/generic/libc-start.c: Fix typo in comment.

	* include/set-hooks.h: Allow systems to not define
	symbol_set_define.

	* configure.in: Unify machine names rs6000 and powerpc.
2000-02-28 21:16:38 +00:00
..
bits Update. 1999-10-31 17:42:43 +00:00
elf Update. 2000-02-25 20:30:43 +00:00
fpu Update. 2000-02-28 21:16:38 +00:00
Dist Update. 2000-01-27 01:50:11 +00:00
Implies Update. 1999-07-14 00:54:57 +00:00
Makefile Update. 2000-02-28 21:16:38 +00:00
Versions Update. 1998-07-10 20:45:28 +00:00
__longjmp.S Update. 1999-10-12 00:19:17 +00:00
add_n.S Update. 1999-10-11 22:31:36 +00:00
addmul_1.S Update. 1999-10-11 22:31:36 +00:00
atomicity.h Update. 2000-02-14 23:28:28 +00:00
backtrace.c Update. 1998-12-11 15:32:09 +00:00
bsd-_setjmp.S Update. 1999-10-11 22:31:36 +00:00
bsd-setjmp.S Update. 1999-10-11 22:31:36 +00:00
dl-machine.c * sysdeps/powerpc/dl-machine.c: Many minor formatting changes. (OPCODE_LWZU): New macro. (OPCODE_ADDIS_HI): New macro. (OPCODE_LIS_HI): New macro. (__elf_machine_runtime_setup): Change PLT code-generation scheme for thread safety even with very large PLTs, better efficiency, and to fix a cache-flushing bug. Also support the Motorola 8xx processors which have a different cache line size than all the others. (__elf_machine_fixup_plt): Likewise. (__process_machine_rela): Don't use elf_machine_fixup_plt. 1999-12-31 01:33:06 +00:00
dl-machine.h 1999-07-21 Roland McGrath <roland@baalperazim.frob.com> 1999-07-21 16:58:06 +00:00
dl-start.S Update. 1999-10-11 22:31:36 +00:00
fclrexcpt.c Update. 2000-02-26 01:21:37 +00:00
fe_nomask.c Update. 1997-08-10 18:37:15 +00:00
ffs.c Update. 1998-08-09 22:34:19 +00:00
fpu_control.h Update. 1998-11-26 12:02:23 +00:00
lshift.S Update. 1999-10-11 22:31:36 +00:00
machine-gmon.h Update. 1997-09-24 23:03:42 +00:00
memprof.h Update. 2000-02-11 19:48:04 +00:00
memset.S Update. 1999-10-11 22:31:36 +00:00
mul_1.S Update. 1999-10-11 22:31:36 +00:00
ppc-mcount.S Update. 1999-10-11 22:31:36 +00:00
register-dump.h Update. 1998-11-17 18:36:05 +00:00
rshift.S Update. 1999-10-11 22:31:36 +00:00
setjmp.S Update. 1999-10-11 23:31:35 +00:00
stackinfo.h Update. 1999-11-15 00:13:42 +00:00
stpcpy.S Update. 1999-10-11 22:31:36 +00:00
strcat.c Update. 1997-09-24 23:03:42 +00:00
strchr.S Update. 1999-10-11 22:31:36 +00:00
strcmp.S Update. 1999-10-11 22:31:36 +00:00
strcpy.S Update. 1999-10-11 22:31:36 +00:00
strlen.S Update. 1999-10-11 22:31:36 +00:00
sub_n.S Update. 1999-10-11 22:31:36 +00:00
submul_1.S Update. 1999-10-11 22:31:36 +00:00
sysdep.h Update. 1999-10-10 20:36:40 +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