aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@gcc.gnu.org>2014-09-04 18:08:47 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2014-09-04 18:08:47 +0000
commit7b4786be7866afba620ea194f7a784a8943d7b52 (patch)
tree80b016f3c559f1f3af70282e1e33f49ced956c9d /gcc
parent60081a2b5915f34e32060e1712d3613f9976ca12 (diff)
downloadgcc-7b4786be7866afba620ea194f7a784a8943d7b52.zip
gcc-7b4786be7866afba620ea194f7a784a8943d7b52.tar.gz
gcc-7b4786be7866afba620ea194f7a784a8943d7b52.tar.bz2
Remove file that was mistakenly added.
From-SVN: r214916
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog.debug-early40
1 files changed, 0 insertions, 40 deletions
diff --git a/gcc/ChangeLog.debug-early b/gcc/ChangeLog.debug-early
deleted file mode 100644
index 980b655..0000000
--- a/gcc/ChangeLog.debug-early
+++ /dev/null
@@ -1,40 +0,0 @@
-2014-09-03 Aldy Hernandez <aldyh@redhat.com>
-
- * c/c-decl.c (write_global_declarations_1): Call global_decl()
- with early=true.
- (write_global_declarations_2): Call global_decl() with
- early=false.
- * dbxout.c (dbxout_global_decl): New argument.
- * debug.c (do_nothing_debug_hooks): Use debug_nothing_tree_bool
- for global_decl hook.
- (debug_nothing_tree_bool): New.
- (struct gcc_debug_hooks): New argument to global_decl.
- * dwarf2out.c (output_die): Add misc debugging information.
- (gen_variable_die): Do not reparent children.
- (dwarf2out_global_decl): Add new documentation. Add EARLY
- argument.
- (dwarf2out_decl): Make sure we don't generate new DIEs if we
- already have a DIE.
- * cp/name-lookup.c (do_namespace_alias): New argument to
- global_decl debug hook.
- * fortran/trans-decl.c (gfc_emit_parameter_debug_info): Same.
- * godump.c (go_global_decl): Same.
- * lto/lto-lang.c (lto_write_globals): Same.
- * sdbout.c (sdbout_global_decl): Same.
- * toplev.c (emit_debug_global_declarations): Same.
- * vmsdbgout.c (vmsdbgout_global_decl): Same.
- * tree.c (free_lang_data_in_decl): Do not call
- dwarf2out_early_decl from here.
-
-2014-08-26 Aldy Hernandez <aldyh@redhat.com>
-
- * dwarf2out.c (struct die_struct): Add dumped_early field.
- (reparent_child): New.
- (splice_child_die): Use reparent_child.
- (gen_subprogram_die): Do not regenerate parameters if previously
- dumped.
- (gen_variable_die): Fix parent of decls that have been dumped
- early to reflect correct context.
- Do not regenerate decls if previously dumped.
- (dwarf2out_decl): Add return value.
- (dwarf2out_early_decl): Set dumped_early bit.