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
1729e46c
Commit
1729e46c
authored
Feb 16, 2004
by
Zack Weinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
From-SVN: r77911
parent
684c69a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/sdbout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
1729e46c
2004-02-16 Zack Weinberg <zack@codesourcery.com>
* sdbout.c (sdb_debug_hooks): Correct the type_decl entry.
2004-02-16 Joseph S. Myers <jsm@polyomino.org.uk>
* doc/sourcebuild.texi: Mention backends.html.
...
...
@@ -12,7 +16,7 @@
* cse.c (cse_insn): Don't lose REG_NON_LOCAL_GOTO note.
* fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
* fold-const.c (operand_equal_p): Fix VECTOR_CST comparison.
2004-02-15 Kazu Hirata <kazu@cs.umass.edu>
...
...
gcc/sdbout.c
View file @
1729e46c
...
...
@@ -336,7 +336,7 @@ const struct gcc_debug_hooks sdb_debug_hooks =
sdbout_end_function
,
/* end_function */
debug_nothing_tree
,
/* function_decl */
sdbout_global_decl
,
/* global_decl */
sdbout_
type_dec
l
,
/* type_decl */
sdbout_
symbo
l
,
/* type_decl */
debug_nothing_tree_tree
,
/* imported_module_or_decl */
debug_nothing_tree
,
/* deferred_inline_function */
debug_nothing_tree
,
/* outlining_inline_function */
...
...
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