From: Michael Snyder Date: Sun, 5 Oct 2008 19:54:20 +0000 (+0000) Subject: 2008-10-05 Michael Snyder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=329c7c7280bda1c7b71f3ff3d8a5a009fa0508f3;p=thirdparty%2Fbinutils-gdb.git 2008-10-05 Michael Snyder * infrun.c (handle_inferior_event): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4584955b4f8..1179da1c715 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-10-05 Michael Snyder + + * infrun.c (handle_inferior_event): Fix typo in comment. + 2008-10-04 Michael Snyder * configure.tgt: Add linux-record.o here instead of in NATDEPFILES. diff --git a/gdb/infrun.c b/gdb/infrun.c index a1b6b2c2f32..2a93bfe36c6 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -2639,7 +2639,7 @@ targets should add new threads to the thread list themselves in non-stop mode.") another signal besides SIGTRAP, so check here as well as above.'' - If someone ever tries to get get call dummys on a + If someone ever tries to get call dummys on a non-executable stack to work (where the target would stop with something like a SIGSEGV), then those tests might need to be re-instated. Given, however, that the tests were only