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
ed672aa8
Commit
ed672aa8
authored
Jan 29, 2004
by
Devang Patel
Committed by
Devang Patel
Jan 29, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Ada breakage.
* dwarf2out.c (gen_field_die): Do not equate decl number to die. From-SVN: r76887
parent
7e3aa041
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+0
-3
No files found.
gcc/ChangeLog
View file @
ed672aa8
2004-01-29 Devang Patel <dpatel@apple.com>
* dwarf2out.c (gen_field_die): Do not equate decl number to die.
2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
2004-01-28 Ian Lance Taylor <ian@wasabisystems.com>
PR inline-asm/6162
PR inline-asm/6162
...
...
gcc/dwarf2out.c
View file @
ed672aa8
...
@@ -11178,9 +11178,6 @@ gen_field_die (tree decl, dw_die_ref context_die)
...
@@ -11178,9 +11178,6 @@ gen_field_die (tree decl, dw_die_ref context_die)
add_AT_unsigned
(
decl_die
,
DW_AT_accessibility
,
DW_ACCESS_protected
);
add_AT_unsigned
(
decl_die
,
DW_AT_accessibility
,
DW_ACCESS_protected
);
else
if
(
TREE_PRIVATE
(
decl
))
else
if
(
TREE_PRIVATE
(
decl
))
add_AT_unsigned
(
decl_die
,
DW_AT_accessibility
,
DW_ACCESS_private
);
add_AT_unsigned
(
decl_die
,
DW_AT_accessibility
,
DW_ACCESS_private
);
/* Equate decl number to die, so that we can look up this decl later on. */
equate_decl_number_to_die
(
decl
,
decl_die
);
}
}
#if 0
#if 0
...
...
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