From: Mark Kettenis Date: Sun, 12 Dec 2004 13:51:55 +0000 (+0000) Subject: * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment. X-Git-Tag: gdb-pre-i18n-errorwarning-20050211~604 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d9b270c62ddb9f02b06fa92cf2ec778a6d9fb8b;p=platform%2Fupstream%2Fbinutils.git * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42594e7..0716b64 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-12-12 Mark Kettenis + + * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment. + 2004-12-11 Mark Kettenis * hppa-hpux-nat.c (ss_mpsfu_high): Remove define. diff --git a/gdb/hppa-hpux-nat.c b/gdb/hppa-hpux-nat.c index 72a837d..db05072 100644 --- a/gdb/hppa-hpux-nat.c +++ b/gdb/hppa-hpux-nat.c @@ -225,8 +225,9 @@ static int hppa_hpux_child_can_run (void) { /* This variable is controlled by modules that layer their own - process structure atop that provided here. hpux-thread.c does - this because of the HP-UX user-mode level thread model. */ + process structure atop that provided here. The code in + hpux-thread.c does this to support the HP-UX user-mode DCE + threads. */ return !child_suppress_run; }