fix compilation of vmsdbgout.c
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Jul 2015 21:09:04 +0000 (21:09 +0000)
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225983 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/vmsdbgout.c

index 095713d..128e08a 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 f3ebd75..d41d4b2 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);