diff options
Diffstat (limited to 'gdb/config/sparc/nm-sun4sol2.h')
-rw-r--r-- | gdb/config/sparc/nm-sun4sol2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc/nm-sun4sol2.h b/gdb/config/sparc/nm-sun4sol2.h index 9fb58e0..c83e44d 100644 --- a/gdb/config/sparc/nm-sun4sol2.h +++ b/gdb/config/sparc/nm-sun4sol2.h @@ -29,6 +29,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define PRSVADDR_BROKEN +#ifdef HAVE_THREAD_DB_LIB + #ifdef __STDC__ struct objfile; #endif @@ -36,3 +38,5 @@ struct objfile; #define target_new_objfile(OBJFILE) sol_thread_new_objfile (OBJFILE) void sol_thread_new_objfile PARAMS ((struct objfile *objfile)); + +#endif |