aboutsummaryrefslogtreecommitdiff
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
commit155bd5d1c1c18a53240f651475f55798e35c2659 (patch)
tree5b98765506d0c0a3a12b4bc4d12777737d4432e3 /gdb/linux-nat.h
parent0f6bf4518a1fa0f7a569bb701db640eb9746ca5f (diff)
downloadfsf-binutils-gdb-155bd5d1c1c18a53240f651475f55798e35c2659.zip
fsf-binutils-gdb-155bd5d1c1c18a53240f651475f55798e35c2659.tar.gz
fsf-binutils-gdb-155bd5d1c1c18a53240f651475f55798e35c2659.tar.bz2
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 f820ff6..5b39abf 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 *);