From 310a561d4d020599562eaf35a8f6b696c2dbd24f Mon Sep 17 00:00:00 2001 From: uweigand Date: Thu, 11 Oct 2007 19:35:28 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 9 +++++++++ gdb/linux-nat.c | 4 ++-- gdb/m68klinux-tdep.c | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5645aa333..0faea7cf4a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2007-10-11 Ulrich Weigand + + * 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. + 2007-10-11 Daniel Jacobowitz * MAINTAINERS (language support): List Joel and Paul as diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c index 20ae49d387..9a39ab6438 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 diff --git a/gdb/m68klinux-tdep.c b/gdb/m68klinux-tdep.c index 8677a12d36..8270c5b498 100644 --- a/gdb/m68klinux-tdep.c +++ b/gdb/m68klinux-tdep.c @@ -213,8 +213,8 @@ static int target_is_uclinux; static void m68k_linux_inferior_created (struct target_ops *objfile, int from_tty) { - /* Record that we will need to re-evaluate whether we are running on - a uClinux or normal Linux target (see m68k_linux_get_sigtramp_info). */ + /* Record that we will need to re-evaluate whether we are running on a + uClinux or normal GNU/Linux target (see m68k_linux_get_sigtramp_info). */ target_is_uclinux = -1; } @@ -227,7 +227,7 @@ m68k_linux_get_sigtramp_info (struct frame_info *next_frame) if (target_is_uclinux == -1) { - /* Determine whether we are running on a uClinux or normal Linux + /* Determine whether we are running on a uClinux or normal GNU/Linux target so we can use the correct sigcontext layouts. */ CORE_ADDR dummy; -- 2.11.0