forked from Imagelibrary/binutils-gdb
2004-06-10 Andrew Cagney <cagney@gnu.org>
* avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention to generic_use_struct_convention, the default value.
This commit is contained in:
@@ -1292,8 +1292,6 @@ avr_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
set_gdbarch_address_to_pointer (gdbarch, avr_address_to_pointer);
|
||||
set_gdbarch_pointer_to_address (gdbarch, avr_pointer_to_address);
|
||||
|
||||
set_gdbarch_use_struct_convention (gdbarch, generic_use_struct_convention);
|
||||
|
||||
set_gdbarch_skip_prologue (gdbarch, avr_skip_prologue);
|
||||
set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user