diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-08-22 16:32:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-08-22 16:32:35 +0000 |
commit | cd4c5348cd7c5828d5c334be238121f680332270 (patch) | |
tree | ce6d65cc87b91b78e17f91c52b0b2209764b13ea /gdb/config/ia64 | |
parent | 556285ed65e1dacdc8d4f8dc12fdae37b86c20f1 (diff) | |
download | gdb-cd4c5348cd7c5828d5c334be238121f680332270.tar.gz |
* ia64-linux-nat.c: Update copyright year.
(fetch_debug_register, store_debug_register)
(ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
PTRACE_TYPE_ARG3.
* config/ia64/nm-linux.h: Update copyright year.
(PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
Diffstat (limited to 'gdb/config/ia64')
-rw-r--r-- | gdb/config/ia64/nm-linux.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/config/ia64/nm-linux.h b/gdb/config/ia64/nm-linux.h index 20229a016f3..7e9172657ea 100644 --- a/gdb/config/ia64/nm-linux.h +++ b/gdb/config/ia64/nm-linux.h @@ -1,5 +1,6 @@ /* Native support for GNU/Linux, for GDB, the GNU debugger. - Copyright 1999, 2000, 2001 + + Copyright 1999, 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GDB. @@ -42,9 +43,6 @@ extern int ia64_cannot_store_register (int regno); #define U_REGS_OFFSET 0 -#define PTRACE_ARG3_TYPE long -#define PTRACE_XFER_TYPE long - /* Hardware watchpoints */ #define TARGET_HAS_HARDWARE_WATCHPOINTS |