* rs6000-tdep.c (rs6000_pop_frame): Use PC_IN_CALL_DUMMY to test
authorPeter Schauer <Peter.Schauer@mytum.de>
Sun, 24 Sep 2000 09:58:16 +0000 (09:58 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sun, 24 Sep 2000 09:58:16 +0000 (09:58 +0000)
commit582236304cbb83fa360f178a9fa5b3e036e7a0a9
tree8be6716168f13ed97fb2b2d15692f42cdd4f6850
parent0e7e8d51a4cc7dd8b40e4a4032bab953fed4e204
* rs6000-tdep.c (rs6000_pop_frame):  Use PC_IN_CALL_DUMMY to test
for call dummy instead of accessing stop_stack_dummy, which does
not work if we `return' from a stop in a call dummy.
(rs6000_gdbarch_init):  Use generic_save_dummy_frame_tos for
dummy_frame_tos function to make PC_IN_CALL_DUMMY work.
gdb/ChangeLog
gdb/rs6000-tdep.c