Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 14:12:27 +0000 (14:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 Apr 2001 14:12:27 +0000 (14:12 +0000)
commite661fdf2677bc45fa845da1c4c708d1ce56110e5
tree801684576b6f33fe6af126c33ce39fc34c94e4ab
parentd20f21a2154de2960b13a67a6acfb78cc7cde13e
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.
ChangeLog
sysdeps/unix/sysv/linux/arm/register-dump.h
sysdeps/unix/sysv/linux/arm/sys/elf.h
sysdeps/unix/sysv/linux/arm/sys/procfs.h
sysdeps/unix/sysv/linux/arm/sys/ucontext.h
sysdeps/unix/sysv/linux/arm/sys/user.h