dbxout.h revision 90075
1145519Sdarrenr/* dbxout.h - Various declarations for functions found in dbxout.c
2145510Sdarrenr   Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
3170268Sdarrenr
4255332ScyThis file is part of GCC.
5255332Scy
6255332ScyGCC is free software; you can redistribute it and/or modify it under
7255332Scythe terms of the GNU General Public License as published by the Free
8255332ScySoftware Foundation; either version 2, or (at your option) any later
9255332Scyversion.
10170268Sdarrenr
11145510SdarrenrGCC is distributed in the hope that it will be useful, but WITHOUT ANY
12145510SdarrenrWARRANTY; without even the implied warranty of MERCHANTABILITY or
13145510SdarrenrFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14145510Sdarrenrfor more details.
15145510Sdarrenr
16145510SdarrenrYou should have received a copy of the GNU General Public License
17145510Sdarrenralong with GCC; see the file COPYING.  If not, write to the Free
18145510SdarrenrSoftware Foundation, 59 Temple Place - Suite 330, Boston, MA
19145510Sdarrenr02111-1307, USA.  */
20145510Sdarrenr
21145510Sdarrenrextern int dbxout_symbol		PARAMS ((tree, int));
22145510Sdarrenrextern void dbxout_parms		PARAMS ((tree));
23145510Sdarrenrextern void dbxout_reg_parms		PARAMS ((tree));
24145510Sdarrenrextern int dbxout_syms			PARAMS ((tree));
25145510Sdarrenr