Fix typo (thead -> thread)

gdb/stubs/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

	* ia64vms-stub.c: Fix typo in comment (thead -> thread).

gdb/testsuite/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

	* gdb.threads/stop-with-handle.exp: Fix typo in comment
	(theads -> threads).

gdbsupport/ChangeLog:
2020-04-28  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

	* gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
This commit is contained in:
Tankut Baris Aktemur 2020-04-28 11:30:52 +02:00
parent 56a4f5a10b
commit 32d1f47a12
6 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* ia64vms-stub.c: Fix typo in comment (thead -> thread).
2019-10-26 Tom de Vries <tdevries@suse.de>
* ia64vms-stub.c: Fix typos in comments.

View File

@ -776,7 +776,7 @@ set_thread_scheduling (int val)
return blk.dbgext$l_stop_value;
}
/* Get next thead (after THR). Start with 0. */
/* Get next thread (after THR). Start with 0. */
static unsigned int
thread_next (unsigned int thr)

View File

@ -1,3 +1,8 @@
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* gdb.threads/stop-with-handle.exp: Fix typo in comment
(theads -> threads).
2020-04-28 Tom de Vries <tdevries@suse.de>
* gdb.opt/inline-cmds.exp: Set KFAIL PR.

View File

@ -15,7 +15,7 @@
# This test covers a case where SIGSTOP has been configured to be
# passed to the target with GDB's 'handle' command, and then a
# multi-threaded inferior encounters an event that causes all theads
# multi-threaded inferior encounters an event that causes all threads
# to be stopped.
#
# The problem that (used) to exist was that GDB would see the SIGSTOP,

View File

@ -1,3 +1,7 @@
2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* gdb-sigmask.h: Fix typo (pthead_sigmask -> pthread_sigmask).
2020-04-27 Simon Marchi <simon.marchi@polymtl.ca>
* common-defs.h: Include cstdlib.h.

View File

@ -36,7 +36,7 @@
system that only had pthread_sigmask, we could still use it with
some extra changes. */
#ifdef HAVE_PTHREAD_SIGMASK
#error pthead_sigmask available without sigprocmask - please report
#error pthread_sigmask available without sigprocmask - please report
#endif
#endif /* HAVE_SIGPROCMASK */