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:
Andrew Cagney 2004-06-10 18:25:49 +00:00
parent fc720350ee
commit 239ae8c755
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,8 @@
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.
* mn10300-tdep.c (mn10300_type_align): Call internal_error instead
of abort.

View File

@ -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);