Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: gcc/gcc/xcoffout.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/xcoff.h ('k') | gcc/gmp/.gdbinit » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/xcoffout.c
diff --git a/gcc/gcc/xcoffout.c b/gcc/gcc/xcoffout.c
index 8859b40730ff4705041555e56bd362e5ddb2242c..f00aee00e5ec9c0833ab561ecc258fde2cdcbaf0 100644
--- a/gcc/gcc/xcoffout.c
+++ b/gcc/gcc/xcoffout.c
@@ -145,7 +145,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. */
@@ -321,7 +321,9 @@ xcoffout_source_file (FILE *file, const char *filename, int inline_p)
/* Output a line number symbol entry for location (FILENAME, LINE). */
void
-xcoffout_source_line (unsigned int line, const char *filename)
+xcoffout_source_line (unsigned int line, const char *filename,
+ 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);
« no previous file with comments | « gcc/gcc/xcoff.h ('k') | gcc/gmp/.gdbinit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698