summaryrefslogtreecommitdiff
path: root/gdb/alphabsd-nat.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-30 19:23:21 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-30 19:23:21 +0000
commit4e3933a368ff85526c52ca19b8b62da7f57a5ed3 (patch)
tree3914fd26f7bd630d441d65bcf88d9108f53fc685 /gdb/alphabsd-nat.c
parentb348f6a474fc1ee0f4ec108e7786378cd4b60da6 (diff)
downloadgdb-4e3933a368ff85526c52ca19b8b62da7f57a5ed3.tar.gz
* alphabsd-nat.c: Update copyright year.
(getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
Diffstat (limited to 'gdb/alphabsd-nat.c')
-rw-r--r--gdb/alphabsd-nat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/alphabsd-nat.c b/gdb/alphabsd-nat.c
index 0781698710f..d282a72ad69 100644
--- a/gdb/alphabsd-nat.c
+++ b/gdb/alphabsd-nat.c
@@ -1,5 +1,6 @@
/* Native-dependent code for Alpha BSD's.
- Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+
+ Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This file is part of GDB.
@@ -76,10 +77,9 @@ static int
getregs_supplies (int regno)
{
return ((regno >= ALPHA_V0_REGNUM && regno <= ALPHA_ZERO_REGNUM)
- || regno >= PC_REGNUM);
+ || regno >= ALPHA_PC_REGNUM);
}
-
/* Fetch register REGNO from the inferior. If REGNO is -1, do this
for all registers (including the floating point registers). */