X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Finfcall.c;h=b10f8071daf5262ceb0fdf00cbe408bfcef8d799;hb=871fbe6a506496c6123d753e54bc91ab3b597daf;hp=11ce018087ca8b66bad0d51a3377fba0b9705d1f;hpb=da6bab63686f2c2c2726a51b3bb9fec66eb82e0b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/infcall.c b/gdb/infcall.c index 11ce018087..b10f8071da 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -277,10 +277,6 @@ legacy_push_dummy_code (struct gdbarch *gdbarch, (PUSH_DUMMY_BREAKPOINT?) should just do everything. */ if (!gdbarch_push_dummy_call_p (current_gdbarch)) { -#ifdef GDB_TARGET_IS_HPPA - (*real_pc) = DEPRECATED_FIX_CALL_DUMMY (dummy1, start_sp, funaddr, nargs, - args, value_type, using_gcc); -#else if (DEPRECATED_FIX_CALL_DUMMY_P ()) { /* gdb_assert (CALL_DUMMY_LOCATION == ON_STACK) true? */ @@ -288,7 +284,6 @@ legacy_push_dummy_code (struct gdbarch *gdbarch, value_type, using_gcc); } (*real_pc) = start_sp; -#endif } /* Yes, the offset is applied to the real_pc and not the dummy addr. Ulgh! Blame the HP/UX target. */