OSDN Git Service

* alphabsd-nat.c (fetch_inferior_registers):
authorkettenis <kettenis>
Sat, 14 Aug 2004 23:37:02 +0000 (23:37 +0000)
committerkettenis <kettenis>
Sat, 14 Aug 2004 23:37:02 +0000 (23:37 +0000)
commita547698f271ab4fee0d54a3bd9d2541e12f229f7
tree3787e1e21e864abe746bd526b4a482d1b6d2a24f
parentf42d940cb73e42b84f0f935722e2cf0b9e07de2a
* alphabsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* amd64bsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* armnbsd-nat.c: Update copyright year.
(fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
(store_register, store_regs, store_fp_register, store_fp_regs):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* hppabsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* i386bsd-nat.c (fetch_inferior_registers)
(store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* m68kbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* m88kbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* mipsnbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* ns32knbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* ppcnbsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* ppcobsd-nat.c (fetch_inferior_registers):
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* shnbsd-nat.c: Update copyright year.
(fetch_inferior_registers, store_inferior_registers):
Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
* vaxbsd-nat.c (fetch_inferior_registers)
(store_inferior_registers): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
14 files changed:
gdb/ChangeLog
gdb/alphabsd-nat.c
gdb/amd64bsd-nat.c
gdb/armnbsd-nat.c
gdb/hppabsd-nat.c
gdb/i386bsd-nat.c
gdb/m68kbsd-nat.c
gdb/m88kbsd-nat.c
gdb/mipsnbsd-nat.c
gdb/ns32knbsd-nat.c
gdb/ppcnbsd-nat.c
gdb/ppcobsd-nat.c
gdb/shnbsd-nat.c
gdb/vaxbsd-nat.c