diff options
author | Aldy Hernandez <aldyh@gcc.gnu.org> | 2014-09-04 18:04:14 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2014-09-04 18:04:14 +0000 |
commit | 9de41e5786e7b331c7bc283e3f09e47b5c942e8a (patch) | |
tree | a1475a4d1d9c293ad247466bba59dc257d5b9ce5 /gcc/dbxout.c | |
parent | c5a36850156812b5d2d3f1401307315feef0aed5 (diff) | |
download | gcc-9de41e5786e7b331c7bc283e3f09e47b5c942e8a.zip gcc-9de41e5786e7b331c7bc283e3f09e47b5c942e8a.tar.gz gcc-9de41e5786e7b331c7bc283e3f09e47b5c942e8a.tar.bz2 |
Revert incorrect merging of debug-early branch.
From-SVN: r214914
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 208cec9..d856bdd 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -325,7 +325,7 @@ static int dbxout_symbol_location (tree, tree, const char *, rtx); static void dbxout_symbol_name (tree, const char *, int); static void dbxout_common_name (tree, const char *, stab_code_type); static const char *dbxout_common_check (tree, int *); -static void dbxout_global_decl (tree, bool); +static void dbxout_global_decl (tree); static void dbxout_type_decl (tree, int); static void dbxout_handle_pch (unsigned); static void debug_free_queue (void); @@ -1320,7 +1320,7 @@ dbxout_function_decl (tree decl) /* Debug information for a global DECL. Called from toplev.c after compilation proper has finished. */ static void -dbxout_global_decl (tree decl, bool early ATTRIBUTE_UNUSED) +dbxout_global_decl (tree decl) { if (TREE_CODE (decl) == VAR_DECL && !DECL_EXTERNAL (decl)) { |