summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r--gcc/xcoffout.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index d44fad7d588..a7cfe63c020 100644
--- a/gcc/xcoffout.h
+++ b/gcc/xcoffout.h
@@ -200,10 +200,10 @@ extern const char *xcoff_lastfile;
extern int stab_to_sclass PARAMS ((int));
#ifdef BUFSIZ
extern void xcoffout_begin_function PARAMS ((FILE *, int));
-extern void xcoffout_begin_block PARAMS ((FILE *, int, int));
-extern void xcoffout_end_epilogue PARAMS ((FILE *));
-extern void xcoffout_end_function PARAMS ((FILE *, int));
-extern void xcoffout_end_block PARAMS ((FILE *, int, int));
+extern void xcoffout_begin_block PARAMS ((unsigned, unsigned));
+extern void xcoffout_end_epilogue PARAMS ((void));
+extern void xcoffout_end_function PARAMS ((unsigned int));
+extern void xcoffout_end_block PARAMS ((unsigned, unsigned));
#endif /* BUFSIZ */
#ifdef TREE_CODE
@@ -215,6 +215,6 @@ extern void xcoffout_declare_function PARAMS ((FILE *, tree, const char *));
#ifdef RTX_CODE
#ifdef BUFSIZ
-extern void xcoffout_source_line PARAMS ((FILE *, const char *, rtx));
+extern void xcoffout_source_line PARAMS ((const char *, rtx));
#endif /* BUFSIZ */
#endif /* RTX_CODE */