diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:31:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-24 22:31:19 +0000 |
commit | ca557f44a0548248b83712ade658eefe9c976923 (patch) | |
tree | 0f7ee0fa8f59a615a29f07388626d172e876aa2a /gdb/ia64-linux-nat.c | |
parent | a4b6fc86fa32d442efcbfb5c17549e4034d44552 (diff) | |
download | gdb-ca557f44a0548248b83712ade658eefe9c976923.zip gdb-ca557f44a0548248b83712ade658eefe9c976923.tar.gz gdb-ca557f44a0548248b83712ade658eefe9c976923.tar.bz2 |
s/Linux/.../
Fix PR gdb/378.
Diffstat (limited to 'gdb/ia64-linux-nat.c')
-rw-r--r-- | gdb/ia64-linux-nat.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ia64-linux-nat.c b/gdb/ia64-linux-nat.c index 338adbe..ff0557b 100644 --- a/gdb/ia64-linux-nat.c +++ b/gdb/ia64-linux-nat.c @@ -1,5 +1,7 @@ -/* Functions specific to running gdb native on IA-64 running Linux. - Copyright 1999, 2000, 2001 Free Software Foundation, Inc. +/* Functions specific to running gdb native on IA-64 running + GNU/Linux. + + Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GDB. |