aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-22 14:12:27 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-22 14:12:27 +0000
commite661fdf2677bc45fa845da1c4c708d1ce56110e5 (patch)
tree801684576b6f33fe6af126c33ce39fc34c94e4ab /ChangeLog
parentd20f21a2154de2960b13a67a6acfb78cc7cde13e (diff)
downloadglibc-e661fdf2677bc45fa845da1c4c708d1ce56110e5.zip
glibc-e661fdf2677bc45fa845da1c4c708d1ce56110e5.tar.gz
glibc-e661fdf2677bc45fa845da1c4c708d1ce56110e5.tar.bz2
Update.
2001-04-22 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sys/user.h (struct user_fpregs): Renamed from struct user_fp. (struct user_regs): New. (struct user): Use struct user_regs rather than struct pt_regs to avoid dependency on asm/ptrace.h. Use struct user_fpregs in place of struct user_fp and struct user_fp_struct. * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include sys/procfs.h not sys/elf.h. 2001-04-22 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sys/elf.h: Move contents to sys/procfs.h, and tell the user to include that file instead. * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove old cruft surrounded with #if 0. (elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here from sys/elf.h. (prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and elf_fpregset_t respectively. 2001-04-22 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/register-dump.h: Also print the address that faulted.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a39a5f8..4c7a9db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2001-04-22 Philip Blundell <philb@gnu.org>
+
+ * sysdeps/unix/sysv/linux/arm/sys/user.h (struct user_fpregs):
+ Renamed from struct user_fp.
+ (struct user_regs): New.
+ (struct user): Use struct user_regs rather than struct pt_regs to
+ avoid dependency on asm/ptrace.h. Use struct user_fpregs in place
+ of struct user_fp and struct user_fp_struct.
+ * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: Include sys/procfs.h
+ not sys/elf.h.
+
+2001-04-22 Philip Blundell <philb@gnu.org>
+
+ * sysdeps/unix/sysv/linux/arm/sys/elf.h: Move contents to
+ sys/procfs.h, and tell the user to include that file instead.
+ * sysdeps/unix/sysv/linux/arm/sys/procfs.h: Remove old cruft
+ surrounded with #if 0.
+ (elf_greg_t, ELF_NGREG, elf_gregset_t, elf_fpregset_t): Moved here
+ from sys/elf.h.
+ (prgregset_t, prfpregset_t): Define in terms of elf_gregset_t and
+ elf_fpregset_t respectively.
+
+2001-04-22 Philip Blundell <philb@gnu.org>
+
+ * sysdeps/unix/sysv/linux/arm/register-dump.h: Also print the
+ address that faulted.
+
2001-04-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/bits/confname.h: Add _SC_V6_* and _CS_POSIX_V6_*