aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-17 22:06:00 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-17 22:06:00 +0000
commit27335b0fb68fa2432d445c2bdb0c1a6473b99efe (patch)
tree71566dfe812990b2ae5d975b94eb0e114eae7a6e /gcc/output.h
parent401dbba5a10b83267adb74ce6ad0a261e310402b (diff)
* basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,
tree-chrec.h, tree-flow.h, tree-scalar-evolution.h, tree-ssa-live.h, tree.h: Remove unused prototypes. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90821 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 553f7c4e1cf..95090064079 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -149,7 +149,6 @@ extern const char *get_insn_template (int, rtx);
extern int add_weak (tree, const char *, const char *);
/* Functions in flow.c */
-extern void allocate_for_life_analysis (void);
extern int regno_clobbered_at_setjmp (int);
/* Functions in varasm.c. */
@@ -282,7 +281,6 @@ extern void assemble_zeros (unsigned HOST_WIDE_INT);
/* Assemble an alignment pseudo op for an ALIGN-bit boundary. */
extern void assemble_align (int);
-extern void assemble_eh_align (int);
/* Assemble a string constant with the specified C string as contents. */
extern void assemble_string (const char *, int);
@@ -292,7 +290,6 @@ extern void assemble_external_libcall (rtx);
/* Assemble a label named NAME. */
extern void assemble_label (const char *);
-extern void assemble_eh_label (const char *);
/* Output to FILE a reference to the assembler name of a C-level name NAME.
If NAME starts with a *, the rest of NAME is output verbatim.