diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:56:08 +0000 |
commit | 923620278bebe7f7169dfbefda6cbbabb739809f (patch) | |
tree | 9b3daeaa47a861cbf312a81470c6d580d42673ff /gdb/config/nm-linux.h | |
parent | ca557f44a0548248b83712ade658eefe9c976923 (diff) | |
download | gdb-923620278bebe7f7169dfbefda6cbbabb739809f.zip gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.gz gdb-923620278bebe7f7169dfbefda6cbbabb739809f.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/config/nm-linux.h')
-rw-r--r-- | gdb/config/nm-linux.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index 84448d6..a2d4292 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -1,6 +1,6 @@ /* Native support for GNU/Linux. - Copyright 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. @@ -19,7 +19,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Linux is SVR4-ish but its /proc file system isn't. */ +/* GNU/Linux is SVR4-ish but its /proc file system isn't. */ #undef USE_PROC_FS /* Tell GDB that we can attach and detach other processes. */ |