diff options
Diffstat (limited to 'gcc/xcoffout.h')
-rw-r--r-- | gcc/xcoffout.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h index 74ddd98a518..afa7274dcc2 100644 --- a/gcc/xcoffout.h +++ b/gcc/xcoffout.h @@ -1,6 +1,6 @@ /* XCOFF definitions. These are needed in dbxout.c, final.c, and xcoffout.h. - Copyright (C) 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -202,7 +202,8 @@ extern int stab_to_sclass PARAMS ((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_epilogue PARAMS ((unsigned int, + const char *)); extern void xcoffout_end_function PARAMS ((unsigned int)); extern void xcoffout_end_block PARAMS ((unsigned, unsigned)); #endif /* BUFSIZ */ |