diff options
author | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 07:11:42 +0000 |
---|---|---|
committer | robertl <robertl@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 07:11:42 +0000 |
commit | 744d34415d968f9b829fa0af9468492bd4f370ef (patch) | |
tree | 9bc66e2c9a48a9be8b799e6cfc6d919be7ece410 /gcc/sdbout.c | |
parent | 36a1409df21fa1dab5537de42fbb0b29a925d779 (diff) | |
download | gcc-744d34415d968f9b829fa0af9468492bd4f370ef.tar.gz |
* dwarfout.h, dwarf2out.h, dbxout.h, sdbout.h: New files.
Prototypes for externally used functions in respective C files.
* dwarfout.c, dbxout.c, dwarf2out.c, sdbout.c, toplev,c,
final.c: Include above files.
* Makefile.in (toplev.o): Add dependency for above four headers.
(final.o): Likewise.
(dwarfout.o, dbxout.o, dwarf2out.o, sdbout.o): Depend on four
respective header files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19835 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r-- | gcc/sdbout.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c index 7aeb29edafd..20a71f39f78 100644 --- a/gcc/sdbout.c +++ b/gcc/sdbout.c @@ -100,9 +100,7 @@ extern FILE *asm_out_file; extern tree current_function_decl; -void sdbout_init (); -void sdbout_symbol (); -void sdbout_types(); +#include "sdbout.h" static char *gen_fake_label PROTO((void)); static int plain_type PROTO((tree)); |