Revert:
	2010-05-21  Pierre Muller  <muller@ics.u-strasbg.fr>
	* dwarf2read.c (new_symbol): Handle DW_AT_variable_parameter
	attribute.

gdb/testsuite/
	* dw2-ifort-parameter-debug.S: New file.
	* dw2-ifort-parameter.c: New file.
	* dw2-ifort-parameter.exp: New file.
This commit is contained in:
Jan Kratochvil
2011-09-01 07:17:46 +00:00
parent 943ca1dd02
commit 9655e94382
6 changed files with 206 additions and 8 deletions

View File

@ -11578,14 +11578,6 @@ new_symbol_full (struct die_info *die, struct type *type, struct dwarf2_cu *cu,
{
dwarf2_const_value (attr, sym, cu);
}
attr = dwarf2_attr (die, DW_AT_variable_parameter, cu);
if (attr && DW_UNSND (attr))
{
struct type *ref_type;
ref_type = lookup_reference_type (SYMBOL_TYPE (sym));
SYMBOL_TYPE (sym) = ref_type;
}
list_to_add = cu->list_in_scope;
break;