Index: gdb/dicos-tdep.c |
diff --git a/gdb/dicos-tdep.c b/gdb/dicos-tdep.c |
index 57635616077319960d4c6edf6eb37bbb13cb840d..aac253b30d838b72cc42d70ad9e15920887434e0 100644 |
--- a/gdb/dicos-tdep.c |
+++ b/gdb/dicos-tdep.c |
@@ -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); |