X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fxcoffout.c;h=fa889789e78474294efe1bc7202e9f78af3f366f;hb=58c5f008ca19c1255dacf9ccd88f5eee28d00a5d;hp=3c853544ec4b2f6f06566c30e04234bbc2530a11;hpb=d01c707b0a327e54438e75b461c5991dfaa50c8f;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c index 3c853544ec4..fa889789e78 100644 --- a/gcc/xcoffout.c +++ b/gcc/xcoffout.c @@ -30,6 +30,7 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "rtl.h" #include "flags.h" +#include "diagnostic-core.h" #include "toplev.h" #include "output.h" #include "ggc.h" @@ -145,7 +146,7 @@ static const struct xcoff_type_number xcoff_type_numbers[] = { /* ??? Should also handle built-in C++ and Obj-C types. There perhaps aren't any that C doesn't already have. */ -}; +}; /* Returns an XCOFF fundamental type number for DECL (assumed to be a TYPE_DECL), or 0 if dbxout.c should assign a type number normally. */ @@ -322,7 +323,8 @@ xcoffout_source_file (FILE *file, const char *filename, int inline_p) void xcoffout_source_line (unsigned int line, const char *filename, - int discriminator ATTRIBUTE_UNUSED) + int discriminator ATTRIBUTE_UNUSED, + bool is_stmt ATTRIBUTE_UNUSED) { bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 || (int) line < xcoff_begin_function_line);