summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/register-dump.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-04 17:21:50 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-04 17:21:50 +0000
commitfb19a1ec9efc34ce5409374844eb2a2820d4c187 (patch)
tree8d7228d5ffa54e043a1f28db83bfa90a28ed2c54 /sysdeps/unix/sysv/linux/arm/register-dump.h
parent3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46 (diff)
Update.
1999-01-04 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of register values. * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file. * csu/version.c (banner): Update date. * elf/sprof.c: Likewise. * login/programs/utmpd.c: Likewise. * nss/getent.c: Likewise. * posix/getconf.c: Likewise. * Rules: Likewise. Remove rules to generate obsolete empty.{c,o*}.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/register-dump.h')
-rw-r--r--sysdeps/unix/sysv/linux/arm/register-dump.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/register-dump.h b/sysdeps/unix/sysv/linux/arm/register-dump.h
index 015780c623..4ccd9e2e4c 100644
--- a/sysdeps/unix/sysv/linux/arm/register-dump.h
+++ b/sysdeps/unix/sysv/linux/arm/register-dump.h
@@ -1,5 +1,5 @@
/* Dump registers.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Philip Blundell <pb@nexus.co.uk>, 1998.
@@ -72,12 +72,12 @@ register_dump (int fd, union k_sigcontext *ctx)
hexvalue (ctx->v20.reg.ARM_r7, regs[7], 8);
hexvalue (ctx->v20.reg.ARM_r8, regs[8], 8);
hexvalue (ctx->v20.reg.ARM_r9, regs[9], 8);
- hexvalue (ctx->v20.reg.ARM_r10, regs[10], 4);
- hexvalue (ctx->v20.reg.ARM_fp, regs[11], 4);
- hexvalue (ctx->v20.reg.ARM_ip, regs[12], 4);
- hexvalue (ctx->v20.reg.ARM_sp, regs[13], 4);
- hexvalue (ctx->v20.reg.ARM_lr, regs[14], 4);
- hexvalue (ctx->v20.reg.ARM_pc, regs[15], 4);
+ hexvalue (ctx->v20.reg.ARM_r10, regs[10], 8);
+ hexvalue (ctx->v20.reg.ARM_fp, regs[11], 8);
+ hexvalue (ctx->v20.reg.ARM_ip, regs[12], 8);
+ hexvalue (ctx->v20.reg.ARM_sp, regs[13], 8);
+ hexvalue (ctx->v20.reg.ARM_lr, regs[14], 8);
+ hexvalue (ctx->v20.reg.ARM_pc, regs[15], 8);
hexvalue (ctx->v20.reg.ARM_cpsr, regs[16], 8);
hexvalue (ctx->v20.trap_no, regs[17], 8);
hexvalue (ctx->v20.error_code, regs[18], 8);
@@ -95,12 +95,12 @@ register_dump (int fd, union k_sigcontext *ctx)
hexvalue (ctx->v21.arm_r7, regs[7], 8);
hexvalue (ctx->v21.arm_r8, regs[8], 8);
hexvalue (ctx->v21.arm_r9, regs[9], 8);
- hexvalue (ctx->v21.arm_r10, regs[10], 4);
- hexvalue (ctx->v21.arm_fp, regs[11], 4);
- hexvalue (ctx->v21.arm_ip, regs[12], 4);
- hexvalue (ctx->v21.arm_sp, regs[13], 4);
- hexvalue (ctx->v21.arm_lr, regs[14], 4);
- hexvalue (ctx->v21.arm_pc, regs[15], 4);
+ hexvalue (ctx->v21.arm_r10, regs[10], 8);
+ hexvalue (ctx->v21.arm_fp, regs[11], 8);
+ hexvalue (ctx->v21.arm_ip, regs[12], 8);
+ hexvalue (ctx->v21.arm_sp, regs[13], 8);
+ hexvalue (ctx->v21.arm_lr, regs[14], 8);
+ hexvalue (ctx->v21.arm_pc, regs[15], 8);
hexvalue (ctx->v21.arm_cpsr, regs[16], 8);
hexvalue (ctx->v21.trap_no, regs[17], 8);
hexvalue (ctx->v21.error_code, regs[18], 8);