Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7b4786be
Commit
7b4786be
authored
Sep 04, 2014
by
Aldy Hernandez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove file that was mistakenly added.
From-SVN: r214916
parent
60081a2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
40 deletions
+0
-40
gcc/ChangeLog.debug-early
+0
-40
No files found.
gcc/ChangeLog.debug-early
deleted
100644 → 0
View file @
60081a2b
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment