summaryrefslogtreecommitdiff
path: root/gcc/godump.c
diff options
context:
space:
mode:
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-04 18:04:14 +0000
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>2014-09-04 18:04:14 +0000
commit72b4d83e1a8fb37fb34f465ef7da447e3015c02c (patch)
treea1475a4d1d9c293ad247466bba59dc257d5b9ce5 /gcc/godump.c
parent97cff74331411043a2ccc4a427d3c8f683bd357e (diff)
downloadgcc-72b4d83e1a8fb37fb34f465ef7da447e3015c02c.tar.gz
Revert incorrect merging of debug-early branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214914 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/godump.c')
-rw-r--r--gcc/godump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/godump.c b/gcc/godump.c
index 01f8410ccd7..7566f4d3eff 100644
--- a/gcc/godump.c
+++ b/gcc/godump.c
@@ -496,9 +496,9 @@ go_function_decl (tree decl)
/* A global variable decl. */
static void
-go_global_decl (tree decl, bool early)
+go_global_decl (tree decl)
{
- real_debug_hooks->global_decl (decl, early);
+ real_debug_hooks->global_decl (decl);
go_decl (decl);
}