aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-01-31 18:28:25 +0000
committerRichard Henderson <rth@redhat.com>2003-01-31 18:28:25 +0000
commit87d1b352c895bc2a690e0aa75df73e4cf0c168b3 (patch)
treea8442be8fc4081b028a486f9e28e93306330a2c5 /gdb/config
parentc48861fb9350162456bb07948643aeca6fa06e90 (diff)
downloadgdb-87d1b352c895bc2a690e0aa75df73e4cf0c168b3.zip
gdb-87d1b352c895bc2a690e0aa75df73e4cf0c168b3.tar.gz
gdb-87d1b352c895bc2a690e0aa75df73e4cf0c168b3.tar.bz2
* alpha-nat.c (REGISTER_PTRACE_ADDR): Merge into ...
(register_addr): ... here. Support ALPHA_UNIQUE_REGNUM. (fetch_elf_core_registers): Support ALPHA_UNIQUE_REGNUM. * alpha-tdep.c (alpha_register_name): Add "unique". * alpha-tdep.h (ALPHA_NUM_REGS): Increment. (ALPHA_UNIQUE_REGNUM): New. * config/alpha/nm-linux.h (ALPHA_UNIQUE_PTRACE_ADDR): New.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/nm-linux.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h
index fed32e7..9e99b33 100644
--- a/gdb/config/alpha/nm-linux.h
+++ b/gdb/config/alpha/nm-linux.h
@@ -1,7 +1,7 @@
/* Native definitions for alpha running GNU/Linux.
- Copyright 1993, 1994, 1996, 1998, 2000, 2001, 2002 Free Software
- Foundation, Inc.
+ Copyright 1993, 1994, 1996, 1998, 2000, 2001, 2002, 2003
+ Free Software Foundation, Inc.
This file is part of GDB.
@@ -45,4 +45,7 @@
pointer to the first register. */
#define ALPHA_REGSET_BASE(regsetp) ((long *) (regsetp))
+/* The address of UNIQUE for ptrace. */
+#define ALPHA_UNIQUE_PTRACE_ADDR 65
+
#endif /* NM_LINUX_H */