diff options
Diffstat (limited to 'gdb/config/alpha/nm-linux.h')
-rw-r--r-- | gdb/config/alpha/nm-linux.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gdb/config/alpha/nm-linux.h b/gdb/config/alpha/nm-linux.h index c86ecc3..5d5e945 100644 --- a/gdb/config/alpha/nm-linux.h +++ b/gdb/config/alpha/nm-linux.h @@ -1,6 +1,7 @@ -/* Native definitions for alpha running Linux. - Copyright 1993, 1994, 1996, 1998, 2000, 2001 - Free Software Foundation, Inc. +/* Native definitions for alpha running GNU/Linux. + + Copyright 1993, 1994, 1996, 1998, 2000, 2001, 2002 Free Software + Foundation, Inc. This file is part of GDB. @@ -37,7 +38,7 @@ extern int get_longjmp_target (CORE_ADDR *); #define U_REGS_OFFSET 0 -/* FIXME: This is probably true, or should be, on all Linux ports. +/* FIXME: This is probably true, or should be, on all GNU/Linux ports. IA64? Sparc64? */ #define PTRACE_ARG3_TYPE long @@ -49,7 +50,7 @@ extern int get_longjmp_target (CORE_ADDR *); #define CANNOT_STEP_BREAKPOINT -/* Linux has shared libraries. */ +/* GNU/Linux has shared libraries. */ #define GDB_TARGET_HAS_SHARED_LIBS |