aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1997-10-24 21:04:39 +0000
committerDavid Taylor <taylor@redhat.com>1997-10-24 21:04:39 +0000
commit022278948f2034198be6cdc95cb4bc9b71122698 (patch)
tree5f7781a60687fb368524c0b324d5cd28a812cfaa /gdb/config
parentc14d0cc015fa03494f029143e529cb71cc906eec (diff)
downloadgdb-022278948f2034198be6cdc95cb4bc9b71122698.zip
gdb-022278948f2034198be6cdc95cb4bc9b71122698.tar.gz
gdb-022278948f2034198be6cdc95cb4bc9b71122698.tar.bz2
fix for PR 13618 -- gdb incorrectly reports thread information.
If other systems besides nm-sun4sol2 exhibit the problem, they may need definitions of FIND_NEW_THREADS and a corresponding support function.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sparc/nm-sun4sol2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/sparc/nm-sun4sol2.h b/gdb/config/sparc/nm-sun4sol2.h
index c83e44d..f6833f4 100644
--- a/gdb/config/sparc/nm-sun4sol2.h
+++ b/gdb/config/sparc/nm-sun4sol2.h
@@ -39,4 +39,7 @@ struct objfile;
void sol_thread_new_objfile PARAMS ((struct objfile *objfile));
+#define FIND_NEW_THREADS sol_find_new_threads
+void sol_find_new_threads PARAMS ((void));
+
#endif