* linux-thread-db.c (enable_thread_event_reporting): Fix comment
typo.
This commit is contained in:
parent
8adb2e35e2
commit
2ef52e7748
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* linux-thread-db.c (enable_thread_event_reporting): Fix comment
|
||||||
|
typo.
|
||||||
|
|
||||||
2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
|
2007-05-11 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
|
* breakpoint.c (single_step_breakpoint_inserted_here_p): New function.
|
||||||
|
|
|
@ -482,7 +482,7 @@ enable_thread_event_reporting (void)
|
||||||
|
|
||||||
#ifdef HAVE_GNU_LIBC_VERSION_H
|
#ifdef HAVE_GNU_LIBC_VERSION_H
|
||||||
/* The event reporting facility is broken for TD_DEATH events in
|
/* The event reporting facility is broken for TD_DEATH events in
|
||||||
glibc 2.1.3, so don't enable it we have glibc but a lower
|
glibc 2.1.3, so don't enable it if we have glibc but a lower
|
||||||
version. */
|
version. */
|
||||||
libc_version = gnu_get_libc_version ();
|
libc_version = gnu_get_libc_version ();
|
||||||
if (sscanf (libc_version, "%d.%d", &libc_major, &libc_minor) == 2
|
if (sscanf (libc_version, "%d.%d", &libc_major, &libc_minor) == 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue