]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* xcoffout.h (xcoffout_source_line): Update prototype.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 5 Jun 2009 18:03:09 +0000 (18:03 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 5 Jun 2009 18:03:09 +0000 (14:03 -0400)
From-SVN: r148220

gcc/ChangeLog
gcc/xcoffout.h

index 4119540b4c0c76f9d8cc82d2901a354a12047397..a447f0558c7ba34623e75aae65ce114abcc19430 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-05  David Edelsohn  <edelsohn@gnu.org>
+
+       * xcoffout.h (xcoffout_source_line): Update prototype.
+
 2009-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (do_mpc_ckconv, do_mpc_arg1): Use
index a6da1596b1805073fa2f44247e03d385aabde425..caf8b08cc0b4f71a00031a099b4e864f18b9c53d 100644 (file)
@@ -182,4 +182,4 @@ extern void xcoffout_end_function (unsigned int);
 extern void xcoffout_end_block (unsigned, unsigned);
 extern int xcoff_assign_fundamental_type_number (tree);
 extern void xcoffout_declare_function (FILE *, tree, const char *);
-extern void xcoffout_source_line (unsigned int, const char *);
+extern void xcoffout_source_line (unsigned int, const char *, int);