X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Farch-utils.c;h=2cedb38f92cfd5ad901f42cd918a9510b4ece3ff;hb=6710bf39b7c037de481a4b351fb69cec6b48b138;hp=db79b9ab3d248c8ffd2cd9cdd4275355fc9368c1;hpb=21eb9156ec61765732abe5e2b8b0e717452bf7f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index db79b9ab3d..2cedb38f92 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -786,6 +786,14 @@ default_remote_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, gdbarch_breakpoint_from_pc (gdbarch, pcptr, kindptr); } +void +default_gen_return_address (struct gdbarch *gdbarch, + struct agent_expr *ax, struct axs_value *value, + CORE_ADDR scope) +{ + error (_("This architecture has no method to collect a return address.")); +} + /* */ /* -Wmissing-prototypes */