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
3eea52ef
Commit
3eea52ef
authored
Apr 18, 2011
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
From-SVN: r172660
parent
e1c2f290
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+5
-1
gcc/dwarf2out.c
+1
-1
No files found.
gcc/ChangeLog
View file @
3eea52ef
2011-04-18 Eric Botcazou <ebotcazou@adacore.com>
* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
2011-04-18 Jie Zhang <jie@codesourcery.com>
Richard Earnshaw <rearnsha@arm.com>
Richard Earnshaw <rearnsha@arm.com>
* arm.c (neon_builtin_type_bits): Remove.
(typedef enum neon_builtin_mode): New.
...
...
gcc/dwarf2out.c
View file @
3eea52ef
...
...
@@ -6565,7 +6565,7 @@ static void gen_typedef_die (tree, dw_die_ref);
static
void
gen_type_die
(
tree
,
dw_die_ref
);
static
void
gen_block_die
(
tree
,
dw_die_ref
,
int
);
static
void
decls_for_scope
(
tree
,
dw_die_ref
,
int
);
static
int
is_redundant_typedef
(
const_tree
);
static
in
line
in
t
is_redundant_typedef
(
const_tree
);
static
bool
is_naming_typedef_decl
(
const_tree
);
static
inline
dw_die_ref
get_context_die
(
tree
);
static
void
gen_namespace_die
(
tree
,
dw_die_ref
);
...
...
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