summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2006-11-20 21:47:06 +0000
committerAndrew Cagney <cagney@redhat.com>2006-11-20 21:47:06 +0000
commitea3741aa692748aaee9063989f69b3047960f1c2 (patch)
treef2362b0d0a5b7702e2b53b611226bd642885940d /gdb/linux-nat.h
parent1dcdda88894990e91dd2fadf966a9aafe8333447 (diff)
downloadgdb-ea3741aa692748aaee9063989f69b3047960f1c2.tar.gz
Index: ChangeLog
2006-11-20 Andrew Cagney <cagney@redhat.com> * linux-nat.h: Refer to GNU/Linux or Linux kernel. * linux-nat.c (lin_lwp_attach_lwp, linux_nat_thread_alive): Ditto. * infcmd.c (attach_command): Ditto. * hppa-linux-tdep.c (hppa_linux_regset): Ditto. * mn10300-linux-tdep.c: Ditto. Update copyright year. * frv-linux-tdep.c: Ditto. Update copyright year.
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r--gdb/linux-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h
index f820ff63170..5b39abfcb04 100644
--- a/gdb/linux-nat.h
+++ b/gdb/linux-nat.h
@@ -85,11 +85,11 @@ struct lwp_info *iterate_over_lwps (int (*callback) (struct lwp_info *,
void *),
void *data);
-/* Create a prototype generic Linux target. The client can override
- it with local methods. */
+/* Create a prototype generic GNU/Linux target. The client can
+ override it with local methods. */
struct target_ops * linux_target (void);
-/* Register the customized Linux target. This should be used
+/* Register the customized GNU/Linux target. This should be used
instead of calling add_target directly. */
void linux_nat_add_target (struct target_ops *);