Commit 38faca89 by Trevor Saunders Committed by Trevor Saunders

fix compilation of vmsdbgout.c

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
parent ab22883b
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> 2015-07-18 Uros Bizjak <ubizjak@gmail.com>
PR target/66922 PR target/66922
......
...@@ -163,7 +163,7 @@ static void vmsdbgout_end_function (unsigned int); ...@@ -163,7 +163,7 @@ static void vmsdbgout_end_function (unsigned int);
static void vmsdbgout_begin_epilogue (unsigned int, const char *); static void vmsdbgout_begin_epilogue (unsigned int, const char *);
static void vmsdbgout_end_epilogue (unsigned int, const char *); static void vmsdbgout_end_epilogue (unsigned int, const char *);
static void vmsdbgout_begin_function (tree); 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_early_global_decl (tree);
static void vmsdbgout_late_global_decl (tree); static void vmsdbgout_late_global_decl (tree);
static void vmsdbgout_type_decl (tree, int); static void vmsdbgout_type_decl (tree, int);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment