summaryrefslogtreecommitdiff
path: root/gcc/dwarf2out.c
diff options
context:
space:
mode:
authordpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-29 18:42:58 +0000
committerdpatel <dpatel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-29 18:42:58 +0000
commitd612af012c23ab5168445097f0ea3c31f93d5226 (patch)
treeb430dc82a759a269f506c452573686ca123855a3 /gcc/dwarf2out.c
parenta336c79a6739cd18ed717f704823c44bf6f982e1 (diff)
downloadgcc-d612af012c23ab5168445097f0ea3c31f93d5226.tar.gz
Fix Ada breakage.
* dwarf2out.c (gen_field_die): Do not equate decl number to die. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r--gcc/dwarf2out.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index c40df28f438..5dfc989ce68 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -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);
else if (TREE_PRIVATE (decl))
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