aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha/nm-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/alpha/nm-linux.h')
-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 fed32e7930b..9e99b33cd1f 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 */