aboutsummaryrefslogtreecommitdiff
path: root/gcc/xcoffout.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r--gcc/xcoffout.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index a7cfe63..27b4ffe 100644
--- a/gcc/xcoffout.h
+++ b/gcc/xcoffout.h
@@ -199,7 +199,8 @@ 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_prologue PARAMS ((unsigned int,
+ const char *));
extern void xcoffout_begin_block PARAMS ((unsigned, unsigned));
extern void xcoffout_end_epilogue PARAMS ((void));
extern void xcoffout_end_function PARAMS ((unsigned int));
@@ -215,6 +216,7 @@ extern void xcoffout_declare_function PARAMS ((FILE *, tree, const char *));
#ifdef RTX_CODE
#ifdef BUFSIZ
-extern void xcoffout_source_line PARAMS ((const char *, rtx));
+extern void xcoffout_source_line PARAMS ((unsigned int,
+ const char *));
#endif /* BUFSIZ */
#endif /* RTX_CODE */