gdb/
[deliverable/binutils-gdb.git] / gdb / dicos-tdep.c
index 57635616077319960d4c6edf6eb37bbb13cb840d..aac253b30d838b72cc42d70ad9e15920887434e0 100644 (file)
@@ -43,8 +43,8 @@ dicos_init_abi (struct gdbarch *gdbarch)
 
   /* There's no (standard definition of) entry point or a guaranteed
      text location with a symbol where to place the call dummy, so we
-     put it on the stack.  */
-  set_gdbarch_call_dummy_location (gdbarch, ON_STACK);
+     need it on the stack.  Rely on i386_gdbarch_init used also for
+     amd64 to set up ON_STACK inferior calls.  */
 
   /* DICOS rewinds the PC itself.  */
   set_gdbarch_decr_pc_after_break (gdbarch, 0);
This page took 0.027116 seconds and 4 git commands to generate.