Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patches: remove obsolete glibc patches | Kirill K. Smirnov | 2016-09-15 | 1 | -11/+0 |
| | | | | | | Glibc prior to 2.18, linuxthreads and ports are not supported. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com> | ||||
* | libc/glibc: repair debugging with gdb (glibc 2.9) | Titus von Boxberg | 2010-08-21 | 1 | -0/+11 |
Without this patch, crosstool-ng-built glibc-2.9 prevents debugging any exeutable with gdb. gdb says: [Thread debugging using libthread_db enabled] find_new_threads_callback: cannot get thread info: generic error See also https://bugzilla.redhat.com/show_bug.cgi?id=487212 for a discussion of the bug and the solution. |