Commit ed672aa8 by Devang Patel Committed by Devang Patel

Fix Ada breakage.

* dwarf2out.c (gen_field_die): Do not equate decl number to die.

From-SVN: r76887
parent 7e3aa041
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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment