]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/config/i386/nm-i386sol2.h
import gdb-1999-07-07 post reformat
[thirdparty/binutils-gdb.git] / gdb / config / i386 / nm-i386sol2.h
CommitLineData
c906108c
SS
1/* Native support for i386 running Solaris 2.
2 Copyright 1998 Free Software Foundation, Inc.
3
4This file is part of GDB.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
19
20#include "nm-sysv4.h"
21
22#ifdef HAVE_THREAD_DB_LIB
23
24#ifdef __STDC__
25struct objfile;
26#endif
27
28#define target_new_objfile(OBJFILE) sol_thread_new_objfile (OBJFILE)
29
30void sol_thread_new_objfile PARAMS ((struct objfile *objfile));
31
32#define FIND_NEW_THREADS sol_find_new_threads
33void sol_find_new_threads PARAMS ((void));
34
35#endif