diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-11 19:35:29 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-11 19:35:29 +0000 |
commit | e9efe249805e7b4942a21d8f7de79e6136eddefa (patch) | |
tree | 2d7c3fe0aa3abed4d25b2cd31cb6e002a4e27273 /gdb/linux-nat.c | |
parent | 7d00dcbd9cabb4e810e875fc821b1ed26f07c20f (diff) | |
download | gdb-e9efe249805e7b4942a21d8f7de79e6136eddefa.zip gdb-e9efe249805e7b4942a21d8f7de79e6136eddefa.tar.gz gdb-e9efe249805e7b4942a21d8f7de79e6136eddefa.tar.bz2 |
* linux-nat.c (lin_lwp_attach_lwp): Use "Linux kernel 2.6.19"
instead of "Linux 2.6.19" in comment.
(linux_xfer_partial): Use "GNU/Linux target" instead of
"Linux target" in comment.
* m68klinux-tdep.c (m68k_linux_inferior_created): Likewise.
(m68k_linux_get_sigtramp_info): Likewise.
Diffstat (limited to 'gdb/linux-nat.c')
-rw-r--r-- | gdb/linux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 20ae49d..9a39ab6 100644 --- a/gdb/linux-nat.c +++ b/gdb/linux-nat.c @@ -902,7 +902,7 @@ lin_lwp_attach_lwp (ptid_t ptid, int verbose) { /* If we fail to attach to the thread, issue a warning, but continue. One way this can happen is if thread - creation is interrupted; as of Linux 2.6.19, a kernel + creation is interrupted; as of Linux kernel 2.6.19, a bug may place threads in the thread list and then fail to create them. */ warning (_("Can't attach %s: %s"), target_pid_to_str (ptid), @@ -3212,7 +3212,7 @@ linux_xfer_partial (struct target_ops *ops, enum target_object object, offset, len); } -/* Create a prototype generic Linux target. The client can override +/* Create a prototype generic GNU/Linux target. The client can override it with local methods. */ static void |