aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-12 19:40:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-12 19:40:05 +0000
commitb398ae3c6da325b334319d061eaa84226dbe3141 (patch)
tree6c7ce13c00d967edc189823d27e73fe36239527e /ChangeLog
parentaddb5f3176382693f987f0f44f3708f610d2e984 (diff)
downloadglibc-b398ae3c6da325b334319d061eaa84226dbe3141.tar
glibc-b398ae3c6da325b334319d061eaa84226dbe3141.tar.gz
glibc-b398ae3c6da325b334319d061eaa84226dbe3141.tar.bz2
glibc-b398ae3c6da325b334319d061eaa84226dbe3141.zip
Update.
2002-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL): Define for powerpc. * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment into account. * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INTERNAL_SYSCALL): Make use of ERR parameter. (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO, INTERNAL_SYSCALL_ERROR_P): Adjust accordingly. (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL. * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file. 2002-01-09 Richard Henderson <rth@redhat.com> * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute DTPREL64 and TPREL64 without loadbase applied. 2002-01-09 Richard Henderson <rth@redhat.com> * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno for NOT_IN_libc. * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits... * sysdeps/unix/alpha/sysdep.h: ... here. (PSEUDO_LOADGP): Remove. (PSEUDO_PROLOGUE): Load GP in non-pic case. (SYSCALL_ERROR_LABEL): New. (PSEUDO): Use it in error branch. (PSEUDO_END): Add $syscall_error label.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99511b6ce7..4393fa5caf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2002-01-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+
+ * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
+ Define for powerpc.
+ * sysdeps/unix/sysv/linux/powerpc/syscall.S: Take register alignment
+ into account.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
+ (INTERNAL_SYSCALL): Make use of ERR parameter.
+ (INTERNAL_SYSCALL_DECL, INTERNAL_SYSCALL_ERRNO,
+ INTERNAL_SYSCALL_ERROR_P): Adjust accordingly.
+ (INLINE_SYSCALL): Make use of INTERNAL_SYSCALL.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: New file.
+
+2002-01-09 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/alpha/dl-machine.h (elf_machine_rela): Compute
+ DTPREL64 and TPREL64 without loadbase applied.
+
+2002-01-09 Richard Henderson <rth@redhat.com>
+
+ * sysdeps/unix/alpha/sysdep.S: Use correct definition of errno
+ for NOT_IN_libc.
+
+ * sysdeps/unix/sysv/linux/alpha/sysdep.h: Move inline syscall bits...
+ * sysdeps/unix/alpha/sysdep.h: ... here.
+ (PSEUDO_LOADGP): Remove.
+ (PSEUDO_PROLOGUE): Load GP in non-pic case.
+ (SYSCALL_ERROR_LABEL): New.
+ (PSEUDO): Use it in error branch.
+ (PSEUDO_END): Add $syscall_error label.
+
2003-01-12 Andreas Jaeger <aj@suse.de>
* math/bits/mathcalls.h: Round is a const function.