Honour PRIVATE keyword
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index 3ec6d514c5dedfadfea17a522a1b2aa713e60fe3..d15c43582be52898a7c8835bbcd4207ba2e53d10 100644 (file)
@@ -1323,9 +1323,7 @@ h8300_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
    */
   /* Stack grows up. */
   set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
-  /* This value is almost never non-zero... */
-  set_gdbarch_frameless_function_invocation (gdbarch,
-                                            frameless_look_for_prologue);
+  set_gdbarch_deprecated_frameless_function_invocation (gdbarch, legacy_frameless_look_for_prologue);
 
   set_gdbarch_deprecated_extract_struct_value_address (gdbarch, h8300_extract_struct_value_address);
   set_gdbarch_use_struct_convention (gdbarch, always_use_struct_convention);
This page took 0.023266 seconds and 4 git commands to generate.