fix compilation of vmsdbgout.c
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sat, 18 Jul 2015 21:09:04 +0000 (21:09 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 18 Jul 2015 21:09:04 +0000 (21:09 +0000)
The debug-early branch renamed vmsdbgout_decl to
vmsdbgout_function_decl, but didn't update its prototype.

gcc/ChangeLog:

2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
function to vmsdbgout_function_decl.

From-SVN: r225983

gcc/ChangeLog
gcc/vmsdbgout.c

index 095713d9dffca10c77168c583ba0185c208a0628..128e08afef23e90fd240a180de09d7c3adad6dad 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * vmsdbgout.c (vmsdbgout_decl): Change name of prototyped
+       function to vmsdbgout_function_decl.
+
 2015-07-18  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/66922
index f3ebd757a405b30a40d73149a6d685abdf1def04..d41d4b27697ba99dabd94904b9460125e61793c3 100644 (file)
@@ -163,7 +163,7 @@ static void vmsdbgout_end_function (unsigned int);
 static void vmsdbgout_begin_epilogue (unsigned int, const char *);
 static void vmsdbgout_end_epilogue (unsigned int, const char *);
 static void vmsdbgout_begin_function (tree);
-static void vmsdbgout_decl (tree);
+static void vmsdbgout_function_decl (tree);
 static void vmsdbgout_early_global_decl (tree);
 static void vmsdbgout_late_global_decl (tree);
 static void vmsdbgout_type_decl (tree, int);