summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-11 22:57:39 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2000-01-11 22:57:39 +0000
commit5d0e87b7f7afa132927bdf223966b0c1669bbd3a (patch)
treec43bce09865b3f010119dd30139400a517b5cc3a /gcc/output.h
parentfa5a81447454a43a676f9c2b598db146833ff3b9 (diff)
downloadgcc-5d0e87b7f7afa132927bdf223966b0c1669bbd3a.tar.gz
* Makefile.in (toplev.o): Depend on regs.h.
* output.h (tdesc_section): Prototype. * regclass.c (copy_cost): Mark parameters with ATTRIBUTE_UNUSED. * sdbout.c: Include "tm_p.h". * toplev.c: Include "regs.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31337 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 2af69da35a3..937c934e23f 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -1,6 +1,6 @@
/* Declarations for insn-output.c. These functions are defined in recog.c,
final.c, and varasm.c.
- Copyright (C) 1987, 1991, 1994, 97-98, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1991, 1994, 97-99, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -184,6 +184,10 @@ extern void init_section PARAMS ((void));
extern void fini_section PARAMS ((void));
#endif
+#ifdef TDESC_SECTION_ASM_OP
+extern void tdesc_section PARAMS ((void));
+#endif
+
#ifdef TREE_CODE
/* Tell assembler to change to section NAME for DECL.
If DECL is NULL, just switch to section NAME.