mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
gdb/
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user